COLOR #DEE8D9

HEX: #DEE8D9
RGB: (222,232,217)

Color info

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

RGB color model

#DEE8D9 color RGB value is (222,232,217).

  • red value is 222;
  • green value is 232;
  • blue value is 217.
RGB:
(222,232,217)
(87%,91%,85%)

RGB channels and saturation

R 222 of 255 = 87%
G 232 of 255 = 91%
B 217 of 255 = 85%

222
232
217

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

Portions of RGB colors in percentages

R + G + B =
222 + 232 + 217 = 671 (100%)
R 222 of 671 ~ 33.08%
G 232 of 671 ~ 34.58%
B 217 of 671 ~ 32.34%

%33.08
%34.58
%32.34

CMYK color model

#DEE8D9 color CMYK value is (4,0,6,9).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 9.02%
CMYK:
(4,0,6,9)
C4M0Y6K9 
(4%,0%,6%,9%)
(0.04/0.00/0.06/0.09)	

CMYK percentages

%4.31
%0
%6.47
%9.02

Codes

Color #DEE8D9 in popluar color models

DEE8D9
RGB222232217
HSL100°24.59%88.04%
HSB/HSV100°6.47%90.98%
CMYK4.31%0.00%6.47%
9.02%

Color #DEE8D9 in popluar number systems.

HEXDEE8D9
Decimal222232217
Binary110111101110100011011001
Octal336350331

Shades and tints

Shades of #DEE8D9

#DEE8D9
(222,232,217)
#CAD3C6
(202,211,198)
#B6BEB3
(182,190,179)
#A2A9A0
(162,169,160)
#8E948D
(142,148,141)
#7A7F7A
(122,127,122)
#666A67
(102,106,103)
#525554
(82,85,84)
#3E4041
(62,64,65)
#2A2B2E
(42,43,46)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #DEE8D9

#DEE8D9
(222,232,217)
#E1EADC
(225,234,220)
#E4ECDF
(228,236,223)
#E7EEE2
(231,238,226)
#EAF0E5
(234,240,229)
#EDF2E8
(237,242,232)
#F0F4EB
(240,244,235)
#F3F6EE
(243,246,238)
#F6F8F1
(246,248,241)
#F9FAF4
(249,250,244)
#FCFCF7
(252,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE8D9 color. Also use rgb(222,232,217) instead hex code.

Text Font Color

.myTextColor { color: #DEE8D9; }

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

This text font color is #DEE8D9.


Background Color

.myBgColor { background-color: #DEE8D9; }

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

This div background color is #DEE8D9.


Border color

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

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

This div border color is #DEE8D9.


Opacity

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

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

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

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

This text has shadow with #DEE8D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE8D9 on black background.


Color preview on white background

This text has color #DEE8D9 on white background.



Black color preview on #DEE8D9 background

This text has black color on #DEE8D9 background.


White color preview on #DEE8D9 background

This text has white color on #DEE8D9 background.