COLOR #DDE8D2

HEX: #DDE8D2
RGB: (221,232,210)

Color info

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

RGB color model

#DDE8D2 color RGB value is (221,232,210).

  • red value is 221;
  • green value is 232;
  • blue value is 210.
RGB:
(221,232,210)
(87%,91%,82%)

RGB channels and saturation

R 221 of 255 = 87%
G 232 of 255 = 91%
B 210 of 255 = 82%

221
232
210

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

Portions of RGB colors in percentages

R + G + B =
221 + 232 + 210 = 663 (100%)
R 221 of 663 ~ 33.33%
G 232 of 663 ~ 34.99%
B 210 of 663 ~ 31.67%

%33.33
%34.99
%31.67

CMYK color model

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

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 9.48%
  • key color value is 9.02%
CMYK:
(5,0,9,9)
C5M0Y9K9 
(5%,0%,9%,9%)
(0.05/0.00/0.09/0.09)	

CMYK percentages

%4.74
%0
%9.48
%9.02

Codes

Color #DDE8D2 in popluar color models

DDE8D2
RGB221232210
HSL90°32.35%86.67%
HSB/HSV90°9.48%90.98%
CMYK4.74%0.00%9.48%
9.02%

Color #DDE8D2 in popluar number systems.

HEXDDE8D2
Decimal221232210
Binary110111011110100011010010
Octal335350322

Shades and tints

Shades of #DDE8D2

#DDE8D2
(221,232,210)
#C9D3BF
(201,211,191)
#B5BEAC
(181,190,172)
#A1A999
(161,169,153)
#8D9486
(141,148,134)
#797F73
(121,127,115)
#656A60
(101,106,96)
#51554D
(81,85,77)
#3D403A
(61,64,58)
#292B27
(41,43,39)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #DDE8D2

#DDE8D2
(221,232,210)
#E0EAD6
(224,234,214)
#E3ECDA
(227,236,218)
#E6EEDE
(230,238,222)
#E9F0E2
(233,240,226)
#ECF2E6
(236,242,230)
#EFF4EA
(239,244,234)
#F2F6EE
(242,246,238)
#F5F8F2
(245,248,242)
#F8FAF6
(248,250,246)
#FBFCFA
(251,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE8D2 color. Also use rgb(221,232,210) instead hex code.

Text Font Color

.myTextColor { color: #DDE8D2; }

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

This text font color is #DDE8D2.


Background Color

.myBgColor { background-color: #DDE8D2; }

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

This div background color is #DDE8D2.


Border color

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

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

This div border color is #DDE8D2.


Opacity

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

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

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

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

This text has shadow with #DDE8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE8D2 on black background.


Color preview on white background

This text has color #DDE8D2 on white background.



Black color preview on #DDE8D2 background

This text has black color on #DDE8D2 background.


White color preview on #DDE8D2 background

This text has white color on #DDE8D2 background.