COLOR #DDE8CC

HEX: #DDE8CC RGB: (221,232,204)

Color info

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

RGB color model

#DDE8CC color RGB value is (221,232,204).

RGB: (221,232,204) (87%, 91%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 232 of 255 = 91%
B 204 of 255 = 80%

221
232
204

R + G + B ~ 86%. #DDE8CC is light color.

Portions of RGB colors in percentages

R + G + B = 221 + 232 + 204 = 657 (100%)
R 221 of 657 ~ 33.64%
G 232 of 657 ~ 35.31%
B 204 of 657 ~ 31.05'%

%33.64
%35.31
%31.05

CMYK color model

#DDE8CC color CMYK value is (5,0,12,9).

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

CMYK: (5,0,12,9)
C5M0Y12K9 (5%, 0%, 12%, 9%)
(0.05 / 0.00 / 0.12 / 0.09)

CMYK percentages

%4.74
%0
%12.07
%9.02

Codes

Color #DDE8CC in popluar color models

DD E8 CC
RGB 221 232 204
HSL 84° 37.84% 85.49%
HSB/HSV 84° 12.07% 90.98%
CMYK 4.74% 0.00% 12.07%
9.02%

Color #DDE8CC in popluar number systems.

HEX DD E8 CC
Decimal 221 232 204
Binary 11011101 11101000 11001100
Octal 335 350 314

Shades and tints

Shades of #DDE8CC

#DDE8CC
(221,232,204)
#C9D3BA
(201,211,186)
#B5BEA8
(181,190,168)
#A1A996
(161,169,150)
#8D9484
(141,148,132)
#797F72
(121,127,114)
#656A60
(101,106,96)
#51554E
(81,85,78)
#3D403C
(61,64,60)
#292B2A
(41,43,42)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #DDE8CC

#DDE8CC
(221,232,204)
#E0EAD0
(224,234,208)
#E3ECD4
(227,236,212)
#E6EED8
(230,238,216)
#E9F0DC
(233,240,220)
#ECF2E0
(236,242,224)
#EFF4E4
(239,244,228)
#F2F6E8
(242,246,232)
#F5F8EC
(245,248,236)
#F8FAF0
(248,250,240)
#FBFCF4
(251,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE8CC; }

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

This text font color is #DDE8CC.

Background Color

.myBgColor { background-color: #DDE8CC; }

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

This div background color is #DDE8CC.

Border color

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

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

This div border color is #DDE8CC.

Opacity

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

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

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

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

This text has shadow with #DDE8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE8CC.

Preview

Color preview on black background

This text has color #DDE8CC on black background.


Color preview on white background

This text has color #DDE8CC on white background.


Black color preview on #DDE8CC background

This text has black color on #DDE8CC background.


White color preview on #DDE8CC background

This text has white color on #DDE8CC background.


Related colors

Complementary color

Complementary color for #hex is #221733.


I love getcolorcode.com

Triadic colors

1 #CCDDE8 and #E8CCDD with #DDE8CC are triadic colors.

2 #CCE8DD and #E8DDCC with #DDE8CC are triadic colors.