COLOR #DEE1EC

HEX: #DEE1EC RGB: (222,225,236)

Color info

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

RGB color model

#DEE1EC color RGB value is (222,225,236).

RGB: (222,225,236) (87%, 88%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 225 of 255 = 88%
B 236 of 255 = 93%

222
225
236

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

Portions of RGB colors in percentages

R + G + B = 222 + 225 + 236 = 683 (100%)
R 222 of 683 ~ 32.5%
G 225 of 683 ~ 32.94%
B 236 of 683 ~ 34.55'%

%32.5
%32.94
%34.55

CMYK color model

#DEE1EC color CMYK value is (6,5,0,7).

  • cyan value is 5.93%
  • magenta value is 4.66%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (6,5,0,7)
C6M5Y0K7 (6%, 5%, 0%, 7%)
(0.06 / 0.05 / 0.00 / 0.07)

CMYK percentages

%5.93
%4.66
%0
%7.45

Codes

Color #DEE1EC in popluar color models

DE E1 EC
RGB 222 225 236
HSL 227° 26.92% 89.80%
HSB/HSV 227° 5.93% 92.55%
CMYK 5.93% 4.66% 0.00%
7.45%

Color #DEE1EC in popluar number systems.

HEX DE E1 EC
Decimal 222 225 236
Binary 11011110 11100001 11101100
Octal 336 341 354

Shades and tints

Shades of #DEE1EC

#DEE1EC
(222,225,236)
#CACDD7
(202,205,215)
#B6B9C2
(182,185,194)
#A2A5AD
(162,165,173)
#8E9198
(142,145,152)
#7A7D83
(122,125,131)
#66696E
(102,105,110)
#525559
(82,85,89)
#3E4144
(62,65,68)
#2A2D2F
(42,45,47)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #DEE1EC

#DEE1EC
(222,225,236)
#E1E3ED
(225,227,237)
#E4E5EE
(228,229,238)
#E7E7EF
(231,231,239)
#EAE9F0
(234,233,240)
#EDEBF1
(237,235,241)
#F0EDF2
(240,237,242)
#F3EFF3
(243,239,243)
#F6F1F4
(246,241,244)
#F9F3F5
(249,243,245)
#FCF5F6
(252,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE1EC color. Also use rgb(222,225,236) instead hex code.

Text Font Color

.myTextColor { color: #DEE1EC; }

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

This text font color is #DEE1EC.

Background Color

.myBgColor { background-color: #DEE1EC; }

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

This div background color is #DEE1EC.

Border color

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

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

This div border color is #DEE1EC.

Opacity

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

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

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

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

This text has shadow with #DEE1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE1EC.

Preview

Color preview on black background

This text has color #DEE1EC on black background.


Color preview on white background

This text has color #DEE1EC on white background.


Black color preview on #DEE1EC background

This text has black color on #DEE1EC background.


White color preview on #DEE1EC background

This text has white color on #DEE1EC background.


Related colors

Complementary color

Complementary color for #hex is #211E13.


I love getcolorcode.com

Triadic colors

1 #ECDEE1 and #E1ECDE with #DEE1EC are triadic colors.

2 #ECE1DE and #E1DEEC with #DEE1EC are triadic colors.