COLOR #DEE5D6

HEX: #DEE5D6
RGB: (222,229,214)

Color info

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

RGB color model

#DEE5D6 color RGB value is (222,229,214).

  • red value is 222;
  • green value is 229;
  • blue value is 214.
RGB:
(222,229,214)
(87%,90%,84%)

RGB channels and saturation

R 222 of 255 = 87%
G 229 of 255 = 90%
B 214 of 255 = 84%

222
229
214

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

Portions of RGB colors in percentages

R + G + B =
222 + 229 + 214 = 665 (100%)
R 222 of 665 ~ 33.38%
G 229 of 665 ~ 34.44%
B 214 of 665 ~ 32.18%

%33.38
%34.44
%32.18

CMYK color model

#DEE5D6 color CMYK value is (3,0,7,10).

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 6.55%
  • key color value is 10.20%
CMYK:
(3,0,7,10)
C3M0Y7K10 
(3%,0%,7%,10%)
(0.03/0.00/0.07/0.10)	

CMYK percentages

%3.06
%0
%6.55
%10.2

Codes

Color #DEE5D6 in popluar color models

DEE5D6
RGB222229214
HSL88°22.39%86.86%
HSB/HSV88°6.55%89.80%
CMYK3.06%0.00%6.55%
10.20%

Color #DEE5D6 in popluar number systems.

HEXDEE5D6
Decimal222229214
Binary110111101110010111010110
Octal336345326

Shades and tints

Shades of #DEE5D6

#DEE5D6
(222,229,214)
#CAD1C3
(202,209,195)
#B6BDB0
(182,189,176)
#A2A99D
(162,169,157)
#8E958A
(142,149,138)
#7A8177
(122,129,119)
#666D64
(102,109,100)
#525951
(82,89,81)
#3E453E
(62,69,62)
#2A312B
(42,49,43)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #DEE5D6

#DEE5D6
(222,229,214)
#E1E7D9
(225,231,217)
#E4E9DC
(228,233,220)
#E7EBDF
(231,235,223)
#EAEDE2
(234,237,226)
#EDEFE5
(237,239,229)
#F0F1E8
(240,241,232)
#F3F3EB
(243,243,235)
#F6F5EE
(246,245,238)
#F9F7F1
(249,247,241)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE5D6 color. Also use rgb(222,229,214) instead hex code.

Text Font Color

.myTextColor { color: #DEE5D6; }

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

This text font color is #DEE5D6.


Background Color

.myBgColor { background-color: #DEE5D6; }

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

This div background color is #DEE5D6.


Border color

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

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

This div border color is #DEE5D6.


Opacity

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

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

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

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

This text has shadow with #DEE5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE5D6 on black background.


Color preview on white background

This text has color #DEE5D6 on white background.



Black color preview on #DEE5D6 background

This text has black color on #DEE5D6 background.


White color preview on #DEE5D6 background

This text has white color on #DEE5D6 background.