COLOR #DEE5CD

HEX: #DEE5CD RGB: (222,229,205)

Color info

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

RGB color model

#DEE5CD color RGB value is (222,229,205).

RGB: (222,229,205) (87%, 90%, 80%)

RGB channels and saturation

R 222 of 255 = 87%
G 229 of 255 = 90%
B 205 of 255 = 80%

222
229
205

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

Portions of RGB colors in percentages

R + G + B = 222 + 229 + 205 = 656 (100%)
R 222 of 656 ~ 33.84%
G 229 of 656 ~ 34.91%
B 205 of 656 ~ 31.25'%

%33.84
%34.91
%31.25

CMYK color model

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

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 10.20%
CMYK: (3,0,10,10) C3M0Y10K10 (3%,0%,10%,10%) (0.03/0.00/0.10/0.10) 

CMYK percentages

%3.06
%0
%10.48
%10.2

Codes

Color #DEE5CD in popluar color models

DE E5 CD
RGB 222 229 205
HSL 78° 31.58% 85.10%
HSB/HSV 78° 10.48% 89.80%
CMYK 3.06% 0.00% 10.48%
10.20%

Color #DEE5CD in popluar number systems.

HEX DE E5 CD
Decimal 222 229 205
Binary 11011110 11100101 11001101
Octal 336 345 315

Shades and tints

Shades of #DEE5CD

#DEE5CD
(222,229,205)
#CAD1BB
(202,209,187)
#B6BDA9
(182,189,169)
#A2A997
(162,169,151)
#8E9585
(142,149,133)
#7A8173
(122,129,115)
#666D61
(102,109,97)
#52594F
(82,89,79)
#3E453D
(62,69,61)
#2A312B
(42,49,43)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #DEE5CD

#DEE5CD
(222,229,205)
#E1E7D1
(225,231,209)
#E4E9D5
(228,233,213)
#E7EBD9
(231,235,217)
#EAEDDD
(234,237,221)
#EDEFE1
(237,239,225)
#F0F1E5
(240,241,229)
#F3F3E9
(243,243,233)
#F6F5ED
(246,245,237)
#F9F7F1
(249,247,241)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE5CD; }

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

This text font color is #DEE5CD.

Background Color

.myBgColor { background-color: #DEE5CD; }

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

This div background color is #DEE5CD.

Border color

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

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

This div border color is #DEE5CD.

Opacity

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

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

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

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

This text has shadow with #DEE5CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE5CD.

Preview

Color preview on black background

This text has color #DEE5CD on black background.


Color preview on white background

This text has color #DEE5CD on white background.


Black color preview on #DEE5CD background

This text has black color on #DEE5CD background.


White color preview on #DEE5CD background

This text has white color on #DEE5CD background.


Related colors

Complementary color

Complementary color for #hex is #211A32.


I love getcolorcode.com

Triadic colors

1 #CDDEE5 and #E5CDDE with #DEE5CD are triadic colors.

2 #CDE5DE and #E5DECD with #DEE5CD are triadic colors.