COLOR #DEE9ED

HEX: #DEE9ED
RGB: (222,233,237)

Color info

#DEE9ED contains red, green and blue colors in about the same proportion. Web safe color of #DEE9ED is #CCFFFF (or #CFF).

RGB color model

#DEE9ED color RGB value is (222,233,237).

  • red value is 222;
  • green value is 233;
  • blue value is 237.
RGB:
(222,233,237)
(87%,91%,93%)

RGB channels and saturation

R 222 of 255 = 87%
G 233 of 255 = 91%
B 237 of 255 = 93%

222
233
237

R + G + B ~ 90%. #DEE9ED is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 233 + 237 = 692 (100%)
R 222 of 692 ~ 32.08%
G 233 of 692 ~ 33.67%
B 237 of 692 ~ 34.25%

%32.08
%33.67
%34.25

CMYK color model

#DEE9ED color CMYK value is (6,2,0,7).

  • cyan value is 6.33%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(6,2,0,7)
C6M2Y0K7 
(6%,2%,0%,7%)
(0.06/0.02/0.00/0.07)	

CMYK percentages

%6.33
%1.69
%0
%7.06

Codes

Color #DEE9ED in popluar color models

DEE9ED
RGB222233237
HSL196°29.41%90.00%
HSB/HSV196°6.33%92.94%
CMYK6.33%1.69%0.00%
7.06%

Color #DEE9ED in popluar number systems.

HEXDEE9ED
Decimal222233237
Binary110111101110100111101101
Octal336351355

Shades and tints

Shades of #DEE9ED

#DEE9ED
(222,233,237)
#CAD4D8
(202,212,216)
#B6BFC3
(182,191,195)
#A2AAAE
(162,170,174)
#8E9599
(142,149,153)
#7A8084
(122,128,132)
#666B6F
(102,107,111)
#52565A
(82,86,90)
#3E4145
(62,65,69)
#2A2C30
(42,44,48)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #DEE9ED

#DEE9ED
(222,233,237)
#E1EBEE
(225,235,238)
#E4EDEF
(228,237,239)
#E7EFF0
(231,239,240)
#EAF1F1
(234,241,241)
#EDF3F2
(237,243,242)
#F0F5F3
(240,245,243)
#F3F7F4
(243,247,244)
#F6F9F5
(246,249,245)
#F9FBF6
(249,251,246)
#FCFDF7
(252,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE9ED; }

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

This text font color is #DEE9ED.


Background Color

.myBgColor { background-color: #DEE9ED; }

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

This div background color is #DEE9ED.


Border color

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

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

This div border color is #DEE9ED.


Opacity

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

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

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

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

This text has shadow with #DEE9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE9ED on black background.


Color preview on white background

This text has color #DEE9ED on white background.



Black color preview on #DEE9ED background

This text has black color on #DEE9ED background.


White color preview on #DEE9ED background

This text has white color on #DEE9ED background.