COLOR #DDE8EC

HEX: #DDE8EC RGB: (221,232,236)

Color info

#DDE8EC contains red, green and blue colors in about the same proportion. Web safe color of #DDE8EC is #CCFFFF (or #CFF).

RGB color model

#DDE8EC color RGB value is (221,232,236).

RGB: (221,232,236) (87%, 91%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 232 of 255 = 91%
B 236 of 255 = 93%

221
232
236

R + G + B ~ 90%. #DDE8EC is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 232 + 236 = 689 (100%)
R 221 of 689 ~ 32.08%
G 232 of 689 ~ 33.67%
B 236 of 689 ~ 34.25'%

%32.08
%33.67
%34.25

CMYK color model

#DDE8EC color CMYK value is (6,2,0,7).

  • cyan value is 6.36%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (6,2,0,7) C6M2Y0K7 (6%,2%,0%,7%) (0.06/0.02/0.00/0.07) 

CMYK percentages

%6.36
%1.69
%0
%7.45

Codes

Color #DDE8EC in popluar color models

DD E8 EC
RGB 221 232 236
HSL 196° 28.30% 89.61%
HSB/HSV 196° 6.36% 92.55%
CMYK 6.36% 1.69% 0.00%
7.45%

Color #DDE8EC in popluar number systems.

HEX DD E8 EC
Decimal 221 232 236
Binary 11011101 11101000 11101100
Octal 335 350 354

Shades and tints

Shades of #DDE8EC

#DDE8EC
(221,232,236)
#C9D3D7
(201,211,215)
#B5BEC2
(181,190,194)
#A1A9AD
(161,169,173)
#8D9498
(141,148,152)
#797F83
(121,127,131)
#656A6E
(101,106,110)
#515559
(81,85,89)
#3D4044
(61,64,68)
#292B2F
(41,43,47)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #DDE8EC

#DDE8EC
(221,232,236)
#E0EAED
(224,234,237)
#E3ECEE
(227,236,238)
#E6EEEF
(230,238,239)
#E9F0F0
(233,240,240)
#ECF2F1
(236,242,241)
#EFF4F2
(239,244,242)
#F2F6F3
(242,246,243)
#F5F8F4
(245,248,244)
#F8FAF5
(248,250,245)
#FBFCF6
(251,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE8EC color. Also use rgb(221,232,236) instead hex code.

Text Font Color

.myTextColor { color: #DDE8EC; }

<p style="color:#DDE8EC">This sample text font color is #DDE8EC.</p>

This text font color is #DDE8EC.

Background Color

.myBgColor { background-color: #DDE8EC; }

<div style="background-color:#DDE8EC">Inner text</div>

This div background color is #DDE8EC.

Border color

.myBorderColor { border: 1px solid #DDE8EC; }

<div style="border:3px solid #DDE8EC">Div</div>

This div border color is #DDE8EC.

Opacity

.myOpacity80 { color: #DDE8EC; opacity: 0.8; }

<p style="color:#DDE8EC;opacity:0.8;">80%</p>

Text with #DDE8EC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DDE8EC;}

<p style="text-shadow: 3px 3px 1px #DDE8EC">Text here.</p>

This text has shadow with #DDE8EC color.


.textShadow {text-shadow: 3px 3px 1px #DDE8EC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DDE8EC, 5px 5px 20px red">Text here.</p>

This text has shadow with #DDE8EC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDE8EC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DDE8EC, Direction=45, Strength=4)">Text</p>

This text has shadow with #DDE8EC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DDE8EC;
-webkit-box-shadow: 1px 1px 3px 2px #DDE8EC;
box-shadow: 1px 1px 3px 2px #DDE8EC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDE8EC; -webkit-box-shadow: 1px 1px 3px 2px #DDE8EC; box-shadow:1px 1px 3px 2px #DDE8EC;">
Div content here
</div>

This div box has shadow with color #DDE8EC.

Preview

Color preview on black background

This text has color #DDE8EC on black background.


Color preview on white background

This text has color #DDE8EC on white background.


Black color preview on #DDE8EC background

This text has black color on #DDE8EC background.


White color preview on #DDE8EC background

This text has white color on #DDE8EC background.


Related colors

Complementary color

Complementary color for #hex is #221713.


I love getcolorcode.com

Triadic colors

1 #ECDDE8 and #E8ECDD with #DDE8EC are triadic colors.

2 #ECE8DD and #E8DDEC with #DDE8EC are triadic colors.