COLOR #DEE5DD

HEX: #DEE5DD RGB: (222,229,221)

Color info

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

RGB color model

#DEE5DD color RGB value is (222,229,221).

RGB: (222,229,221) (87%, 90%, 87%)

RGB channels and saturation

R 222 of 255 = 87%
G 229 of 255 = 90%
B 221 of 255 = 87%

222
229
221

R + G + B ~ 88%. #DEE5DD is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 229 + 221 = 672 (100%)
R 222 of 672 ~ 33.04%
G 229 of 672 ~ 34.08%
B 221 of 672 ~ 32.89'%

%33.04
%34.08
%32.89

CMYK color model

#DEE5DD color CMYK value is (3,0,3,10).

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 10.20%

CMYK: (3,0,3,10)
C3M0Y3K10 (3%, 0%, 3%, 10%)
(0.03 / 0.00 / 0.03 / 0.10)

CMYK percentages

%3.06
%0
%3.49
%10.2

Codes

Color #DEE5DD in popluar color models

DE E5 DD
RGB 222 229 221
HSL 113° 13.33% 88.24%
HSB/HSV 113° 3.49% 89.80%
CMYK 3.06% 0.00% 3.49%
10.20%

Color #DEE5DD in popluar number systems.

HEX DE E5 DD
Decimal 222 229 221
Binary 11011110 11100101 11011101
Octal 336 345 335

Shades and tints

Shades of #DEE5DD

#DEE5DD
(222,229,221)
#CAD1C9
(202,209,201)
#B6BDB5
(182,189,181)
#A2A9A1
(162,169,161)
#8E958D
(142,149,141)
#7A8179
(122,129,121)
#666D65
(102,109,101)
#525951
(82,89,81)
#3E453D
(62,69,61)
#2A3129
(42,49,41)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #DEE5DD

#DEE5DD
(222,229,221)
#E1E7E0
(225,231,224)
#E4E9E3
(228,233,227)
#E7EBE6
(231,235,230)
#EAEDE9
(234,237,233)
#EDEFEC
(237,239,236)
#F0F1EF
(240,241,239)
#F3F3F2
(243,243,242)
#F6F5F5
(246,245,245)
#F9F7F8
(249,247,248)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE5DD color. Also use rgb(222,229,221) instead hex code.

Text Font Color

.myTextColor { color: #DEE5DD; }

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

This text font color is #DEE5DD.

Background Color

.myBgColor { background-color: #DEE5DD; }

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

This div background color is #DEE5DD.

Border color

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

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

This div border color is #DEE5DD.

Opacity

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

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

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

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

This text has shadow with #DEE5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE5DD.

Preview

Color preview on black background

This text has color #DEE5DD on black background.


Color preview on white background

This text has color #DEE5DD on white background.


Black color preview on #DEE5DD background

This text has black color on #DEE5DD background.


White color preview on #DEE5DD background

This text has white color on #DEE5DD background.


Related colors

Complementary color

Complementary color for #hex is #211A22.


I love getcolorcode.com

Triadic colors

1 #DDDEE5 and #E5DDDE with #DEE5DD are triadic colors.

2 #DDE5DE and #E5DEDD with #DEE5DD are triadic colors.