COLOR #DEE5EA

HEX: #DEE5EA
RGB: (222,229,234)

Color info

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

RGB color model

#DEE5EA color RGB value is (222,229,234).

  • red value is 222;
  • green value is 229;
  • blue value is 234.
RGB:
(222,229,234)
(87%,90%,92%)

RGB channels and saturation

R 222 of 255 = 87%
G 229 of 255 = 90%
B 234 of 255 = 92%

222
229
234

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

Portions of RGB colors in percentages

R + G + B =
222 + 229 + 234 = 685 (100%)
R 222 of 685 ~ 32.41%
G 229 of 685 ~ 33.43%
B 234 of 685 ~ 34.16%

%32.41
%33.43
%34.16

CMYK color model

#DEE5EA color CMYK value is (5,2,0,8).

  • cyan value is 5.13%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(5,2,0,8)
C5M2Y0K8 
(5%,2%,0%,8%)
(0.05/0.02/0.00/0.08)	

CMYK percentages

%5.13
%2.14
%0
%8.24

Codes

Color #DEE5EA in popluar color models

DEE5EA
RGB222229234
HSL205°22.22%89.41%
HSB/HSV205°5.13%91.76%
CMYK5.13%2.14%0.00%
8.24%

Color #DEE5EA in popluar number systems.

HEXDEE5EA
Decimal222229234
Binary110111101110010111101010
Octal336345352

Shades and tints

Shades of #DEE5EA

#DEE5EA
(222,229,234)
#CAD1D5
(202,209,213)
#B6BDC0
(182,189,192)
#A2A9AB
(162,169,171)
#8E9596
(142,149,150)
#7A8181
(122,129,129)
#666D6C
(102,109,108)
#525957
(82,89,87)
#3E4542
(62,69,66)
#2A312D
(42,49,45)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #DEE5EA

#DEE5EA
(222,229,234)
#E1E7EB
(225,231,235)
#E4E9EC
(228,233,236)
#E7EBED
(231,235,237)
#EAEDEE
(234,237,238)
#EDEFEF
(237,239,239)
#F0F1F0
(240,241,240)
#F3F3F1
(243,243,241)
#F6F5F2
(246,245,242)
#F9F7F3
(249,247,243)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE5EA color. Also use rgb(222,229,234) instead hex code.

Text Font Color

.myTextColor { color: #DEE5EA; }

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

This text font color is #DEE5EA.


Background Color

.myBgColor { background-color: #DEE5EA; }

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

This div background color is #DEE5EA.


Border color

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

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

This div border color is #DEE5EA.


Opacity

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

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

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

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

This text has shadow with #DEE5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE5EA on black background.


Color preview on white background

This text has color #DEE5EA on white background.



Black color preview on #DEE5EA background

This text has black color on #DEE5EA background.


White color preview on #DEE5EA background

This text has white color on #DEE5EA background.