crispedge.com

Color picker

Loading...

#ddeaed hex color - Blue - Cool color - Information

#ddeaed hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #ddeaed Color code in RGB color code model is created after adding 86.67% red color, 91.76% green color and 92.94% blue color. Hex #ddeaed Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 1% magenta, 0% yellow and 7% black.

Hex #ddeaed color code is between #cceeee web safe hex color code and #eedddd web safe hex color code. #cceeee is the nearest web safe color code. You can see here many more shades of #ddeaed color code.

0 Likes 0 Comments | 3 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeddeaed#ddeaed
RGB Decimal221, 234, 237rgb(221, 234, 237)
RGB Percent87%, 92%, 93%rgb(87%, 92%, 93%)
CSS RGBa221, 234, 237,1rgba(221,234,237,1)
CMYK Modelcmyk(7%,1%,0%,7%)
HSL Color Space191,31% ,90%hsl(191,31% ,90%)
HSV Color Space191°, 7%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110111011110101011101101
Octal335352355
Decimal221234237
Hexddeaed

Different shades of #ddeaed color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ddeaed
#feffff
Dark Shade of #ddeaed
#bcd5db
Saturated Shade of #ddeaed
#daecf0
Desaturated Shade of #ddeaed
#e0e8ea
Grey scale Shade of #ddeaed
#e5e5e5
Brighten Shade
#f6ffff
Most Readable Shade
#000000

Shades of #ddeaed color code

Generate more color scales with scales (color stack) generator.

#ddeaed
#c4d0d2
#abb6b8
#939c9e
#7a8283
#626869
#494e4f
#313434
#181a1a
#000000

Similar Color like #ddeaed color

Find visually similar hex color codes nearing to #ddeaed hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#deebee
#dfecef
#e0edf0
#e1eef1
#e2eff2
#e3f0f3
#e4f1f4
#e5f2f5
#e6f3f6
#e7f4f7
#e8f5f8
#e9f6f9
#eaf7fa
#ebf8fb
#dce9ec
#dbe8eb
#dae7ea
#d9e6e9
#d8e5e8
#d7e4e7
#d6e3e6
#d5e2e5
#d4e1e4
#d3e0e3
#d2dfe2
#d1dee1
#d0dde0
#cfdcdf

Monochromatic Color with #ddeaed

#ddeaed
#171818
#3e4243
#666c6d
#8e9698
#b5c0c2

Tints of #ddeaed Color

#ddeaed
#e0ecef
#e4eef1
#e8f1f3
#ecf3f5
#eff5f7
#f3f8f9
#f7fafb
#fbfcfd
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ddeaed
#ede0dd

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ddeaed
#eddde2
#ede8dd

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ddedea
#ddeded
#ddeaed
#dde7ed
#dde4ed

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ddeaed
#edddea
#eaeddd

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ddeaed
#e8dded
#ede0dd
#e2eddd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ddeaed
#ede0dd
#ede8dd
#dde2ed

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ddeaed Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ddeaed Color Code Preview on Black Background Color

This is how #ddeaed Color will look on black background color. Color contrast ratio is 17.07

#ddeaed in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ddeaed">Your Example Paragraph content text in with font color #ddeaed </p>

Your Example Paragraph content text in with font color #ddeaed

HTML with inline CSS

<div style="color:#ddeaed">Your Paragraph text in with font color #ddeaed </div>

Your Example Paragraph content text in with font color #ddeaed

#ddeaed color code is use for CSS Background Color

Background color for the above div is #ddeaed

HTML with inline CSS

<div style="background-color:#ddeaed;"></div>

#ddeaed color code is use for CSS Border Color

CSS Border color for the above div is #ddeaed

HTML with inline CSS

<div style="border:5px solid #ddeaed;"></div>

CSS Border Left color for the above div is #ddeaed

HTML with inline CSS

<div style="border-left:5px solid #ddeaed;"></div>

CSS Border Right color for the above div is #ddeaed

HTML with inline CSS

<div style="border-right:5px solid #ddeaed;"></div>

CSS Border Bottom color for the above div is #ddeaed

HTML with inline CSS

<div style="border-bottom:5px solid #ddeaed;"></div>

CSS Border Top color for the above div is #ddeaed

HTML with inline CSS

<div style="border-top:5px solid #ddeaed;"></div>

#ddeaed hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ddeaed; } .examplecolorclass {color:#ddeaed; } .examplebordercolor {border:3px solid #ddeaed; }

#ddeaed Color code Preview on White Background

This is how #ddeaed Color code will look on white background color. Color contrast ratio is 1.23

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ddeaed; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ddeaed; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(221,234,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,224,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,234,237,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.