COLOR #DEE4E9

HEX: #DEE4E9
RGB: (222,228,233)

Color info

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

RGB color model

#DEE4E9 color RGB value is (222,228,233).

  • red value is 222;
  • green value is 228;
  • blue value is 233.
RGB:
(222,228,233)
(87%,89%,91%)

RGB channels and saturation

R 222 of 255 = 87%
G 228 of 255 = 89%
B 233 of 255 = 91%

222
228
233

R + G + B ~ 89%. #DEE4E9 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 228 + 233 = 683 (100%)
R 222 of 683 ~ 32.5%
G 228 of 683 ~ 33.38%
B 233 of 683 ~ 34.11%

%32.5
%33.38
%34.11

CMYK color model

#DEE4E9 color CMYK value is (5,2,0,9).

  • cyan value is 4.72%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(5,2,0,9)
C5M2Y0K9 
(5%,2%,0%,9%)
(0.05/0.02/0.00/0.09)	

CMYK percentages

%4.72
%2.15
%0
%8.63

Codes

Color #DEE4E9 in popluar color models

DEE4E9
RGB222228233
HSL207°20.00%89.22%
HSB/HSV207°4.72%91.37%
CMYK4.72%2.15%0.00%
8.63%

Color #DEE4E9 in popluar number systems.

HEXDEE4E9
Decimal222228233
Binary110111101110010011101001
Octal336344351

Shades and tints

Shades of #DEE4E9

#DEE4E9
(222,228,233)
#CAD0D4
(202,208,212)
#B6BCBF
(182,188,191)
#A2A8AA
(162,168,170)
#8E9495
(142,148,149)
#7A8080
(122,128,128)
#666C6B
(102,108,107)
#525856
(82,88,86)
#3E4441
(62,68,65)
#2A302C
(42,48,44)
#161C17
(22,28,23)
#000000
(0,0,0)

Tints of #DEE4E9

#DEE4E9
(222,228,233)
#E1E6EB
(225,230,235)
#E4E8ED
(228,232,237)
#E7EAEF
(231,234,239)
#EAECF1
(234,236,241)
#EDEEF3
(237,238,243)
#F0F0F5
(240,240,245)
#F3F2F7
(243,242,247)
#F6F4F9
(246,244,249)
#F9F6FB
(249,246,251)
#FCF8FD
(252,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE4E9 color. Also use rgb(222,228,233) instead hex code.

Text Font Color

.myTextColor { color: #DEE4E9; }

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

This text font color is #DEE4E9.


Background Color

.myBgColor { background-color: #DEE4E9; }

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

This div background color is #DEE4E9.


Border color

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

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

This div border color is #DEE4E9.


Opacity

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

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

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

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

This text has shadow with #DEE4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE4E9 on black background.


Color preview on white background

This text has color #DEE4E9 on white background.



Black color preview on #DEE4E9 background

This text has black color on #DEE4E9 background.


White color preview on #DEE4E9 background

This text has white color on #DEE4E9 background.