COLOR #DDE4DC

HEX: #DDE4DC
RGB: (221,228,220)

Color info

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

RGB color model

#DDE4DC color RGB value is (221,228,220).

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

RGB channels and saturation

R 221 of 255 = 87%
G 228 of 255 = 89%
B 220 of 255 = 86%

221
228
220

R + G + B ~ 87%. #DDE4DC is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 228 + 220 = 669 (100%)
R 221 of 669 ~ 33.03%
G 228 of 669 ~ 34.08%
B 220 of 669 ~ 32.88%

%33.03
%34.08
%32.88

CMYK color model

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

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 3.51%
  • key color value is 10.59%
CMYK:
(3,0,4,11)
C3M0Y4K11 
(3%,0%,4%,11%)
(0.03/0.00/0.04/0.11)	

CMYK percentages

%3.07
%0
%3.51
%10.59

Codes

Color #DDE4DC in popluar color models

DDE4DC
RGB221228220
HSL113°12.90%87.84%
HSB/HSV113°3.51%89.41%
CMYK3.07%0.00%3.51%
10.59%

Color #DDE4DC in popluar number systems.

HEXDDE4DC
Decimal221228220
Binary110111011110010011011100
Octal335344334

Shades and tints

Shades of #DDE4DC

#DDE4DC
(221,228,220)
#C9D0C8
(201,208,200)
#B5BCB4
(181,188,180)
#A1A8A0
(161,168,160)
#8D948C
(141,148,140)
#798078
(121,128,120)
#656C64
(101,108,100)
#515850
(81,88,80)
#3D443C
(61,68,60)
#293028
(41,48,40)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #DDE4DC

#DDE4DC
(221,228,220)
#E0E6DF
(224,230,223)
#E3E8E2
(227,232,226)
#E6EAE5
(230,234,229)
#E9ECE8
(233,236,232)
#ECEEEB
(236,238,235)
#EFF0EE
(239,240,238)
#F2F2F1
(242,242,241)
#F5F4F4
(245,244,244)
#F8F6F7
(248,246,247)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE4DC; }

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

This text font color is #DDE4DC.


Background Color

.myBgColor { background-color: #DDE4DC; }

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

This div background color is #DDE4DC.


Border color

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

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

This div border color is #DDE4DC.


Opacity

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

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

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

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

This text has shadow with #DDE4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE4DC on black background.


Color preview on white background

This text has color #DDE4DC on white background.



Black color preview on #DDE4DC background

This text has black color on #DDE4DC background.


White color preview on #DDE4DC background

This text has white color on #DDE4DC background.