COLOR #DEE9D7

HEX: #DEE9D7 RGB: (222,233,215)

Color info

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

RGB color model

#DEE9D7 color RGB value is (222,233,215).

RGB: (222,233,215) (87%, 91%, 84%)

RGB channels and saturation

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

222
233
215

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

Portions of RGB colors in percentages

R + G + B = 222 + 233 + 215 = 670 (100%)
R 222 of 670 ~ 33.13%
G 233 of 670 ~ 34.78%
B 215 of 670 ~ 32.09'%

%33.13
%34.78
%32.09

CMYK color model

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

  • cyan value is 4.72%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 8.63%

CMYK: (5,0,8,9)
C5M0Y8K9 (5%, 0%, 8%, 9%)
(0.05 / 0.00 / 0.08 / 0.09)

CMYK percentages

%4.72
%0
%7.73
%8.63

Codes

Color #DEE9D7 in popluar color models

DE E9 D7
RGB 222 233 215
HSL 97° 29.03% 87.84%
HSB/HSV 97° 7.73% 91.37%
CMYK 4.72% 0.00% 7.73%
8.63%

Color #DEE9D7 in popluar number systems.

HEX DE E9 D7
Decimal 222 233 215
Binary 11011110 11101001 11010111
Octal 336 351 327

Shades and tints

Shades of #DEE9D7

#DEE9D7
(222,233,215)
#CAD4C4
(202,212,196)
#B6BFB1
(182,191,177)
#A2AA9E
(162,170,158)
#8E958B
(142,149,139)
#7A8078
(122,128,120)
#666B65
(102,107,101)
#525652
(82,86,82)
#3E413F
(62,65,63)
#2A2C2C
(42,44,44)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #DEE9D7

#DEE9D7
(222,233,215)
#E1EBDA
(225,235,218)
#E4EDDD
(228,237,221)
#E7EFE0
(231,239,224)
#EAF1E3
(234,241,227)
#EDF3E6
(237,243,230)
#F0F5E9
(240,245,233)
#F3F7EC
(243,247,236)
#F6F9EF
(246,249,239)
#F9FBF2
(249,251,242)
#FCFDF5
(252,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE9D7; }

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

This text font color is #DEE9D7.

Background Color

.myBgColor { background-color: #DEE9D7; }

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

This div background color is #DEE9D7.

Border color

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

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

This div border color is #DEE9D7.

Opacity

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

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

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

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

This text has shadow with #DEE9D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE9D7.

Preview

Color preview on black background

This text has color #DEE9D7 on black background.


Color preview on white background

This text has color #DEE9D7 on white background.


Black color preview on #DEE9D7 background

This text has black color on #DEE9D7 background.


White color preview on #DEE9D7 background

This text has white color on #DEE9D7 background.


Related colors

Complementary color

Complementary color for #hex is #211628.


I love getcolorcode.com

Triadic colors

1 #D7DEE9 and #E9D7DE with #DEE9D7 are triadic colors.

2 #D7E9DE and #E9DED7 with #DEE9D7 are triadic colors.