COLOR #DEE6EE

HEX: #DEE6EE
RGB: (222,230,238)

Color info

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

RGB color model

#DEE6EE color RGB value is (222,230,238).

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

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 238 of 255 = 93%

222
230
238

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

Portions of RGB colors in percentages

R + G + B =
222 + 230 + 238 = 690 (100%)
R 222 of 690 ~ 32.17%
G 230 of 690 ~ 33.33%
B 238 of 690 ~ 34.49%

%32.17
%33.33
%34.49

CMYK color model

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

  • cyan value is 6.72%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(7,3,0,7)
C7M3Y0K7 
(7%,3%,0%,7%)
(0.07/0.03/0.00/0.07)	

CMYK percentages

%6.72
%3.36
%0
%6.67

Codes

Color #DEE6EE in popluar color models

DEE6EE
RGB222230238
HSL210°32.00%90.20%
HSB/HSV210°6.72%93.33%
CMYK6.72%3.36%0.00%
6.67%

Color #DEE6EE in popluar number systems.

HEXDEE6EE
Decimal222230238
Binary110111101110011011101110
Octal336346356

Shades and tints

Shades of #DEE6EE

#DEE6EE
(222,230,238)
#CAD2D9
(202,210,217)
#B6BEC4
(182,190,196)
#A2AAAF
(162,170,175)
#8E969A
(142,150,154)
#7A8285
(122,130,133)
#666E70
(102,110,112)
#525A5B
(82,90,91)
#3E4646
(62,70,70)
#2A3231
(42,50,49)
#161E1C
(22,30,28)
#000000
(0,0,0)

Tints of #DEE6EE

#DEE6EE
(222,230,238)
#E1E8EF
(225,232,239)
#E4EAF0
(228,234,240)
#E7ECF1
(231,236,241)
#EAEEF2
(234,238,242)
#EDF0F3
(237,240,243)
#F0F2F4
(240,242,244)
#F3F4F5
(243,244,245)
#F6F6F6
(246,246,246)
#F9F8F7
(249,248,247)
#FCFAF8
(252,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE6EE; }

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

This text font color is #DEE6EE.


Background Color

.myBgColor { background-color: #DEE6EE; }

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

This div background color is #DEE6EE.


Border color

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

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

This div border color is #DEE6EE.


Opacity

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

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

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

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

This text has shadow with #DEE6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE6EE on black background.


Color preview on white background

This text has color #DEE6EE on white background.



Black color preview on #DEE6EE background

This text has black color on #DEE6EE background.


White color preview on #DEE6EE background

This text has white color on #DEE6EE background.