COLOR #E2DEEC

HEX: #E2DEEC
RGB: (226,222,236)

Color info

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

RGB color model

#E2DEEC color RGB value is (226,222,236).

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

RGB channels and saturation

R 226 of 255 = 89%
G 222 of 255 = 87%
B 236 of 255 = 93%

226
222
236

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

Portions of RGB colors in percentages

R + G + B =
226 + 222 + 236 = 684 (100%)
R 226 of 684 ~ 33.04%
G 222 of 684 ~ 32.46%
B 236 of 684 ~ 34.5%

%33.04
%32.46
%34.5

CMYK color model

#E2DEEC color CMYK value is (4,6,0,7).

  • cyan value is 4.24%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,6,0,7)
C4M6Y0K7 
(4%,6%,0%,7%)
(0.04/0.06/0.00/0.07)	

CMYK percentages

%4.24
%5.93
%0
%7.45

Codes

Color #E2DEEC in popluar color models

E2DEEC
RGB226222236
HSL257°26.92%89.80%
HSB/HSV257°5.93%92.55%
CMYK4.24%5.93%0.00%
7.45%

Color #E2DEEC in popluar number systems.

HEXE2DEEC
Decimal226222236
Binary111000101101111011101100
Octal342336354

Shades and tints

Shades of #E2DEEC

#E2DEEC
(226,222,236)
#CECAD7
(206,202,215)
#BAB6C2
(186,182,194)
#A6A2AD
(166,162,173)
#928E98
(146,142,152)
#7E7A83
(126,122,131)
#6A666E
(106,102,110)
#565259
(86,82,89)
#423E44
(66,62,68)
#2E2A2F
(46,42,47)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #E2DEEC

#E2DEEC
(226,222,236)
#E4E1ED
(228,225,237)
#E6E4EE
(230,228,238)
#E8E7EF
(232,231,239)
#EAEAF0
(234,234,240)
#ECEDF1
(236,237,241)
#EEF0F2
(238,240,242)
#F0F3F3
(240,243,243)
#F2F6F4
(242,246,244)
#F4F9F5
(244,249,245)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DEEC; }

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

This text font color is #E2DEEC.


Background Color

.myBgColor { background-color: #E2DEEC; }

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

This div background color is #E2DEEC.


Border color

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

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

This div border color is #E2DEEC.


Opacity

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

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

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

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

This text has shadow with #E2DEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DEEC on black background.


Color preview on white background

This text has color #E2DEEC on white background.



Black color preview on #E2DEEC background

This text has black color on #E2DEEC background.


White color preview on #E2DEEC background

This text has white color on #E2DEEC background.