COLOR #DEE0ED

HEX: #DEE0ED RGB: (222,224,237)

Color info

#DEE0ED contains red, green and blue colors in about the same proportion. Web safe color of #DEE0ED is #CCCCFF (or #CCF).

RGB color model

#DEE0ED color RGB value is (222,224,237).

RGB: (222,224,237) (87%, 88%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 224 of 255 = 88%
B 237 of 255 = 93%

222
224
237

R + G + B ~ 89%. #DEE0ED is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 224 + 237 = 683 (100%)
R 222 of 683 ~ 32.5%
G 224 of 683 ~ 32.8%
B 237 of 683 ~ 34.7'%

%32.5
%32.8
%34.7

CMYK color model

#DEE0ED color CMYK value is (6,5,0,7).

  • cyan value is 6.33%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (6,5,0,7)
C6M5Y0K7 (6%, 5%, 0%, 7%)
(0.06 / 0.05 / 0.00 / 0.07)

CMYK percentages

%6.33
%5.49
%0
%7.06

Codes

Color #DEE0ED in popluar color models

DE E0 ED
RGB 222 224 237
HSL 232° 29.41% 90.00%
HSB/HSV 232° 6.33% 92.94%
CMYK 6.33% 5.49% 0.00%
7.06%

Color #DEE0ED in popluar number systems.

HEX DE E0 ED
Decimal 222 224 237
Binary 11011110 11100000 11101101
Octal 336 340 355

Shades and tints

Shades of #DEE0ED

#DEE0ED
(222,224,237)
#CACCD8
(202,204,216)
#B6B8C3
(182,184,195)
#A2A4AE
(162,164,174)
#8E9099
(142,144,153)
#7A7C84
(122,124,132)
#66686F
(102,104,111)
#52545A
(82,84,90)
#3E4045
(62,64,69)
#2A2C30
(42,44,48)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #DEE0ED

#DEE0ED
(222,224,237)
#E1E2EE
(225,226,238)
#E4E4EF
(228,228,239)
#E7E6F0
(231,230,240)
#EAE8F1
(234,232,241)
#EDEAF2
(237,234,242)
#F0ECF3
(240,236,243)
#F3EEF4
(243,238,244)
#F6F0F5
(246,240,245)
#F9F2F6
(249,242,246)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE0ED color. Also use rgb(222,224,237) instead hex code.

Text Font Color

.myTextColor { color: #DEE0ED; }

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

This text font color is #DEE0ED.

Background Color

.myBgColor { background-color: #DEE0ED; }

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

This div background color is #DEE0ED.

Border color

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

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

This div border color is #DEE0ED.

Opacity

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

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

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

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

This text has shadow with #DEE0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE0ED.

Preview

Color preview on black background

This text has color #DEE0ED on black background.


Color preview on white background

This text has color #DEE0ED on white background.


Black color preview on #DEE0ED background

This text has black color on #DEE0ED background.


White color preview on #DEE0ED background

This text has white color on #DEE0ED background.


Related colors

Complementary color

Complementary color for #hex is #211F12.


I love getcolorcode.com

Triadic colors

1 #EDDEE0 and #E0EDDE with #DEE0ED are triadic colors.

2 #EDE0DE and #E0DEED with #DEE0ED are triadic colors.