COLOR #DEE4D7

HEX: #DEE4D7
RGB: (222,228,215)

Color info

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

RGB color model

#DEE4D7 color RGB value is (222,228,215).

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

RGB channels and saturation

R 222 of 255 = 87%
G 228 of 255 = 89%
B 215 of 255 = 84%

222
228
215

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

Portions of RGB colors in percentages

R + G + B =
222 + 228 + 215 = 665 (100%)
R 222 of 665 ~ 33.38%
G 228 of 665 ~ 34.29%
B 215 of 665 ~ 32.33%

%33.38
%34.29
%32.33

CMYK color model

#DEE4D7 color CMYK value is (3,0,6,11).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 5.70%
  • key color value is 10.59%
CMYK:
(3,0,6,11)
C3M0Y6K11 
(3%,0%,6%,11%)
(0.03/0.00/0.06/0.11)	

CMYK percentages

%2.63
%0
%5.7
%10.59

Codes

Color #DEE4D7 in popluar color models

DEE4D7
RGB222228215
HSL88°19.40%86.86%
HSB/HSV88°5.70%89.41%
CMYK2.63%0.00%5.70%
10.59%

Color #DEE4D7 in popluar number systems.

HEXDEE4D7
Decimal222228215
Binary110111101110010011010111
Octal336344327

Shades and tints

Shades of #DEE4D7

#DEE4D7
(222,228,215)
#CAD0C4
(202,208,196)
#B6BCB1
(182,188,177)
#A2A89E
(162,168,158)
#8E948B
(142,148,139)
#7A8078
(122,128,120)
#666C65
(102,108,101)
#525852
(82,88,82)
#3E443F
(62,68,63)
#2A302C
(42,48,44)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #DEE4D7

#DEE4D7
(222,228,215)
#E1E6DA
(225,230,218)
#E4E8DD
(228,232,221)
#E7EAE0
(231,234,224)
#EAECE3
(234,236,227)
#EDEEE6
(237,238,230)
#F0F0E9
(240,240,233)
#F3F2EC
(243,242,236)
#F6F4EF
(246,244,239)
#F9F6F2
(249,246,242)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE4D7; }

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

This text font color is #DEE4D7.


Background Color

.myBgColor { background-color: #DEE4D7; }

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

This div background color is #DEE4D7.


Border color

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

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

This div border color is #DEE4D7.


Opacity

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

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

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

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

This text has shadow with #DEE4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE4D7 on black background.


Color preview on white background

This text has color #DEE4D7 on white background.



Black color preview on #DEE4D7 background

This text has black color on #DEE4D7 background.


White color preview on #DEE4D7 background

This text has white color on #DEE4D7 background.