COLOR #DEE6E2

HEX: #DEE6E2 RGB: (222,230,226)

Color info

#DEE6E2 contains red, green and blue colors in about the same proportion. Web safe color of #DEE6E2 is #CCCCCC (or #CCC).

RGB color model

#DEE6E2 color RGB value is (222,230,226).

RGB: (222,230,226) (87%, 90%, 89%)

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 226 of 255 = 89%

222
230
226

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

Portions of RGB colors in percentages

R + G + B = 222 + 230 + 226 = 678 (100%)
R 222 of 678 ~ 32.74%
G 230 of 678 ~ 33.92%
B 226 of 678 ~ 33.33'%

%32.74
%33.92
%33.33

CMYK color model

#DEE6E2 color CMYK value is (3,0,2,10).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 1.74%
  • key color value is 9.80%

CMYK: (3,0,2,10)
C3M0Y2K10 (3%, 0%, 2%, 10%)
(0.03 / 0.00 / 0.02 / 0.10)

CMYK percentages

%3.48
%0
%1.74
%9.8

Codes

Color #DEE6E2 in popluar color models

DE E6 E2
RGB 222 230 226
HSL 150° 13.79% 88.63%
HSB/HSV 150° 3.48% 90.20%
CMYK 3.48% 0.00% 1.74%
9.80%

Color #DEE6E2 in popluar number systems.

HEX DE E6 E2
Decimal 222 230 226
Binary 11011110 11100110 11100010
Octal 336 346 342

Shades and tints

Shades of #DEE6E2

#DEE6E2
(222,230,226)
#CAD2CE
(202,210,206)
#B6BEBA
(182,190,186)
#A2AAA6
(162,170,166)
#8E9692
(142,150,146)
#7A827E
(122,130,126)
#666E6A
(102,110,106)
#525A56
(82,90,86)
#3E4642
(62,70,66)
#2A322E
(42,50,46)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #DEE6E2

#DEE6E2
(222,230,226)
#E1E8E4
(225,232,228)
#E4EAE6
(228,234,230)
#E7ECE8
(231,236,232)
#EAEEEA
(234,238,234)
#EDF0EC
(237,240,236)
#F0F2EE
(240,242,238)
#F3F4F0
(243,244,240)
#F6F6F2
(246,246,242)
#F9F8F4
(249,248,244)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE6E2; }

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

This text font color is #DEE6E2.

Background Color

.myBgColor { background-color: #DEE6E2; }

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

This div background color is #DEE6E2.

Border color

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

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

This div border color is #DEE6E2.

Opacity

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

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

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

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

This text has shadow with #DEE6E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE6E2.

Preview

Color preview on black background

This text has color #DEE6E2 on black background.


Color preview on white background

This text has color #DEE6E2 on white background.


Black color preview on #DEE6E2 background

This text has black color on #DEE6E2 background.


White color preview on #DEE6E2 background

This text has white color on #DEE6E2 background.


Related colors

Complementary color

Complementary color for #hex is #21191D.


I love getcolorcode.com

Triadic colors

1 #E2DEE6 and #E6E2DE with #DEE6E2 are triadic colors.

2 #E2E6DE and #E6DEE2 with #DEE6E2 are triadic colors.