COLOR #E4D5E7

HEX: #E4D5E7
RGB: (228,213,231)

Color info

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

RGB color model

#E4D5E7 color RGB value is (228,213,231).

  • red value is 228;
  • green value is 213;
  • blue value is 231.
RGB:
(228,213,231)
(89%,84%,91%)

RGB channels and saturation

R 228 of 255 = 89%
G 213 of 255 = 84%
B 231 of 255 = 91%

228
213
231

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

Portions of RGB colors in percentages

R + G + B =
228 + 213 + 231 = 672 (100%)
R 228 of 672 ~ 33.93%
G 213 of 672 ~ 31.7%
B 231 of 672 ~ 34.38%

%33.93
%31.7
%34.38

CMYK color model

#E4D5E7 color CMYK value is (1,8,0,9).

  • cyan value is 1.30%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(1,8,0,9)
C1M8Y0K9 
(1%,8%,0%,9%)
(0.01/0.08/0.00/0.09)	

CMYK percentages

%1.3
%7.79
%0
%9.41

Codes

Color #E4D5E7 in popluar color models

E4D5E7
RGB228213231
HSL290°27.27%87.06%
HSB/HSV290°7.79%90.59%
CMYK1.30%7.79%0.00%
9.41%

Color #E4D5E7 in popluar number systems.

HEXE4D5E7
Decimal228213231
Binary111001001101010111100111
Octal344325347

Shades and tints

Shades of #E4D5E7

#E4D5E7
(228,213,231)
#D0C2D2
(208,194,210)
#BCAFBD
(188,175,189)
#A89CA8
(168,156,168)
#948993
(148,137,147)
#80767E
(128,118,126)
#6C6369
(108,99,105)
#585054
(88,80,84)
#443D3F
(68,61,63)
#302A2A
(48,42,42)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #E4D5E7

#E4D5E7
(228,213,231)
#E6D8E9
(230,216,233)
#E8DBEB
(232,219,235)
#EADEED
(234,222,237)
#ECE1EF
(236,225,239)
#EEE4F1
(238,228,241)
#F0E7F3
(240,231,243)
#F2EAF5
(242,234,245)
#F4EDF7
(244,237,247)
#F6F0F9
(246,240,249)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D5E7 color. Also use rgb(228,213,231) instead hex code.

Text Font Color

.myTextColor { color: #E4D5E7; }

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

This text font color is #E4D5E7.


Background Color

.myBgColor { background-color: #E4D5E7; }

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

This div background color is #E4D5E7.


Border color

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

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

This div border color is #E4D5E7.


Opacity

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

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

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

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

This text has shadow with #E4D5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D5E7 on black background.


Color preview on white background

This text has color #E4D5E7 on white background.



Black color preview on #E4D5E7 background

This text has black color on #E4D5E7 background.


White color preview on #E4D5E7 background

This text has white color on #E4D5E7 background.