COLOR #DDE0D2

HEX: #DDE0D2
RGB: (221,224,210)

Color info

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

RGB color model

#DDE0D2 color RGB value is (221,224,210).

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

RGB channels and saturation

R 221 of 255 = 87%
G 224 of 255 = 88%
B 210 of 255 = 82%

221
224
210

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

Portions of RGB colors in percentages

R + G + B =
221 + 224 + 210 = 655 (100%)
R 221 of 655 ~ 33.74%
G 224 of 655 ~ 34.2%
B 210 of 655 ~ 32.06%

%33.74
%34.2
%32.06

CMYK color model

#DDE0D2 color CMYK value is (1,0,6,12).

  • cyan value is 1.34%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 12.16%
CMYK:
(1,0,6,12)
C1M0Y6K12 
(1%,0%,6%,12%)
(0.01/0.00/0.06/0.12)	

CMYK percentages

%1.34
%0
%6.25
%12.16

Codes

Color #DDE0D2 in popluar color models

DDE0D2
RGB221224210
HSL73°18.42%85.10%
HSB/HSV73°6.25%87.84%
CMYK1.34%0.00%6.25%
12.16%

Color #DDE0D2 in popluar number systems.

HEXDDE0D2
Decimal221224210
Binary110111011110000011010010
Octal335340322

Shades and tints

Shades of #DDE0D2

#DDE0D2
(221,224,210)
#C9CCBF
(201,204,191)
#B5B8AC
(181,184,172)
#A1A499
(161,164,153)
#8D9086
(141,144,134)
#797C73
(121,124,115)
#656860
(101,104,96)
#51544D
(81,84,77)
#3D403A
(61,64,58)
#292C27
(41,44,39)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #DDE0D2

#DDE0D2
(221,224,210)
#E0E2D6
(224,226,214)
#E3E4DA
(227,228,218)
#E6E6DE
(230,230,222)
#E9E8E2
(233,232,226)
#ECEAE6
(236,234,230)
#EFECEA
(239,236,234)
#F2EEEE
(242,238,238)
#F5F0F2
(245,240,242)
#F8F2F6
(248,242,246)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE0D2; }

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

This text font color is #DDE0D2.


Background Color

.myBgColor { background-color: #DDE0D2; }

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

This div background color is #DDE0D2.


Border color

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

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

This div border color is #DDE0D2.


Opacity

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

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

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

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

This text has shadow with #DDE0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE0D2 on black background.


Color preview on white background

This text has color #DDE0D2 on white background.



Black color preview on #DDE0D2 background

This text has black color on #DDE0D2 background.


White color preview on #DDE0D2 background

This text has white color on #DDE0D2 background.