COLOR #DDE8E4

HEX: #DDE8E4 RGB: (221,232,228)

Color info

#DDE8E4 contains red, green and blue colors in about the same proportion. Web safe color of #DDE8E4 is #CCFFCC (or #CFC).

RGB color model

#DDE8E4 color RGB value is (221,232,228).

RGB: (221,232,228) (87%, 91%, 89%)

RGB channels and saturation

R 221 of 255 = 87%
G 232 of 255 = 91%
B 228 of 255 = 89%

221
232
228

R + G + B ~ 89%. #DDE8E4 is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 232 + 228 = 681 (100%)
R 221 of 681 ~ 32.45%
G 232 of 681 ~ 34.07%
B 228 of 681 ~ 33.48'%

%32.45
%34.07
%33.48

CMYK color model

#DDE8E4 color CMYK value is (5,0,2,9).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 9.02%

CMYK: (5,0,2,9)
C5M0Y2K9 (5%, 0%, 2%, 9%)
(0.05 / 0.00 / 0.02 / 0.09)

CMYK percentages

%4.74
%0
%1.72
%9.02

Codes

Color #DDE8E4 in popluar color models

DD E8 E4
RGB 221 232 228
HSL 158° 19.30% 88.82%
HSB/HSV 158° 4.74% 90.98%
CMYK 4.74% 0.00% 1.72%
9.02%

Color #DDE8E4 in popluar number systems.

HEX DD E8 E4
Decimal 221 232 228
Binary 11011101 11101000 11100100
Octal 335 350 344

Shades and tints

Shades of #DDE8E4

#DDE8E4
(221,232,228)
#C9D3D0
(201,211,208)
#B5BEBC
(181,190,188)
#A1A9A8
(161,169,168)
#8D9494
(141,148,148)
#797F80
(121,127,128)
#656A6C
(101,106,108)
#515558
(81,85,88)
#3D4044
(61,64,68)
#292B30
(41,43,48)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #DDE8E4

#DDE8E4
(221,232,228)
#E0EAE6
(224,234,230)
#E3ECE8
(227,236,232)
#E6EEEA
(230,238,234)
#E9F0EC
(233,240,236)
#ECF2EE
(236,242,238)
#EFF4F0
(239,244,240)
#F2F6F2
(242,246,242)
#F5F8F4
(245,248,244)
#F8FAF6
(248,250,246)
#FBFCF8
(251,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE8E4; }

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

This text font color is #DDE8E4.

Background Color

.myBgColor { background-color: #DDE8E4; }

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

This div background color is #DDE8E4.

Border color

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

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

This div border color is #DDE8E4.

Opacity

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

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

Text with #DDE8E4 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 #DDE8E4;}

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

This text has shadow with #DDE8E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE8E4.

Preview

Color preview on black background

This text has color #DDE8E4 on black background.


Color preview on white background

This text has color #DDE8E4 on white background.


Black color preview on #DDE8E4 background

This text has black color on #DDE8E4 background.


White color preview on #DDE8E4 background

This text has white color on #DDE8E4 background.


Related colors

Complementary color

Complementary color for #hex is #22171B.


I love getcolorcode.com

Triadic colors

1 #E4DDE8 and #E8E4DD with #DDE8E4 are triadic colors.

2 #E4E8DD and #E8DDE4 with #DDE8E4 are triadic colors.