COLOR #E2DEE0

HEX: #E2DEE0
RGB: (226,222,224)

Color info

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

RGB color model

#E2DEE0 color RGB value is (226,222,224).

  • red value is 226;
  • green value is 222;
  • blue value is 224.
RGB:
(226,222,224)
(89%,87%,88%)

RGB channels and saturation

R 226 of 255 = 89%
G 222 of 255 = 87%
B 224 of 255 = 88%

226
222
224

R + G + B ~ 88%. #E2DEE0 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 222 + 224 = 672 (100%)
R 226 of 672 ~ 33.63%
G 222 of 672 ~ 33.04%
B 224 of 672 ~ 33.33%

%33.63
%33.04
%33.33

CMYK color model

#E2DEE0 color CMYK value is (0,2,1,11).

  • cyan value is 0.00%
  • magenta value is 1.77%
  • yellow value is 0.88%
  • key color value is 11.37%
CMYK:
(0,2,1,11)
C0M2Y1K11 
(0%,2%,1%,11%)
(0.00/0.02/0.01/0.11)	

CMYK percentages

%0
%1.77
%0.88
%11.37

Codes

Color #E2DEE0 in popluar color models

E2DEE0
RGB226222224
HSL330°6.45%87.84%
HSB/HSV330°1.77%88.63%
CMYK0.00%1.77%0.88%
11.37%

Color #E2DEE0 in popluar number systems.

HEXE2DEE0
Decimal226222224
Binary111000101101111011100000
Octal342336340

Shades and tints

Shades of #E2DEE0

#E2DEE0
(226,222,224)
#CECACC
(206,202,204)
#BAB6B8
(186,182,184)
#A6A2A4
(166,162,164)
#928E90
(146,142,144)
#7E7A7C
(126,122,124)
#6A6668
(106,102,104)
#565254
(86,82,84)
#423E40
(66,62,64)
#2E2A2C
(46,42,44)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #E2DEE0

#E2DEE0
(226,222,224)
#E4E1E2
(228,225,226)
#E6E4E4
(230,228,228)
#E8E7E6
(232,231,230)
#EAEAE8
(234,234,232)
#ECEDEA
(236,237,234)
#EEF0EC
(238,240,236)
#F0F3EE
(240,243,238)
#F2F6F0
(242,246,240)
#F4F9F2
(244,249,242)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DEE0; }

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

This text font color is #E2DEE0.


Background Color

.myBgColor { background-color: #E2DEE0; }

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

This div background color is #E2DEE0.


Border color

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

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

This div border color is #E2DEE0.


Opacity

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

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

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

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

This text has shadow with #E2DEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DEE0 on black background.


Color preview on white background

This text has color #E2DEE0 on white background.



Black color preview on #E2DEE0 background

This text has black color on #E2DEE0 background.


White color preview on #E2DEE0 background

This text has white color on #E2DEE0 background.