COLOR #DEE7DB

HEX: #DEE7DB RGB: (222,231,219)

Color info

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

RGB color model

#DEE7DB color RGB value is (222,231,219).

RGB: (222,231,219) (87%, 91%, 86%)

RGB channels and saturation

R 222 of 255 = 87%
G 231 of 255 = 91%
B 219 of 255 = 86%

222
231
219

R + G + B ~ 88%. #DEE7DB is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 231 + 219 = 672 (100%)
R 222 of 672 ~ 33.04%
G 231 of 672 ~ 34.38%
B 219 of 672 ~ 32.59'%

%33.04
%34.38
%32.59

CMYK color model

#DEE7DB color CMYK value is (4,0,5,9).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 9.41%

CMYK: (4,0,5,9)
C4M0Y5K9 (4%, 0%, 5%, 9%)
(0.04 / 0.00 / 0.05 / 0.09)

CMYK percentages

%3.9
%0
%5.19
%9.41

Codes

Color #DEE7DB in popluar color models

DE E7 DB
RGB 222 231 219
HSL 105° 20.00% 88.24%
HSB/HSV 105° 5.19% 90.59%
CMYK 3.90% 0.00% 5.19%
9.41%

Color #DEE7DB in popluar number systems.

HEX DE E7 DB
Decimal 222 231 219
Binary 11011110 11100111 11011011
Octal 336 347 333

Shades and tints

Shades of #DEE7DB

#DEE7DB
(222,231,219)
#CAD2C8
(202,210,200)
#B6BDB5
(182,189,181)
#A2A8A2
(162,168,162)
#8E938F
(142,147,143)
#7A7E7C
(122,126,124)
#666969
(102,105,105)
#525456
(82,84,86)
#3E3F43
(62,63,67)
#2A2A30
(42,42,48)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #DEE7DB

#DEE7DB
(222,231,219)
#E1E9DE
(225,233,222)
#E4EBE1
(228,235,225)
#E7EDE4
(231,237,228)
#EAEFE7
(234,239,231)
#EDF1EA
(237,241,234)
#F0F3ED
(240,243,237)
#F3F5F0
(243,245,240)
#F6F7F3
(246,247,243)
#F9F9F6
(249,249,246)
#FCFBF9
(252,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE7DB; }

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

This text font color is #DEE7DB.

Background Color

.myBgColor { background-color: #DEE7DB; }

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

This div background color is #DEE7DB.

Border color

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

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

This div border color is #DEE7DB.

Opacity

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

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

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

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

This text has shadow with #DEE7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE7DB.

Preview

Color preview on black background

This text has color #DEE7DB on black background.


Color preview on white background

This text has color #DEE7DB on white background.


Black color preview on #DEE7DB background

This text has black color on #DEE7DB background.


White color preview on #DEE7DB background

This text has white color on #DEE7DB background.


Related colors

Complementary color

Complementary color for #hex is #211824.


I love getcolorcode.com

Triadic colors

1 #DBDEE7 and #E7DBDE with #DEE7DB are triadic colors.

2 #DBE7DE and #E7DEDB with #DEE7DB are triadic colors.