COLOR #DEE8DB

HEX: #DEE8DB
RGB: (222,232,219)

Color info

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

RGB color model

#DEE8DB color RGB value is (222,232,219).

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

RGB channels and saturation

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

222
232
219

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

Portions of RGB colors in percentages

R + G + B =
222 + 232 + 219 = 673 (100%)
R 222 of 673 ~ 32.99%
G 232 of 673 ~ 34.47%
B 219 of 673 ~ 32.54%

%32.99
%34.47
%32.54

CMYK color model

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

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • 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
%5.6
%9.02

Codes

Color #DEE8DB in popluar color models

DEE8DB
RGB222232219
HSL106°22.03%88.43%
HSB/HSV106°5.60%90.98%
CMYK4.31%0.00%5.60%
9.02%

Color #DEE8DB in popluar number systems.

HEXDEE8DB
Decimal222232219
Binary110111101110100011011011
Octal336350333

Shades and tints

Shades of #DEE8DB

#DEE8DB
(222,232,219)
#CAD3C8
(202,211,200)
#B6BEB5
(182,190,181)
#A2A9A2
(162,169,162)
#8E948F
(142,148,143)
#7A7F7C
(122,127,124)
#666A69
(102,106,105)
#525556
(82,85,86)
#3E4043
(62,64,67)
#2A2B30
(42,43,48)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #DEE8DB

#DEE8DB
(222,232,219)
#E1EADE
(225,234,222)
#E4ECE1
(228,236,225)
#E7EEE4
(231,238,228)
#EAF0E7
(234,240,231)
#EDF2EA
(237,242,234)
#F0F4ED
(240,244,237)
#F3F6F0
(243,246,240)
#F6F8F3
(246,248,243)
#F9FAF6
(249,250,246)
#FCFCF9
(252,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE8DB; }

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

This text font color is #DEE8DB.


Background Color

.myBgColor { background-color: #DEE8DB; }

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

This div background color is #DEE8DB.


Border color

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

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

This div border color is #DEE8DB.


Opacity

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

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

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

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

This text has shadow with #DEE8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE8DB on black background.


Color preview on white background

This text has color #DEE8DB on white background.



Black color preview on #DEE8DB background

This text has black color on #DEE8DB background.


White color preview on #DEE8DB background

This text has white color on #DEE8DB background.