COLOR #DEE8DA

HEX: #DEE8DA
RGB: (222,232,218)

Color info

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

RGB color model

#DEE8DA color RGB value is (222,232,218).

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

RGB channels and saturation

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

222
232
218

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

Portions of RGB colors in percentages

R + G + B =
222 + 232 + 218 = 672 (100%)
R 222 of 672 ~ 33.04%
G 232 of 672 ~ 34.52%
B 218 of 672 ~ 32.44%

%33.04
%34.52
%32.44

CMYK color model

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

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • 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.03
%9.02

Codes

Color #DEE8DA in popluar color models

DEE8DA
RGB222232218
HSL103°23.33%88.24%
HSB/HSV103°6.03%90.98%
CMYK4.31%0.00%6.03%
9.02%

Color #DEE8DA in popluar number systems.

HEXDEE8DA
Decimal222232218
Binary110111101110100011011010
Octal336350332

Shades and tints

Shades of #DEE8DA

#DEE8DA
(222,232,218)
#CAD3C7
(202,211,199)
#B6BEB4
(182,190,180)
#A2A9A1
(162,169,161)
#8E948E
(142,148,142)
#7A7F7B
(122,127,123)
#666A68
(102,106,104)
#525555
(82,85,85)
#3E4042
(62,64,66)
#2A2B2F
(42,43,47)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #DEE8DA

#DEE8DA
(222,232,218)
#E1EADD
(225,234,221)
#E4ECE0
(228,236,224)
#E7EEE3
(231,238,227)
#EAF0E6
(234,240,230)
#EDF2E9
(237,242,233)
#F0F4EC
(240,244,236)
#F3F6EF
(243,246,239)
#F6F8F2
(246,248,242)
#F9FAF5
(249,250,245)
#FCFCF8
(252,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE8DA; }

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

This text font color is #DEE8DA.


Background Color

.myBgColor { background-color: #DEE8DA; }

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

This div background color is #DEE8DA.


Border color

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

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

This div border color is #DEE8DA.


Opacity

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

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

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

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

This text has shadow with #DEE8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE8DA on black background.


Color preview on white background

This text has color #DEE8DA on white background.



Black color preview on #DEE8DA background

This text has black color on #DEE8DA background.


White color preview on #DEE8DA background

This text has white color on #DEE8DA background.