COLOR #E4DEE1

HEX: #E4DEE1
RGB: (228,222,225)

Color info

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

RGB color model

#E4DEE1 color RGB value is (228,222,225).

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

RGB channels and saturation

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

228
222
225

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

Portions of RGB colors in percentages

R + G + B =
228 + 222 + 225 = 675 (100%)
R 228 of 675 ~ 33.78%
G 222 of 675 ~ 32.89%
B 225 of 675 ~ 33.33%

%33.78
%32.89
%33.33

CMYK color model

#E4DEE1 color CMYK value is (0,3,1,11).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 1.32%
  • key color value is 10.59%
CMYK:
(0,3,1,11)
C0M3Y1K11 
(0%,3%,1%,11%)
(0.00/0.03/0.01/0.11)	

CMYK percentages

%0
%2.63
%1.32
%10.59

Codes

Color #E4DEE1 in popluar color models

E4DEE1
RGB228222225
HSL330°10.00%88.24%
HSB/HSV330°2.63%89.41%
CMYK0.00%2.63%1.32%
10.59%

Color #E4DEE1 in popluar number systems.

HEXE4DEE1
Decimal228222225
Binary111001001101111011100001
Octal344336341

Shades and tints

Shades of #E4DEE1

#E4DEE1
(228,222,225)
#D0CACD
(208,202,205)
#BCB6B9
(188,182,185)
#A8A2A5
(168,162,165)
#948E91
(148,142,145)
#807A7D
(128,122,125)
#6C6669
(108,102,105)
#585255
(88,82,85)
#443E41
(68,62,65)
#302A2D
(48,42,45)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #E4DEE1

#E4DEE1
(228,222,225)
#E6E1E3
(230,225,227)
#E8E4E5
(232,228,229)
#EAE7E7
(234,231,231)
#ECEAE9
(236,234,233)
#EEEDEB
(238,237,235)
#F0F0ED
(240,240,237)
#F2F3EF
(242,243,239)
#F4F6F1
(244,246,241)
#F6F9F3
(246,249,243)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DEE1; }

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

This text font color is #E4DEE1.


Background Color

.myBgColor { background-color: #E4DEE1; }

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

This div background color is #E4DEE1.


Border color

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

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

This div border color is #E4DEE1.


Opacity

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

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

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

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

This text has shadow with #E4DEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DEE1 on black background.


Color preview on white background

This text has color #E4DEE1 on white background.



Black color preview on #E4DEE1 background

This text has black color on #E4DEE1 background.


White color preview on #E4DEE1 background

This text has white color on #E4DEE1 background.