COLOR #DEE8EB

HEX: #DEE8EB
RGB: (222,232,235)

Color info

#DEE8EB contains red, green and blue colors in about the same proportion. Web safe color of #DEE8EB is #CCFFFF (or #CFF).

RGB color model

#DEE8EB color RGB value is (222,232,235).

  • red value is 222;
  • green value is 232;
  • blue value is 235.
RGB:
(222,232,235)
(87%,91%,92%)

RGB channels and saturation

R 222 of 255 = 87%
G 232 of 255 = 91%
B 235 of 255 = 92%

222
232
235

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

Portions of RGB colors in percentages

R + G + B =
222 + 232 + 235 = 689 (100%)
R 222 of 689 ~ 32.22%
G 232 of 689 ~ 33.67%
B 235 of 689 ~ 34.11%

%32.22
%33.67
%34.11

CMYK color model

#DEE8EB color CMYK value is (6,1,0,8).

  • cyan value is 5.53%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,1,0,8)
C6M1Y0K8 
(6%,1%,0%,8%)
(0.06/0.01/0.00/0.08)	

CMYK percentages

%5.53
%1.28
%0
%7.84

Codes

Color #DEE8EB in popluar color models

DEE8EB
RGB222232235
HSL194°24.53%89.61%
HSB/HSV194°5.53%92.16%
CMYK5.53%1.28%0.00%
7.84%

Color #DEE8EB in popluar number systems.

HEXDEE8EB
Decimal222232235
Binary110111101110100011101011
Octal336350353

Shades and tints

Shades of #DEE8EB

#DEE8EB
(222,232,235)
#CAD3D6
(202,211,214)
#B6BEC1
(182,190,193)
#A2A9AC
(162,169,172)
#8E9497
(142,148,151)
#7A7F82
(122,127,130)
#666A6D
(102,106,109)
#525558
(82,85,88)
#3E4043
(62,64,67)
#2A2B2E
(42,43,46)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #DEE8EB

#DEE8EB
(222,232,235)
#E1EAEC
(225,234,236)
#E4ECED
(228,236,237)
#E7EEEE
(231,238,238)
#EAF0EF
(234,240,239)
#EDF2F0
(237,242,240)
#F0F4F1
(240,244,241)
#F3F6F2
(243,246,242)
#F6F8F3
(246,248,243)
#F9FAF4
(249,250,244)
#FCFCF5
(252,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE8EB color. Also use rgb(222,232,235) instead hex code.

Text Font Color

.myTextColor { color: #DEE8EB; }

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

This text font color is #DEE8EB.


Background Color

.myBgColor { background-color: #DEE8EB; }

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

This div background color is #DEE8EB.


Border color

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

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

This div border color is #DEE8EB.


Opacity

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

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

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

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

This text has shadow with #DEE8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE8EB on black background.


Color preview on white background

This text has color #DEE8EB on white background.



Black color preview on #DEE8EB background

This text has black color on #DEE8EB background.


White color preview on #DEE8EB background

This text has white color on #DEE8EB background.