COLOR #DDE9CE

HEX: #DDE9CE RGB: (221,233,206)

Color info

#DDE9CE contains red, green and blue colors in about the same proportion. Web safe color of #DDE9CE is #CCFFCC (or #CFC).

RGB color model

#DDE9CE color RGB value is (221,233,206).

RGB: (221,233,206) (87%, 91%, 81%)

RGB channels and saturation

R 221 of 255 = 87%
G 233 of 255 = 91%
B 206 of 255 = 81%

221
233
206

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

Portions of RGB colors in percentages

R + G + B = 221 + 233 + 206 = 660 (100%)
R 221 of 660 ~ 33.48%
G 233 of 660 ~ 35.3%
B 206 of 660 ~ 31.21'%

%33.48
%35.3
%31.21

CMYK color model

#DDE9CE color CMYK value is (5,0,12,9).

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 8.63%
CMYK: (5,0,12,9) C5M0Y12K9 (5%,0%,12%,9%) (0.05/0.00/0.12/0.09) 

CMYK percentages

%5.15
%0
%11.59
%8.63

Codes

Color #DDE9CE in popluar color models

DD E9 CE
RGB 221 233 206
HSL 87° 38.03% 86.08%
HSB/HSV 87° 11.59% 91.37%
CMYK 5.15% 0.00% 11.59%
8.63%

Color #DDE9CE in popluar number systems.

HEX DD E9 CE
Decimal 221 233 206
Binary 11011101 11101001 11001110
Octal 335 351 316

Shades and tints

Shades of #DDE9CE

#DDE9CE
(221,233,206)
#C9D4BC
(201,212,188)
#B5BFAA
(181,191,170)
#A1AA98
(161,170,152)
#8D9586
(141,149,134)
#798074
(121,128,116)
#656B62
(101,107,98)
#515650
(81,86,80)
#3D413E
(61,65,62)
#292C2C
(41,44,44)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #DDE9CE

#DDE9CE
(221,233,206)
#E0EBD2
(224,235,210)
#E3EDD6
(227,237,214)
#E6EFDA
(230,239,218)
#E9F1DE
(233,241,222)
#ECF3E2
(236,243,226)
#EFF5E6
(239,245,230)
#F2F7EA
(242,247,234)
#F5F9EE
(245,249,238)
#F8FBF2
(248,251,242)
#FBFDF6
(251,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE9CE; }

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

This text font color is #DDE9CE.

Background Color

.myBgColor { background-color: #DDE9CE; }

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

This div background color is #DDE9CE.

Border color

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

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

This div border color is #DDE9CE.

Opacity

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

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

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

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

This text has shadow with #DDE9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE9CE.

Preview

Color preview on black background

This text has color #DDE9CE on black background.


Color preview on white background

This text has color #DDE9CE on white background.


Black color preview on #DDE9CE background

This text has black color on #DDE9CE background.


White color preview on #DDE9CE background

This text has white color on #DDE9CE background.


Related colors

Complementary color

Complementary color for #hex is #221631.


I love getcolorcode.com

Triadic colors

1 #CEDDE9 and #E9CEDD with #DDE9CE are triadic colors.

2 #CEE9DD and #E9DDCE with #DDE9CE are triadic colors.