COLOR #DEE9D5

HEX: #DEE9D5
RGB: (222,233,213)

Color info

#DEE9D5 contains red, green and blue colors in about the same proportion. Web safe color of #DEE9D5 is #CCFFCC (or #CFC).

RGB color model

#DEE9D5 color RGB value is (222,233,213).

  • red value is 222;
  • green value is 233;
  • blue value is 213.
RGB:
(222,233,213)
(87%,91%,84%)

RGB channels and saturation

R 222 of 255 = 87%
G 233 of 255 = 91%
B 213 of 255 = 84%

222
233
213

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

Portions of RGB colors in percentages

R + G + B =
222 + 233 + 213 = 668 (100%)
R 222 of 668 ~ 33.23%
G 233 of 668 ~ 34.88%
B 213 of 668 ~ 31.89%

%33.23
%34.88
%31.89

CMYK color model

#DEE9D5 color CMYK value is (5,0,9,9).

  • cyan value is 4.72%
  • magenta value is 0.00%
  • yellow value is 8.58%
  • key color value is 8.63%
CMYK:
(5,0,9,9)
C5M0Y9K9 
(5%,0%,9%,9%)
(0.05/0.00/0.09/0.09)	

CMYK percentages

%4.72
%0
%8.58
%8.63

Codes

Color #DEE9D5 in popluar color models

DEE9D5
RGB222233213
HSL93°31.25%87.45%
HSB/HSV93°8.58%91.37%
CMYK4.72%0.00%8.58%
8.63%

Color #DEE9D5 in popluar number systems.

HEXDEE9D5
Decimal222233213
Binary110111101110100111010101
Octal336351325

Shades and tints

Shades of #DEE9D5

#DEE9D5
(222,233,213)
#CAD4C2
(202,212,194)
#B6BFAF
(182,191,175)
#A2AA9C
(162,170,156)
#8E9589
(142,149,137)
#7A8076
(122,128,118)
#666B63
(102,107,99)
#525650
(82,86,80)
#3E413D
(62,65,61)
#2A2C2A
(42,44,42)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #DEE9D5

#DEE9D5
(222,233,213)
#E1EBD8
(225,235,216)
#E4EDDB
(228,237,219)
#E7EFDE
(231,239,222)
#EAF1E1
(234,241,225)
#EDF3E4
(237,243,228)
#F0F5E7
(240,245,231)
#F3F7EA
(243,247,234)
#F6F9ED
(246,249,237)
#F9FBF0
(249,251,240)
#FCFDF3
(252,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE9D5 color. Also use rgb(222,233,213) instead hex code.

Text Font Color

.myTextColor { color: #DEE9D5; }

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

This text font color is #DEE9D5.


Background Color

.myBgColor { background-color: #DEE9D5; }

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

This div background color is #DEE9D5.


Border color

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

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

This div border color is #DEE9D5.


Opacity

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

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

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

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

This text has shadow with #DEE9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE9D5 on black background.


Color preview on white background

This text has color #DEE9D5 on white background.



Black color preview on #DEE9D5 background

This text has black color on #DEE9D5 background.


White color preview on #DEE9D5 background

This text has white color on #DEE9D5 background.