COLOR #DEE6D1

HEX: #DEE6D1
RGB: (222,230,209)

Color info

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

RGB color model

#DEE6D1 color RGB value is (222,230,209).

  • red value is 222;
  • green value is 230;
  • blue value is 209.
RGB:
(222,230,209)
(87%,90%,82%)

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 209 of 255 = 82%

222
230
209

R + G + B ~ 86%. #DEE6D1 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 230 + 209 = 661 (100%)
R 222 of 661 ~ 33.59%
G 230 of 661 ~ 34.8%
B 209 of 661 ~ 31.62%

%33.59
%34.8
%31.62

CMYK color model

#DEE6D1 color CMYK value is (3,0,9,10).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 9.80%
CMYK:
(3,0,9,10)
C3M0Y9K10 
(3%,0%,9%,10%)
(0.03/0.00/0.09/0.10)	

CMYK percentages

%3.48
%0
%9.13
%9.8

Codes

Color #DEE6D1 in popluar color models

DEE6D1
RGB222230209
HSL83°29.58%86.08%
HSB/HSV83°9.13%90.20%
CMYK3.48%0.00%9.13%
9.80%

Color #DEE6D1 in popluar number systems.

HEXDEE6D1
Decimal222230209
Binary110111101110011011010001
Octal336346321

Shades and tints

Shades of #DEE6D1

#DEE6D1
(222,230,209)
#CAD2BE
(202,210,190)
#B6BEAB
(182,190,171)
#A2AA98
(162,170,152)
#8E9685
(142,150,133)
#7A8272
(122,130,114)
#666E5F
(102,110,95)
#525A4C
(82,90,76)
#3E4639
(62,70,57)
#2A3226
(42,50,38)
#161E13
(22,30,19)
#000000
(0,0,0)

Tints of #DEE6D1

#DEE6D1
(222,230,209)
#E1E8D5
(225,232,213)
#E4EAD9
(228,234,217)
#E7ECDD
(231,236,221)
#EAEEE1
(234,238,225)
#EDF0E5
(237,240,229)
#F0F2E9
(240,242,233)
#F3F4ED
(243,244,237)
#F6F6F1
(246,246,241)
#F9F8F5
(249,248,245)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE6D1; }

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

This text font color is #DEE6D1.


Background Color

.myBgColor { background-color: #DEE6D1; }

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

This div background color is #DEE6D1.


Border color

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

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

This div border color is #DEE6D1.


Opacity

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

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

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

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

This text has shadow with #DEE6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE6D1 on black background.


Color preview on white background

This text has color #DEE6D1 on white background.



Black color preview on #DEE6D1 background

This text has black color on #DEE6D1 background.


White color preview on #DEE6D1 background

This text has white color on #DEE6D1 background.