COLOR #DEE8DC

HEX: #DEE8DC
RGB: (222,232,220)

Color info

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

RGB color model

#DEE8DC color RGB value is (222,232,220).

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

RGB channels and saturation

R 222 of 255 = 87%
G 232 of 255 = 91%
B 220 of 255 = 86%

222
232
220

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

Portions of RGB colors in percentages

R + G + B =
222 + 232 + 220 = 674 (100%)
R 222 of 674 ~ 32.94%
G 232 of 674 ~ 34.42%
B 220 of 674 ~ 32.64%

%32.94
%34.42
%32.64

CMYK color model

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

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 9.02%
CMYK:
(4,0,5,9)
C4M0Y5K9 
(4%,0%,5%,9%)
(0.04/0.00/0.05/0.09)	

CMYK percentages

%4.31
%0
%5.17
%9.02

Codes

Color #DEE8DC in popluar color models

DEE8DC
RGB222232220
HSL110°20.69%88.63%
HSB/HSV110°5.17%90.98%
CMYK4.31%0.00%5.17%
9.02%

Color #DEE8DC in popluar number systems.

HEXDEE8DC
Decimal222232220
Binary110111101110100011011100
Octal336350334

Shades and tints

Shades of #DEE8DC

#DEE8DC
(222,232,220)
#CAD3C8
(202,211,200)
#B6BEB4
(182,190,180)
#A2A9A0
(162,169,160)
#8E948C
(142,148,140)
#7A7F78
(122,127,120)
#666A64
(102,106,100)
#525550
(82,85,80)
#3E403C
(62,64,60)
#2A2B28
(42,43,40)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #DEE8DC

#DEE8DC
(222,232,220)
#E1EADF
(225,234,223)
#E4ECE2
(228,236,226)
#E7EEE5
(231,238,229)
#EAF0E8
(234,240,232)
#EDF2EB
(237,242,235)
#F0F4EE
(240,244,238)
#F3F6F1
(243,246,241)
#F6F8F4
(246,248,244)
#F9FAF7
(249,250,247)
#FCFCFA
(252,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE8DC; }

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

This text font color is #DEE8DC.


Background Color

.myBgColor { background-color: #DEE8DC; }

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

This div background color is #DEE8DC.


Border color

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

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

This div border color is #DEE8DC.


Opacity

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

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

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

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

This text has shadow with #DEE8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE8DC on black background.


Color preview on white background

This text has color #DEE8DC on white background.



Black color preview on #DEE8DC background

This text has black color on #DEE8DC background.


White color preview on #DEE8DC background

This text has white color on #DEE8DC background.