COLOR #DDE6DC

HEX: #DDE6DC
RGB: (221,230,220)

Color info

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

RGB color model

#DDE6DC color RGB value is (221,230,220).

  • red value is 221;
  • green value is 230;
  • blue value is 220.
RGB:
(221,230,220)
(87%,90%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 230 of 255 = 90%
B 220 of 255 = 86%

221
230
220

R + G + B ~ 88%. #DDE6DC is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 230 + 220 = 671 (100%)
R 221 of 671 ~ 32.94%
G 230 of 671 ~ 34.28%
B 220 of 671 ~ 32.79%

%32.94
%34.28
%32.79

CMYK color model

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

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 9.80%
CMYK:
(4,0,4,10)
C4M0Y4K10 
(4%,0%,4%,10%)
(0.04/0.00/0.04/0.10)	

CMYK percentages

%3.91
%0
%4.35
%9.8

Codes

Color #DDE6DC in popluar color models

DDE6DC
RGB221230220
HSL114°16.67%88.24%
HSB/HSV114°4.35%90.20%
CMYK3.91%0.00%4.35%
9.80%

Color #DDE6DC in popluar number systems.

HEXDDE6DC
Decimal221230220
Binary110111011110011011011100
Octal335346334

Shades and tints

Shades of #DDE6DC

#DDE6DC
(221,230,220)
#C9D2C8
(201,210,200)
#B5BEB4
(181,190,180)
#A1AAA0
(161,170,160)
#8D968C
(141,150,140)
#798278
(121,130,120)
#656E64
(101,110,100)
#515A50
(81,90,80)
#3D463C
(61,70,60)
#293228
(41,50,40)
#151E14
(21,30,20)
#000000
(0,0,0)

Tints of #DDE6DC

#DDE6DC
(221,230,220)
#E0E8DF
(224,232,223)
#E3EAE2
(227,234,226)
#E6ECE5
(230,236,229)
#E9EEE8
(233,238,232)
#ECF0EB
(236,240,235)
#EFF2EE
(239,242,238)
#F2F4F1
(242,244,241)
#F5F6F4
(245,246,244)
#F8F8F7
(248,248,247)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE6DC; }

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

This text font color is #DDE6DC.


Background Color

.myBgColor { background-color: #DDE6DC; }

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

This div background color is #DDE6DC.


Border color

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

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

This div border color is #DDE6DC.


Opacity

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

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

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

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

This text has shadow with #DDE6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE6DC on black background.


Color preview on white background

This text has color #DDE6DC on white background.



Black color preview on #DDE6DC background

This text has black color on #DDE6DC background.


White color preview on #DDE6DC background

This text has white color on #DDE6DC background.