COLOR #E4D5ED

HEX: #E4D5ED
RGB: (228,213,237)

Color info

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

RGB color model

#E4D5ED color RGB value is (228,213,237).

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

RGB channels and saturation

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

228
213
237

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

Portions of RGB colors in percentages

R + G + B =
228 + 213 + 237 = 678 (100%)
R 228 of 678 ~ 33.63%
G 213 of 678 ~ 31.42%
B 237 of 678 ~ 34.96%

%33.63
%31.42
%34.96

CMYK color model

#E4D5ED color CMYK value is (4,10,0,7).

  • cyan value is 3.80%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(4,10,0,7)
C4M10Y0K7 
(4%,10%,0%,7%)
(0.04/0.10/0.00/0.07)	

CMYK percentages

%3.8
%10.13
%0
%7.06

Codes

Color #E4D5ED in popluar color models

E4D5ED
RGB228213237
HSL278°40.00%88.24%
HSB/HSV278°10.13%92.94%
CMYK3.80%10.13%0.00%
7.06%

Color #E4D5ED in popluar number systems.

HEXE4D5ED
Decimal228213237
Binary111001001101010111101101
Octal344325355

Shades and tints

Shades of #E4D5ED

#E4D5ED
(228,213,237)
#D0C2D8
(208,194,216)
#BCAFC3
(188,175,195)
#A89CAE
(168,156,174)
#948999
(148,137,153)
#807684
(128,118,132)
#6C636F
(108,99,111)
#58505A
(88,80,90)
#443D45
(68,61,69)
#302A30
(48,42,48)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #E4D5ED

#E4D5ED
(228,213,237)
#E6D8EE
(230,216,238)
#E8DBEF
(232,219,239)
#EADEF0
(234,222,240)
#ECE1F1
(236,225,241)
#EEE4F2
(238,228,242)
#F0E7F3
(240,231,243)
#F2EAF4
(242,234,244)
#F4EDF5
(244,237,245)
#F6F0F6
(246,240,246)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D5ED; }

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

This text font color is #E4D5ED.


Background Color

.myBgColor { background-color: #E4D5ED; }

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

This div background color is #E4D5ED.


Border color

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

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

This div border color is #E4D5ED.


Opacity

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

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

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

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

This text has shadow with #E4D5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D5ED on black background.


Color preview on white background

This text has color #E4D5ED on white background.



Black color preview on #E4D5ED background

This text has black color on #E4D5ED background.


White color preview on #E4D5ED background

This text has white color on #E4D5ED background.