COLOR #E1DEE1

HEX: #E1DEE1
RGB: (225,222,225)

Color info

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

RGB color model

#E1DEE1 color RGB value is (225,222,225).

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

RGB channels and saturation

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

225
222
225

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

Portions of RGB colors in percentages

R + G + B =
225 + 222 + 225 = 672 (100%)
R 225 of 672 ~ 33.48%
G 222 of 672 ~ 33.04%
B 225 of 672 ~ 33.48%

%33.48
%33.04
%33.48

CMYK color model

#E1DEE1 color CMYK value is (0,1,0,12).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(0,1,0,12)
C0M1Y0K12 
(0%,1%,0%,12%)
(0.00/0.01/0.00/0.12)	

CMYK percentages

%0
%1.33
%0
%11.76

Codes

Color #E1DEE1 in popluar color models

E1DEE1
RGB225222225
HSL300°4.76%87.65%
HSB/HSV300°1.33%88.24%
CMYK0.00%1.33%0.00%
11.76%

Color #E1DEE1 in popluar number systems.

HEXE1DEE1
Decimal225222225
Binary111000011101111011100001
Octal341336341

Shades and tints

Shades of #E1DEE1

#E1DEE1
(225,222,225)
#CDCACD
(205,202,205)
#B9B6B9
(185,182,185)
#A5A2A5
(165,162,165)
#918E91
(145,142,145)
#7D7A7D
(125,122,125)
#696669
(105,102,105)
#555255
(85,82,85)
#413E41
(65,62,65)
#2D2A2D
(45,42,45)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #E1DEE1

#E1DEE1
(225,222,225)
#E3E1E3
(227,225,227)
#E5E4E5
(229,228,229)
#E7E7E7
(231,231,231)
#E9EAE9
(233,234,233)
#EBEDEB
(235,237,235)
#EDF0ED
(237,240,237)
#EFF3EF
(239,243,239)
#F1F6F1
(241,246,241)
#F3F9F3
(243,249,243)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DEE1; }

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

This text font color is #E1DEE1.


Background Color

.myBgColor { background-color: #E1DEE1; }

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

This div background color is #E1DEE1.


Border color

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

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

This div border color is #E1DEE1.


Opacity

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

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

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

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

This text has shadow with #E1DEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DEE1 on black background.


Color preview on white background

This text has color #E1DEE1 on white background.



Black color preview on #E1DEE1 background

This text has black color on #E1DEE1 background.


White color preview on #E1DEE1 background

This text has white color on #E1DEE1 background.