COLOR #E4D7ED

HEX: #E4D7ED
RGB: (228,215,237)

Color info

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

RGB color model

#E4D7ED color RGB value is (228,215,237).

  • red value is 228;
  • green value is 215;
  • blue value is 237.
RGB:
(228,215,237)
(89%,84%,93%)

RGB channels and saturation

R 228 of 255 = 89%
G 215 of 255 = 84%
B 237 of 255 = 93%

228
215
237

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

Portions of RGB colors in percentages

R + G + B =
228 + 215 + 237 = 680 (100%)
R 228 of 680 ~ 33.53%
G 215 of 680 ~ 31.62%
B 237 of 680 ~ 34.85%

%33.53
%31.62
%34.85

CMYK color model

#E4D7ED color CMYK value is (4,9,0,7).

  • cyan value is 3.80%
  • magenta value is 9.28%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(4,9,0,7)
C4M9Y0K7 
(4%,9%,0%,7%)
(0.04/0.09/0.00/0.07)	

CMYK percentages

%3.8
%9.28
%0
%7.06

Codes

Color #E4D7ED in popluar color models

E4D7ED
RGB228215237
HSL275°37.93%88.63%
HSB/HSV275°9.28%92.94%
CMYK3.80%9.28%0.00%
7.06%

Color #E4D7ED in popluar number systems.

HEXE4D7ED
Decimal228215237
Binary111001001101011111101101
Octal344327355

Shades and tints

Shades of #E4D7ED

#E4D7ED
(228,215,237)
#D0C4D8
(208,196,216)
#BCB1C3
(188,177,195)
#A89EAE
(168,158,174)
#948B99
(148,139,153)
#807884
(128,120,132)
#6C656F
(108,101,111)
#58525A
(88,82,90)
#443F45
(68,63,69)
#302C30
(48,44,48)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #E4D7ED

#E4D7ED
(228,215,237)
#E6DAEE
(230,218,238)
#E8DDEF
(232,221,239)
#EAE0F0
(234,224,240)
#ECE3F1
(236,227,241)
#EEE6F2
(238,230,242)
#F0E9F3
(240,233,243)
#F2ECF4
(242,236,244)
#F4EFF5
(244,239,245)
#F6F2F6
(246,242,246)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D7ED color. Also use rgb(228,215,237) instead hex code.

Text Font Color

.myTextColor { color: #E4D7ED; }

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

This text font color is #E4D7ED.


Background Color

.myBgColor { background-color: #E4D7ED; }

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

This div background color is #E4D7ED.


Border color

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

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

This div border color is #E4D7ED.


Opacity

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

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

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

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

This text has shadow with #E4D7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D7ED on black background.


Color preview on white background

This text has color #E4D7ED on white background.



Black color preview on #E4D7ED background

This text has black color on #E4D7ED background.


White color preview on #E4D7ED background

This text has white color on #E4D7ED background.