COLOR #E1DEEC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

225
222
236

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

Portions of RGB colors in percentages

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

%32.94
%32.5
%34.55

CMYK color model

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

  • cyan value is 4.66%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(5,6,0,7)
C5M6Y0K7 
(5%,6%,0%,7%)
(0.05/0.06/0.00/0.07)	

CMYK percentages

%4.66
%5.93
%0
%7.45

Codes

Color #E1DEEC in popluar color models

E1DEEC
RGB225222236
HSL253°26.92%89.80%
HSB/HSV253°5.93%92.55%
CMYK4.66%5.93%0.00%
7.45%

Color #E1DEEC in popluar number systems.

HEXE1DEEC
Decimal225222236
Binary111000011101111011101100
Octal341336354

Shades and tints

Shades of #E1DEEC

#E1DEEC
(225,222,236)
#CDCAD7
(205,202,215)
#B9B6C2
(185,182,194)
#A5A2AD
(165,162,173)
#918E98
(145,142,152)
#7D7A83
(125,122,131)
#69666E
(105,102,110)
#555259
(85,82,89)
#413E44
(65,62,68)
#2D2A2F
(45,42,47)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #E1DEEC

#E1DEEC
(225,222,236)
#E3E1ED
(227,225,237)
#E5E4EE
(229,228,238)
#E7E7EF
(231,231,239)
#E9EAF0
(233,234,240)
#EBEDF1
(235,237,241)
#EDF0F2
(237,240,242)
#EFF3F3
(239,243,243)
#F1F6F4
(241,246,244)
#F3F9F5
(243,249,245)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DEEC; }

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

This text font color is #E1DEEC.


Background Color

.myBgColor { background-color: #E1DEEC; }

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

This div background color is #E1DEEC.


Border color

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

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

This div border color is #E1DEEC.


Opacity

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

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

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

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

This text has shadow with #E1DEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DEEC on black background.


Color preview on white background

This text has color #E1DEEC on white background.



Black color preview on #E1DEEC background

This text has black color on #E1DEEC background.


White color preview on #E1DEEC background

This text has white color on #E1DEEC background.