COLOR #DDE4CE

HEX: #DDE4CE
RGB: (221,228,206)

Color info

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

RGB color model

#DDE4CE color RGB value is (221,228,206).

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

RGB channels and saturation

R 221 of 255 = 87%
G 228 of 255 = 89%
B 206 of 255 = 81%

221
228
206

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

Portions of RGB colors in percentages

R + G + B =
221 + 228 + 206 = 655 (100%)
R 221 of 655 ~ 33.74%
G 228 of 655 ~ 34.81%
B 206 of 655 ~ 31.45%

%33.74
%34.81
%31.45

CMYK color model

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

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 9.65%
  • key color value is 10.59%
CMYK:
(3,0,10,11)
C3M0Y10K11 
(3%,0%,10%,11%)
(0.03/0.00/0.10/0.11)	

CMYK percentages

%3.07
%0
%9.65
%10.59

Codes

Color #DDE4CE in popluar color models

DDE4CE
RGB221228206
HSL79°28.95%85.10%
HSB/HSV79°9.65%89.41%
CMYK3.07%0.00%9.65%
10.59%

Color #DDE4CE in popluar number systems.

HEXDDE4CE
Decimal221228206
Binary110111011110010011001110
Octal335344316

Shades and tints

Shades of #DDE4CE

#DDE4CE
(221,228,206)
#C9D0BC
(201,208,188)
#B5BCAA
(181,188,170)
#A1A898
(161,168,152)
#8D9486
(141,148,134)
#798074
(121,128,116)
#656C62
(101,108,98)
#515850
(81,88,80)
#3D443E
(61,68,62)
#29302C
(41,48,44)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #DDE4CE

#DDE4CE
(221,228,206)
#E0E6D2
(224,230,210)
#E3E8D6
(227,232,214)
#E6EADA
(230,234,218)
#E9ECDE
(233,236,222)
#ECEEE2
(236,238,226)
#EFF0E6
(239,240,230)
#F2F2EA
(242,242,234)
#F5F4EE
(245,244,238)
#F8F6F2
(248,246,242)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE4CE; }

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

This text font color is #DDE4CE.


Background Color

.myBgColor { background-color: #DDE4CE; }

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

This div background color is #DDE4CE.


Border color

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

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

This div border color is #DDE4CE.


Opacity

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

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

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

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

This text has shadow with #DDE4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE4CE on black background.


Color preview on white background

This text has color #DDE4CE on white background.



Black color preview on #DDE4CE background

This text has black color on #DDE4CE background.


White color preview on #DDE4CE background

This text has white color on #DDE4CE background.