COLOR #DDE9CC

HEX: #DDE9CC RGB: (221,233,204)

Color info

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

RGB color model

#DDE9CC color RGB value is (221,233,204).

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

RGB channels and saturation

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

221
233
204

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

Portions of RGB colors in percentages

R + G + B = 221 + 233 + 204 = 658 (100%)
R 221 of 658 ~ 33.59%
G 233 of 658 ~ 35.41%
B 204 of 658 ~ 31'%

%33.59
%35.41
%31

CMYK color model

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

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 8.63%

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

CMYK percentages

%5.15
%0
%12.45
%8.63

Codes

Color #DDE9CC in popluar color models

DD E9 CC
RGB 221 233 204
HSL 85° 39.73% 85.69%
HSB/HSV 85° 12.45% 91.37%
CMYK 5.15% 0.00% 12.45%
8.63%

Color #DDE9CC in popluar number systems.

HEX DD E9 CC
Decimal 221 233 204
Binary 11011101 11101001 11001100
Octal 335 351 314

Shades and tints

Shades of #DDE9CC

#DDE9CC
(221,233,204)
#C9D4BA
(201,212,186)
#B5BFA8
(181,191,168)
#A1AA96
(161,170,150)
#8D9584
(141,149,132)
#798072
(121,128,114)
#656B60
(101,107,96)
#51564E
(81,86,78)
#3D413C
(61,65,60)
#292C2A
(41,44,42)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #DDE9CC

#DDE9CC
(221,233,204)
#E0EBD0
(224,235,208)
#E3EDD4
(227,237,212)
#E6EFD8
(230,239,216)
#E9F1DC
(233,241,220)
#ECF3E0
(236,243,224)
#EFF5E4
(239,245,228)
#F2F7E8
(242,247,232)
#F5F9EC
(245,249,236)
#F8FBF0
(248,251,240)
#FBFDF4
(251,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE9CC; }

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

This text font color is #DDE9CC.

Background Color

.myBgColor { background-color: #DDE9CC; }

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

This div background color is #DDE9CC.

Border color

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

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

This div border color is #DDE9CC.

Opacity

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

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

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

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

This text has shadow with #DDE9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE9CC.

Preview

Color preview on black background

This text has color #DDE9CC on black background.


Color preview on white background

This text has color #DDE9CC on white background.


Black color preview on #DDE9CC background

This text has black color on #DDE9CC background.


White color preview on #DDE9CC background

This text has white color on #DDE9CC background.


Related colors

Complementary color

Complementary color for #hex is #221633.


I love getcolorcode.com

Triadic colors

1 #CCDDE9 and #E9CCDD with #DDE9CC are triadic colors.

2 #CCE9DD and #E9DDCC with #DDE9CC are triadic colors.