COLOR #DEE6EB

HEX: #DEE6EB RGB: (222,230,235)

Color info

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

RGB color model

#DEE6EB color RGB value is (222,230,235).

RGB: (222,230,235) (87%, 90%, 92%)

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 235 of 255 = 92%

222
230
235

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

Portions of RGB colors in percentages

R + G + B = 222 + 230 + 235 = 687 (100%)
R 222 of 687 ~ 32.31%
G 230 of 687 ~ 33.48%
B 235 of 687 ~ 34.21'%

%32.31
%33.48
%34.21

CMYK color model

#DEE6EB color CMYK value is (6,2,0,8).

  • cyan value is 5.53%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (6,2,0,8)
C6M2Y0K8 (6%, 2%, 0%, 8%)
(0.06 / 0.02 / 0.00 / 0.08)

CMYK percentages

%5.53
%2.13
%0
%7.84

Codes

Color #DEE6EB in popluar color models

DE E6 EB
RGB 222 230 235
HSL 203° 24.53% 89.61%
HSB/HSV 203° 5.53% 92.16%
CMYK 5.53% 2.13% 0.00%
7.84%

Color #DEE6EB in popluar number systems.

HEX DE E6 EB
Decimal 222 230 235
Binary 11011110 11100110 11101011
Octal 336 346 353

Shades and tints

Shades of #DEE6EB

#DEE6EB
(222,230,235)
#CAD2D6
(202,210,214)
#B6BEC1
(182,190,193)
#A2AAAC
(162,170,172)
#8E9697
(142,150,151)
#7A8282
(122,130,130)
#666E6D
(102,110,109)
#525A58
(82,90,88)
#3E4643
(62,70,67)
#2A322E
(42,50,46)
#161E19
(22,30,25)
#000000
(0,0,0)

Tints of #DEE6EB

#DEE6EB
(222,230,235)
#E1E8EC
(225,232,236)
#E4EAED
(228,234,237)
#E7ECEE
(231,236,238)
#EAEEEF
(234,238,239)
#EDF0F0
(237,240,240)
#F0F2F1
(240,242,241)
#F3F4F2
(243,244,242)
#F6F6F3
(246,246,243)
#F9F8F4
(249,248,244)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE6EB; }

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

This text font color is #DEE6EB.

Background Color

.myBgColor { background-color: #DEE6EB; }

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

This div background color is #DEE6EB.

Border color

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

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

This div border color is #DEE6EB.

Opacity

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

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

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

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

This text has shadow with #DEE6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE6EB.

Preview

Color preview on black background

This text has color #DEE6EB on black background.


Color preview on white background

This text has color #DEE6EB on white background.


Black color preview on #DEE6EB background

This text has black color on #DEE6EB background.


White color preview on #DEE6EB background

This text has white color on #DEE6EB background.


Related colors

Complementary color

Complementary color for #hex is #211914.


I love getcolorcode.com

Triadic colors

1 #EBDEE6 and #E6EBDE with #DEE6EB are triadic colors.

2 #EBE6DE and #E6DEEB with #DEE6EB are triadic colors.