COLOR #DDE2D7

HEX: #DDE2D7 RGB: (221,226,215)

Color info

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

RGB color model

#DDE2D7 color RGB value is (221,226,215).

RGB: (221,226,215) (87%, 89%, 84%)

RGB channels and saturation

R 221 of 255 = 87%
G 226 of 255 = 89%
B 215 of 255 = 84%

221
226
215

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

Portions of RGB colors in percentages

R + G + B = 221 + 226 + 215 = 662 (100%)
R 221 of 662 ~ 33.38%
G 226 of 662 ~ 34.14%
B 215 of 662 ~ 32.48'%

%33.38
%34.14
%32.48

CMYK color model

#DDE2D7 color CMYK value is (2,0,5,11).

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

CMYK: (2,0,5,11)
C2M0Y5K11 (2%, 0%, 5%, 11%)
(0.02 / 0.00 / 0.05 / 0.11)

CMYK percentages

%2.21
%0
%4.87
%11.37

Codes

Color #DDE2D7 in popluar color models

DD E2 D7
RGB 221 226 215
HSL 87° 15.94% 86.47%
HSB/HSV 87° 4.87% 88.63%
CMYK 2.21% 0.00% 4.87%
11.37%

Color #DDE2D7 in popluar number systems.

HEX DD E2 D7
Decimal 221 226 215
Binary 11011101 11100010 11010111
Octal 335 342 327

Shades and tints

Shades of #DDE2D7

#DDE2D7
(221,226,215)
#C9CEC4
(201,206,196)
#B5BAB1
(181,186,177)
#A1A69E
(161,166,158)
#8D928B
(141,146,139)
#797E78
(121,126,120)
#656A65
(101,106,101)
#515652
(81,86,82)
#3D423F
(61,66,63)
#292E2C
(41,46,44)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #DDE2D7

#DDE2D7
(221,226,215)
#E0E4DA
(224,228,218)
#E3E6DD
(227,230,221)
#E6E8E0
(230,232,224)
#E9EAE3
(233,234,227)
#ECECE6
(236,236,230)
#EFEEE9
(239,238,233)
#F2F0EC
(242,240,236)
#F5F2EF
(245,242,239)
#F8F4F2
(248,244,242)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE2D7; }

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

This text font color is #DDE2D7.

Background Color

.myBgColor { background-color: #DDE2D7; }

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

This div background color is #DDE2D7.

Border color

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

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

This div border color is #DDE2D7.

Opacity

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

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

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

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

This text has shadow with #DDE2D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE2D7.

Preview

Color preview on black background

This text has color #DDE2D7 on black background.


Color preview on white background

This text has color #DDE2D7 on white background.


Black color preview on #DDE2D7 background

This text has black color on #DDE2D7 background.


White color preview on #DDE2D7 background

This text has white color on #DDE2D7 background.


Related colors

Complementary color

Complementary color for #hex is #221D28.


I love getcolorcode.com

Triadic colors

1 #D7DDE2 and #E2D7DD with #DDE2D7 are triadic colors.

2 #D7E2DD and #E2DDD7 with #DDE2D7 are triadic colors.