COLOR #DDE2D0

HEX: #DDE2D0 RGB: (221,226,208)

Color info

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

RGB color model

#DDE2D0 color RGB value is (221,226,208).

RGB: (221,226,208) (87%, 89%, 82%)

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 208 of 255 = 82%

221
226
208

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

Portions of RGB colors in percentages

R + G + B = 221 + 226 + 208 = 655 (100%)
R 221 of 655 ~ 33.74%
G 226 of 655 ~ 34.5%
B 208 of 655 ~ 31.76'%

%33.74
%34.5
%31.76

CMYK color model

#DDE2D0 color CMYK value is (2,0,8,11).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 11.37%

CMYK: (2,0,8,11)
C2M0Y8K11 (2%, 0%, 8%, 11%)
(0.02 / 0.00 / 0.08 / 0.11)

CMYK percentages

%2.21
%0
%7.96
%11.37

Codes

Color #DDE2D0 in popluar color models

DD E2 D0
RGB 221 226 208
HSL 77° 23.68% 85.10%
HSB/HSV 77° 7.96% 88.63%
CMYK 2.21% 0.00% 7.96%
11.37%

Color #DDE2D0 in popluar number systems.

HEX DD E2 D0
Decimal 221 226 208
Binary 11011101 11100010 11010000
Octal 335 342 320

Shades and tints

Shades of #DDE2D0

#DDE2D0
(221,226,208)
#C9CEBE
(201,206,190)
#B5BAAC
(181,186,172)
#A1A69A
(161,166,154)
#8D9288
(141,146,136)
#797E76
(121,126,118)
#656A64
(101,106,100)
#515652
(81,86,82)
#3D4240
(61,66,64)
#292E2E
(41,46,46)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #DDE2D0

#DDE2D0
(221,226,208)
#E0E4D4
(224,228,212)
#E3E6D8
(227,230,216)
#E6E8DC
(230,232,220)
#E9EAE0
(233,234,224)
#ECECE4
(236,236,228)
#EFEEE8
(239,238,232)
#F2F0EC
(242,240,236)
#F5F2F0
(245,242,240)
#F8F4F4
(248,244,244)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE2D0 color. Also use rgb(221,226,208) instead hex code.

Text Font Color

.myTextColor { color: #DDE2D0; }

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

This text font color is #DDE2D0.

Background Color

.myBgColor { background-color: #DDE2D0; }

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

This div background color is #DDE2D0.

Border color

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

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

This div border color is #DDE2D0.

Opacity

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

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

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

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

This text has shadow with #DDE2D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE2D0.

Preview

Color preview on black background

This text has color #DDE2D0 on black background.


Color preview on white background

This text has color #DDE2D0 on white background.


Black color preview on #DDE2D0 background

This text has black color on #DDE2D0 background.


White color preview on #DDE2D0 background

This text has white color on #DDE2D0 background.


Related colors

Complementary color

Complementary color for #hex is #221D2F.


I love getcolorcode.com

Triadic colors

1 #D0DDE2 and #E2D0DD with #DDE2D0 are triadic colors.

2 #D0E2DD and #E2DDD0 with #DDE2D0 are triadic colors.