COLOR #DEE7D5

HEX: #DEE7D5
RGB: (222,231,213)

Color info

#DEE7D5 contains red, green and blue colors in about the same proportion. Web safe color of #DEE7D5 is #CCFFCC (or #CFC).

RGB color model

#DEE7D5 color RGB value is (222,231,213).

  • red value is 222;
  • green value is 231;
  • blue value is 213.
RGB:
(222,231,213)
(87%,91%,84%)

RGB channels and saturation

R 222 of 255 = 87%
G 231 of 255 = 91%
B 213 of 255 = 84%

222
231
213

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

Portions of RGB colors in percentages

R + G + B =
222 + 231 + 213 = 666 (100%)
R 222 of 666 ~ 33.33%
G 231 of 666 ~ 34.68%
B 213 of 666 ~ 31.98%

%33.33
%34.68
%31.98

CMYK color model

#DEE7D5 color CMYK value is (4,0,8,9).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 9.41%
CMYK:
(4,0,8,9)
C4M0Y8K9 
(4%,0%,8%,9%)
(0.04/0.00/0.08/0.09)	

CMYK percentages

%3.9
%0
%7.79
%9.41

Codes

Color #DEE7D5 in popluar color models

DEE7D5
RGB222231213
HSL90°27.27%87.06%
HSB/HSV90°7.79%90.59%
CMYK3.90%0.00%7.79%
9.41%

Color #DEE7D5 in popluar number systems.

HEXDEE7D5
Decimal222231213
Binary110111101110011111010101
Octal336347325

Shades and tints

Shades of #DEE7D5

#DEE7D5
(222,231,213)
#CAD2C2
(202,210,194)
#B6BDAF
(182,189,175)
#A2A89C
(162,168,156)
#8E9389
(142,147,137)
#7A7E76
(122,126,118)
#666963
(102,105,99)
#525450
(82,84,80)
#3E3F3D
(62,63,61)
#2A2A2A
(42,42,42)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #DEE7D5

#DEE7D5
(222,231,213)
#E1E9D8
(225,233,216)
#E4EBDB
(228,235,219)
#E7EDDE
(231,237,222)
#EAEFE1
(234,239,225)
#EDF1E4
(237,241,228)
#F0F3E7
(240,243,231)
#F3F5EA
(243,245,234)
#F6F7ED
(246,247,237)
#F9F9F0
(249,249,240)
#FCFBF3
(252,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE7D5 color. Also use rgb(222,231,213) instead hex code.

Text Font Color

.myTextColor { color: #DEE7D5; }

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

This text font color is #DEE7D5.


Background Color

.myBgColor { background-color: #DEE7D5; }

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

This div background color is #DEE7D5.


Border color

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

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

This div border color is #DEE7D5.


Opacity

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

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

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

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

This text has shadow with #DEE7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE7D5 on black background.


Color preview on white background

This text has color #DEE7D5 on white background.



Black color preview on #DEE7D5 background

This text has black color on #DEE7D5 background.


White color preview on #DEE7D5 background

This text has white color on #DEE7D5 background.