COLOR #DEE6EF

HEX: #DEE6EF
RGB: (222,230,239)

Color info

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

RGB color model

#DEE6EF color RGB value is (222,230,239).

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

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 239 of 255 = 94%

222
230
239

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

Portions of RGB colors in percentages

R + G + B =
222 + 230 + 239 = 691 (100%)
R 222 of 691 ~ 32.13%
G 230 of 691 ~ 33.29%
B 239 of 691 ~ 34.59%

%32.13
%33.29
%34.59

CMYK color model

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

  • cyan value is 7.11%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(7,4,0,6)
C7M4Y0K6 
(7%,4%,0%,6%)
(0.07/0.04/0.00/0.06)	

CMYK percentages

%7.11
%3.77
%0
%6.27

Codes

Color #DEE6EF in popluar color models

DEE6EF
RGB222230239
HSL212°34.69%90.39%
HSB/HSV212°7.11%93.73%
CMYK7.11%3.77%0.00%
6.27%

Color #DEE6EF in popluar number systems.

HEXDEE6EF
Decimal222230239
Binary110111101110011011101111
Octal336346357

Shades and tints

Shades of #DEE6EF

#DEE6EF
(222,230,239)
#CAD2DA
(202,210,218)
#B6BEC5
(182,190,197)
#A2AAB0
(162,170,176)
#8E969B
(142,150,155)
#7A8286
(122,130,134)
#666E71
(102,110,113)
#525A5C
(82,90,92)
#3E4647
(62,70,71)
#2A3232
(42,50,50)
#161E1D
(22,30,29)
#000000
(0,0,0)

Tints of #DEE6EF

#DEE6EF
(222,230,239)
#E1E8F0
(225,232,240)
#E4EAF1
(228,234,241)
#E7ECF2
(231,236,242)
#EAEEF3
(234,238,243)
#EDF0F4
(237,240,244)
#F0F2F5
(240,242,245)
#F3F4F6
(243,244,246)
#F6F6F7
(246,246,247)
#F9F8F8
(249,248,248)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE6EF; }

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

This text font color is #DEE6EF.


Background Color

.myBgColor { background-color: #DEE6EF; }

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

This div background color is #DEE6EF.


Border color

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

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

This div border color is #DEE6EF.


Opacity

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

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

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

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

This text has shadow with #DEE6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE6EF on black background.


Color preview on white background

This text has color #DEE6EF on white background.



Black color preview on #DEE6EF background

This text has black color on #DEE6EF background.


White color preview on #DEE6EF background

This text has white color on #DEE6EF background.