COLOR #DEE0EF

HEX: #DEE0EF
RGB: (222,224,239)

Color info

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

RGB color model

#DEE0EF color RGB value is (222,224,239).

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

RGB channels and saturation

R 222 of 255 = 87%
G 224 of 255 = 88%
B 239 of 255 = 94%

222
224
239

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

Portions of RGB colors in percentages

R + G + B =
222 + 224 + 239 = 685 (100%)
R 222 of 685 ~ 32.41%
G 224 of 685 ~ 32.7%
B 239 of 685 ~ 34.89%

%32.41
%32.7
%34.89

CMYK color model

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

  • cyan value is 7.11%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(7,6,0,6)
C7M6Y0K6 
(7%,6%,0%,6%)
(0.07/0.06/0.00/0.06)	

CMYK percentages

%7.11
%6.28
%0
%6.27

Codes

Color #DEE0EF in popluar color models

DEE0EF
RGB222224239
HSL233°34.69%90.39%
HSB/HSV233°7.11%93.73%
CMYK7.11%6.28%0.00%
6.27%

Color #DEE0EF in popluar number systems.

HEXDEE0EF
Decimal222224239
Binary110111101110000011101111
Octal336340357

Shades and tints

Shades of #DEE0EF

#DEE0EF
(222,224,239)
#CACCDA
(202,204,218)
#B6B8C5
(182,184,197)
#A2A4B0
(162,164,176)
#8E909B
(142,144,155)
#7A7C86
(122,124,134)
#666871
(102,104,113)
#52545C
(82,84,92)
#3E4047
(62,64,71)
#2A2C32
(42,44,50)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #DEE0EF

#DEE0EF
(222,224,239)
#E1E2F0
(225,226,240)
#E4E4F1
(228,228,241)
#E7E6F2
(231,230,242)
#EAE8F3
(234,232,243)
#EDEAF4
(237,234,244)
#F0ECF5
(240,236,245)
#F3EEF6
(243,238,246)
#F6F0F7
(246,240,247)
#F9F2F8
(249,242,248)
#FCF4F9
(252,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE0EF; }

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

This text font color is #DEE0EF.


Background Color

.myBgColor { background-color: #DEE0EF; }

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

This div background color is #DEE0EF.


Border color

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

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

This div border color is #DEE0EF.


Opacity

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

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

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

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

This text has shadow with #DEE0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE0EF on black background.


Color preview on white background

This text has color #DEE0EF on white background.



Black color preview on #DEE0EF background

This text has black color on #DEE0EF background.


White color preview on #DEE0EF background

This text has white color on #DEE0EF background.