COLOR #DEE8EF

HEX: #DEE8EF
RGB: (222,232,239)

Color info

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

RGB color model

#DEE8EF color RGB value is (222,232,239).

  • red value is 222;
  • green value is 232;
  • blue value is 239.
RGB:
(222,232,239)
(87%,91%,94%)

RGB channels and saturation

R 222 of 255 = 87%
G 232 of 255 = 91%
B 239 of 255 = 94%

222
232
239

R + G + B ~ 91%. #DEE8EF is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 232 + 239 = 693 (100%)
R 222 of 693 ~ 32.03%
G 232 of 693 ~ 33.48%
B 239 of 693 ~ 34.49%

%32.03
%33.48
%34.49

CMYK color model

#DEE8EF color CMYK value is (7,3,0,6).

  • cyan value is 7.11%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(7,3,0,6)
C7M3Y0K6 
(7%,3%,0%,6%)
(0.07/0.03/0.00/0.06)	

CMYK percentages

%7.11
%2.93
%0
%6.27

Codes

Color #DEE8EF in popluar color models

DEE8EF
RGB222232239
HSL205°34.69%90.39%
HSB/HSV205°7.11%93.73%
CMYK7.11%2.93%0.00%
6.27%

Color #DEE8EF in popluar number systems.

HEXDEE8EF
Decimal222232239
Binary110111101110100011101111
Octal336350357

Shades and tints

Shades of #DEE8EF

#DEE8EF
(222,232,239)
#CAD3DA
(202,211,218)
#B6BEC5
(182,190,197)
#A2A9B0
(162,169,176)
#8E949B
(142,148,155)
#7A7F86
(122,127,134)
#666A71
(102,106,113)
#52555C
(82,85,92)
#3E4047
(62,64,71)
#2A2B32
(42,43,50)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #DEE8EF

#DEE8EF
(222,232,239)
#E1EAF0
(225,234,240)
#E4ECF1
(228,236,241)
#E7EEF2
(231,238,242)
#EAF0F3
(234,240,243)
#EDF2F4
(237,242,244)
#F0F4F5
(240,244,245)
#F3F6F6
(243,246,246)
#F6F8F7
(246,248,247)
#F9FAF8
(249,250,248)
#FCFCF9
(252,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE8EF color. Also use rgb(222,232,239) instead hex code.

Text Font Color

.myTextColor { color: #DEE8EF; }

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

This text font color is #DEE8EF.


Background Color

.myBgColor { background-color: #DEE8EF; }

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

This div background color is #DEE8EF.


Border color

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

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

This div border color is #DEE8EF.


Opacity

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

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

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

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

This text has shadow with #DEE8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE8EF on black background.


Color preview on white background

This text has color #DEE8EF on white background.



Black color preview on #DEE8EF background

This text has black color on #DEE8EF background.


White color preview on #DEE8EF background

This text has white color on #DEE8EF background.