COLOR #DEE6D8

HEX: #DEE6D8 RGB: (222,230,216)

Color info

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

RGB color model

#DEE6D8 color RGB value is (222,230,216).

RGB: (222,230,216) (87%, 90%, 85%)

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 216 of 255 = 85%

222
230
216

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

Portions of RGB colors in percentages

R + G + B = 222 + 230 + 216 = 668 (100%)
R 222 of 668 ~ 33.23%
G 230 of 668 ~ 34.43%
B 216 of 668 ~ 32.34'%

%33.23
%34.43
%32.34

CMYK color model

#DEE6D8 color CMYK value is (3,0,6,10).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 6.09%
  • key color value is 9.80%

CMYK: (3,0,6,10)
C3M0Y6K10 (3%, 0%, 6%, 10%)
(0.03 / 0.00 / 0.06 / 0.10)

CMYK percentages

%3.48
%0
%6.09
%9.8

Codes

Color #DEE6D8 in popluar color models

DE E6 D8
RGB 222 230 216
HSL 94° 21.88% 87.45%
HSB/HSV 94° 6.09% 90.20%
CMYK 3.48% 0.00% 6.09%
9.80%

Color #DEE6D8 in popluar number systems.

HEX DE E6 D8
Decimal 222 230 216
Binary 11011110 11100110 11011000
Octal 336 346 330

Shades and tints

Shades of #DEE6D8

#DEE6D8
(222,230,216)
#CAD2C5
(202,210,197)
#B6BEB2
(182,190,178)
#A2AA9F
(162,170,159)
#8E968C
(142,150,140)
#7A8279
(122,130,121)
#666E66
(102,110,102)
#525A53
(82,90,83)
#3E4640
(62,70,64)
#2A322D
(42,50,45)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #DEE6D8

#DEE6D8
(222,230,216)
#E1E8DB
(225,232,219)
#E4EADE
(228,234,222)
#E7ECE1
(231,236,225)
#EAEEE4
(234,238,228)
#EDF0E7
(237,240,231)
#F0F2EA
(240,242,234)
#F3F4ED
(243,244,237)
#F6F6F0
(246,246,240)
#F9F8F3
(249,248,243)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE6D8 color. Also use rgb(222,230,216) instead hex code.

Text Font Color

.myTextColor { color: #DEE6D8; }

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

This text font color is #DEE6D8.

Background Color

.myBgColor { background-color: #DEE6D8; }

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

This div background color is #DEE6D8.

Border color

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

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

This div border color is #DEE6D8.

Opacity

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

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

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

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

This text has shadow with #DEE6D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE6D8.

Preview

Color preview on black background

This text has color #DEE6D8 on black background.


Color preview on white background

This text has color #DEE6D8 on white background.


Black color preview on #DEE6D8 background

This text has black color on #DEE6D8 background.


White color preview on #DEE6D8 background

This text has white color on #DEE6D8 background.


Related colors

Complementary color

Complementary color for #hex is #211927.


I love getcolorcode.com

Triadic colors

1 #D8DEE6 and #E6D8DE with #DEE6D8 are triadic colors.

2 #D8E6DE and #E6DED8 with #DEE6D8 are triadic colors.