COLOR #DDE6CC

HEX: #DDE6CC RGB: (221,230,204)

Color info

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

RGB color model

#DDE6CC color RGB value is (221,230,204).

RGB: (221,230,204) (87%, 90%, 80%)

RGB channels and saturation

R 221 of 255 = 87%
G 230 of 255 = 90%
B 204 of 255 = 80%

221
230
204

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

Portions of RGB colors in percentages

R + G + B = 221 + 230 + 204 = 655 (100%)
R 221 of 655 ~ 33.74%
G 230 of 655 ~ 35.11%
B 204 of 655 ~ 31.15'%

%33.74
%35.11
%31.15

CMYK color model

#DDE6CC color CMYK value is (4,0,11,10).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 9.80%

CMYK: (4,0,11,10)
C4M0Y11K10 (4%, 0%, 11%, 10%)
(0.04 / 0.00 / 0.11 / 0.10)

CMYK percentages

%3.91
%0
%11.3
%9.8

Codes

Color #DDE6CC in popluar color models

DD E6 CC
RGB 221 230 204
HSL 81° 34.21% 85.10%
HSB/HSV 81° 11.30% 90.20%
CMYK 3.91% 0.00% 11.30%
9.80%

Color #DDE6CC in popluar number systems.

HEX DD E6 CC
Decimal 221 230 204
Binary 11011101 11100110 11001100
Octal 335 346 314

Shades and tints

Shades of #DDE6CC

#DDE6CC
(221,230,204)
#C9D2BA
(201,210,186)
#B5BEA8
(181,190,168)
#A1AA96
(161,170,150)
#8D9684
(141,150,132)
#798272
(121,130,114)
#656E60
(101,110,96)
#515A4E
(81,90,78)
#3D463C
(61,70,60)
#29322A
(41,50,42)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #DDE6CC

#DDE6CC
(221,230,204)
#E0E8D0
(224,232,208)
#E3EAD4
(227,234,212)
#E6ECD8
(230,236,216)
#E9EEDC
(233,238,220)
#ECF0E0
(236,240,224)
#EFF2E4
(239,242,228)
#F2F4E8
(242,244,232)
#F5F6EC
(245,246,236)
#F8F8F0
(248,248,240)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6CC; }

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

This text font color is #DDE6CC.

Background Color

.myBgColor { background-color: #DDE6CC; }

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

This div background color is #DDE6CC.

Border color

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

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

This div border color is #DDE6CC.

Opacity

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

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

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

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

This text has shadow with #DDE6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE6CC.

Preview

Color preview on black background

This text has color #DDE6CC on black background.


Color preview on white background

This text has color #DDE6CC on white background.


Black color preview on #DDE6CC background

This text has black color on #DDE6CC background.


White color preview on #DDE6CC background

This text has white color on #DDE6CC background.


Related colors

Complementary color

Complementary color for #hex is #221933.


I love getcolorcode.com

Triadic colors

1 #CCDDE6 and #E6CCDD with #DDE6CC are triadic colors.

2 #CCE6DD and #E6DDCC with #DDE6CC are triadic colors.