COLOR #DDE4CC

HEX: #DDE4CC RGB: (221,228,204)

Color info

#DDE4CC contains red, green and blue colors in about the same proportion. Web safe color of #DDE4CC is #CCCCCC (or #CCC).

RGB color model

#DDE4CC color RGB value is (221,228,204).

RGB: (221,228,204) (87%, 89%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 228 of 255 = 89%
B 204 of 255 = 80%

221
228
204

R + G + B ~ 85%. #DDE4CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 228 + 204 = 653 (100%)
R 221 of 653 ~ 33.84%
G 228 of 653 ~ 34.92%
B 204 of 653 ~ 31.24'%

%33.84
%34.92
%31.24

CMYK color model

#DDE4CC color CMYK value is (3,0,11,11).

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 10.59%
CMYK: (3,0,11,11) C3M0Y11K11 (3%,0%,11%,11%) (0.03/0.00/0.11/0.11) 

CMYK percentages

%3.07
%0
%10.53
%10.59

Codes

Color #DDE4CC in popluar color models

DD E4 CC
RGB 221 228 204
HSL 78° 30.77% 84.71%
HSB/HSV 78° 10.53% 89.41%
CMYK 3.07% 0.00% 10.53%
10.59%

Color #DDE4CC in popluar number systems.

HEX DD E4 CC
Decimal 221 228 204
Binary 11011101 11100100 11001100
Octal 335 344 314

Shades and tints

Shades of #DDE4CC

#DDE4CC
(221,228,204)
#C9D0BA
(201,208,186)
#B5BCA8
(181,188,168)
#A1A896
(161,168,150)
#8D9484
(141,148,132)
#798072
(121,128,114)
#656C60
(101,108,96)
#51584E
(81,88,78)
#3D443C
(61,68,60)
#29302A
(41,48,42)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #DDE4CC

#DDE4CC
(221,228,204)
#E0E6D0
(224,230,208)
#E3E8D4
(227,232,212)
#E6EAD8
(230,234,216)
#E9ECDC
(233,236,220)
#ECEEE0
(236,238,224)
#EFF0E4
(239,240,228)
#F2F2E8
(242,242,232)
#F5F4EC
(245,244,236)
#F8F6F0
(248,246,240)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE4CC; }

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

This text font color is #DDE4CC.

Background Color

.myBgColor { background-color: #DDE4CC; }

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

This div background color is #DDE4CC.

Border color

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

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

This div border color is #DDE4CC.

Opacity

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

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

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

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

This text has shadow with #DDE4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE4CC.

Preview

Color preview on black background

This text has color #DDE4CC on black background.


Color preview on white background

This text has color #DDE4CC on white background.


Black color preview on #DDE4CC background

This text has black color on #DDE4CC background.


White color preview on #DDE4CC background

This text has white color on #DDE4CC background.


Related colors

Complementary color

Complementary color for #hex is #221B33.


I love getcolorcode.com

Triadic colors

1 #CCDDE4 and #E4CCDD with #DDE4CC are triadic colors.

2 #CCE4DD and #E4DDCC with #DDE4CC are triadic colors.