COLOR #E5DEE6

HEX: #E5DEE6 RGB: (229,222,230)

Color info

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

RGB color model

#E5DEE6 color RGB value is (229,222,230).

RGB: (229,222,230) (90%, 87%, 90%)

RGB channels and saturation

R 229 of 255 = 90%
G 222 of 255 = 87%
B 230 of 255 = 90%

229
222
230

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

Portions of RGB colors in percentages

R + G + B = 229 + 222 + 230 = 681 (100%)
R 229 of 681 ~ 33.63%
G 222 of 681 ~ 32.6%
B 230 of 681 ~ 33.77'%

%33.63
%32.6
%33.77

CMYK color model

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

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

CMYK: (0,3,0,10)
C0M3Y0K10 (0%, 3%, 0%, 10%)
(0.00 / 0.03 / 0.00 / 0.10)

CMYK percentages

%0.43
%3.48
%0
%9.8

Codes

Color #E5DEE6 in popluar color models

E5 DE E6
RGB 229 222 230
HSL 293° 13.79% 88.63%
HSB/HSV 293° 3.48% 90.20%
CMYK 0.43% 3.48% 0.00%
9.80%

Color #E5DEE6 in popluar number systems.

HEX E5 DE E6
Decimal 229 222 230
Binary 11100101 11011110 11100110
Octal 345 336 346

Shades and tints

Shades of #E5DEE6

#E5DEE6
(229,222,230)
#D1CAD2
(209,202,210)
#BDB6BE
(189,182,190)
#A9A2AA
(169,162,170)
#958E96
(149,142,150)
#817A82
(129,122,130)
#6D666E
(109,102,110)
#59525A
(89,82,90)
#453E46
(69,62,70)
#312A32
(49,42,50)
#1D161E
(29,22,30)
#000000
(0,0,0)

Tints of #E5DEE6

#E5DEE6
(229,222,230)
#E7E1E8
(231,225,232)
#E9E4EA
(233,228,234)
#EBE7EC
(235,231,236)
#EDEAEE
(237,234,238)
#EFEDF0
(239,237,240)
#F1F0F2
(241,240,242)
#F3F3F4
(243,243,244)
#F5F6F6
(245,246,246)
#F7F9F8
(247,249,248)
#F9FCFA
(249,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DEE6; }

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

This text font color is #E5DEE6.

Background Color

.myBgColor { background-color: #E5DEE6; }

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

This div background color is #E5DEE6.

Border color

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

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

This div border color is #E5DEE6.

Opacity

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

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

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

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

This text has shadow with #E5DEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DEE6.

Preview

Color preview on black background

This text has color #E5DEE6 on black background.


Color preview on white background

This text has color #E5DEE6 on white background.


Black color preview on #E5DEE6 background

This text has black color on #E5DEE6 background.


White color preview on #E5DEE6 background

This text has white color on #E5DEE6 background.


Related colors

Complementary color

Complementary color for #hex is #1A2119.


I love getcolorcode.com

Triadic colors

1 #E6E5DE and #DEE6E5 with #E5DEE6 are triadic colors.

2 #E6DEE5 and #DEE5E6 with #E5DEE6 are triadic colors.