COLOR #DDE4D7

HEX: #DDE4D7 RGB: (221,228,215)

Color info

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

RGB color model

#DDE4D7 color RGB value is (221,228,215).

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

RGB channels and saturation

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

221
228
215

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

Portions of RGB colors in percentages

R + G + B = 221 + 228 + 215 = 664 (100%)
R 221 of 664 ~ 33.28%
G 228 of 664 ~ 34.34%
B 215 of 664 ~ 32.38'%

%33.28
%34.34
%32.38

CMYK color model

#DDE4D7 color CMYK value is (3,0,6,11).

  • cyan value is 3.07%
  • magenta value is 0.00%
  • yellow value is 5.70%
  • key color value is 10.59%

CMYK: (3,0,6,11)
C3M0Y6K11 (3%, 0%, 6%, 11%)
(0.03 / 0.00 / 0.06 / 0.11)

CMYK percentages

%3.07
%0
%5.7
%10.59

Codes

Color #DDE4D7 in popluar color models

DD E4 D7
RGB 221 228 215
HSL 92° 19.40% 86.86%
HSB/HSV 92° 5.70% 89.41%
CMYK 3.07% 0.00% 5.70%
10.59%

Color #DDE4D7 in popluar number systems.

HEX DD E4 D7
Decimal 221 228 215
Binary 11011101 11100100 11010111
Octal 335 344 327

Shades and tints

Shades of #DDE4D7

#DDE4D7
(221,228,215)
#C9D0C4
(201,208,196)
#B5BCB1
(181,188,177)
#A1A89E
(161,168,158)
#8D948B
(141,148,139)
#798078
(121,128,120)
#656C65
(101,108,101)
#515852
(81,88,82)
#3D443F
(61,68,63)
#29302C
(41,48,44)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #DDE4D7

#DDE4D7
(221,228,215)
#E0E6DA
(224,230,218)
#E3E8DD
(227,232,221)
#E6EAE0
(230,234,224)
#E9ECE3
(233,236,227)
#ECEEE6
(236,238,230)
#EFF0E9
(239,240,233)
#F2F2EC
(242,242,236)
#F5F4EF
(245,244,239)
#F8F6F2
(248,246,242)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE4D7; }

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

This text font color is #DDE4D7.

Background Color

.myBgColor { background-color: #DDE4D7; }

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

This div background color is #DDE4D7.

Border color

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

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

This div border color is #DDE4D7.

Opacity

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

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

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

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

This text has shadow with #DDE4D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE4D7.

Preview

Color preview on black background

This text has color #DDE4D7 on black background.


Color preview on white background

This text has color #DDE4D7 on white background.


Black color preview on #DDE4D7 background

This text has black color on #DDE4D7 background.


White color preview on #DDE4D7 background

This text has white color on #DDE4D7 background.


Related colors

Complementary color

Complementary color for #hex is #221B28.


I love getcolorcode.com

Triadic colors

1 #D7DDE4 and #E4D7DD with #DDE4D7 are triadic colors.

2 #D7E4DD and #E4DDD7 with #DDE4D7 are triadic colors.