COLOR #DEE4D9

HEX: #DEE4D9
RGB: (222,228,217)

Color info

#DEE4D9 contains red, green and blue colors in about the same proportion. Web safe color of #DEE4D9 is #CCCCCC (or #CCC).

RGB color model

#DEE4D9 color RGB value is (222,228,217).

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

RGB channels and saturation

R 222 of 255 = 87%
G 228 of 255 = 89%
B 217 of 255 = 85%

222
228
217

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

Portions of RGB colors in percentages

R + G + B =
222 + 228 + 217 = 667 (100%)
R 222 of 667 ~ 33.28%
G 228 of 667 ~ 34.18%
B 217 of 667 ~ 32.53%

%33.28
%34.18
%32.53

CMYK color model

#DEE4D9 color CMYK value is (3,0,5,11).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 10.59%
CMYK:
(3,0,5,11)
C3M0Y5K11 
(3%,0%,5%,11%)
(0.03/0.00/0.05/0.11)	

CMYK percentages

%2.63
%0
%4.82
%10.59

Codes

Color #DEE4D9 in popluar color models

DEE4D9
RGB222228217
HSL93°16.92%87.25%
HSB/HSV93°4.82%89.41%
CMYK2.63%0.00%4.82%
10.59%

Color #DEE4D9 in popluar number systems.

HEXDEE4D9
Decimal222228217
Binary110111101110010011011001
Octal336344331

Shades and tints

Shades of #DEE4D9

#DEE4D9
(222,228,217)
#CAD0C6
(202,208,198)
#B6BCB3
(182,188,179)
#A2A8A0
(162,168,160)
#8E948D
(142,148,141)
#7A807A
(122,128,122)
#666C67
(102,108,103)
#525854
(82,88,84)
#3E4441
(62,68,65)
#2A302E
(42,48,46)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #DEE4D9

#DEE4D9
(222,228,217)
#E1E6DC
(225,230,220)
#E4E8DF
(228,232,223)
#E7EAE2
(231,234,226)
#EAECE5
(234,236,229)
#EDEEE8
(237,238,232)
#F0F0EB
(240,240,235)
#F3F2EE
(243,242,238)
#F6F4F1
(246,244,241)
#F9F6F4
(249,246,244)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE4D9; }

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

This text font color is #DEE4D9.


Background Color

.myBgColor { background-color: #DEE4D9; }

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

This div background color is #DEE4D9.


Border color

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

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

This div border color is #DEE4D9.


Opacity

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

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

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

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

This text has shadow with #DEE4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE4D9 on black background.


Color preview on white background

This text has color #DEE4D9 on white background.



Black color preview on #DEE4D9 background

This text has black color on #DEE4D9 background.


White color preview on #DEE4D9 background

This text has white color on #DEE4D9 background.