COLOR #DDE4D5

HEX: #DDE4D5 RGB: (221,228,213)

Color info

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

RGB color model

#DDE4D5 color RGB value is (221,228,213).

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

RGB channels and saturation

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

221
228
213

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

Portions of RGB colors in percentages

R + G + B = 221 + 228 + 213 = 662 (100%)
R 221 of 662 ~ 33.38%
G 228 of 662 ~ 34.44%
B 213 of 662 ~ 32.18'%

%33.38
%34.44
%32.18

CMYK color model

#DDE4D5 color CMYK value is (3,0,7,11).

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

CMYK: (3,0,7,11)
C3M0Y7K11 (3%, 0%, 7%, 11%)
(0.03 / 0.00 / 0.07 / 0.11)

CMYK percentages

%3.07
%0
%6.58
%10.59

Codes

Color #DDE4D5 in popluar color models

DD E4 D5
RGB 221 228 213
HSL 88° 21.74% 86.47%
HSB/HSV 88° 6.58% 89.41%
CMYK 3.07% 0.00% 6.58%
10.59%

Color #DDE4D5 in popluar number systems.

HEX DD E4 D5
Decimal 221 228 213
Binary 11011101 11100100 11010101
Octal 335 344 325

Shades and tints

Shades of #DDE4D5

#DDE4D5
(221,228,213)
#C9D0C2
(201,208,194)
#B5BCAF
(181,188,175)
#A1A89C
(161,168,156)
#8D9489
(141,148,137)
#798076
(121,128,118)
#656C63
(101,108,99)
#515850
(81,88,80)
#3D443D
(61,68,61)
#29302A
(41,48,42)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #DDE4D5

#DDE4D5
(221,228,213)
#E0E6D8
(224,230,216)
#E3E8DB
(227,232,219)
#E6EADE
(230,234,222)
#E9ECE1
(233,236,225)
#ECEEE4
(236,238,228)
#EFF0E7
(239,240,231)
#F2F2EA
(242,242,234)
#F5F4ED
(245,244,237)
#F8F6F0
(248,246,240)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDE4D5; }

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

This text font color is #DDE4D5.

Background Color

.myBgColor { background-color: #DDE4D5; }

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

This div background color is #DDE4D5.

Border color

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

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

This div border color is #DDE4D5.

Opacity

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

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

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

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

This text has shadow with #DDE4D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE4D5.

Preview

Color preview on black background

This text has color #DDE4D5 on black background.


Color preview on white background

This text has color #DDE4D5 on white background.


Black color preview on #DDE4D5 background

This text has black color on #DDE4D5 background.


White color preview on #DDE4D5 background

This text has white color on #DDE4D5 background.


Related colors

Complementary color

Complementary color for #hex is #221B2A.


I love getcolorcode.com

Triadic colors

1 #D5DDE4 and #E4D5DD with #DDE4D5 are triadic colors.

2 #D5E4DD and #E4DDD5 with #DDE4D5 are triadic colors.