COLOR #E4D4EB

HEX: #E4D4EB
RGB: (228,212,235)

Color info

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

RGB color model

#E4D4EB color RGB value is (228,212,235).

  • red value is 228;
  • green value is 212;
  • blue value is 235.
RGB:
(228,212,235)
(89%,83%,92%)

RGB channels and saturation

R 228 of 255 = 89%
G 212 of 255 = 83%
B 235 of 255 = 92%

228
212
235

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

Portions of RGB colors in percentages

R + G + B =
228 + 212 + 235 = 675 (100%)
R 228 of 675 ~ 33.78%
G 212 of 675 ~ 31.41%
B 235 of 675 ~ 34.81%

%33.78
%31.41
%34.81

CMYK color model

#E4D4EB color CMYK value is (3,10,0,8).

  • cyan value is 2.98%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,10,0,8)
C3M10Y0K8 
(3%,10%,0%,8%)
(0.03/0.10/0.00/0.08)	

CMYK percentages

%2.98
%9.79
%0
%7.84

Codes

Color #E4D4EB in popluar color models

E4D4EB
RGB228212235
HSL282°36.51%87.65%
HSB/HSV282°9.79%92.16%
CMYK2.98%9.79%0.00%
7.84%

Color #E4D4EB in popluar number systems.

HEXE4D4EB
Decimal228212235
Binary111001001101010011101011
Octal344324353

Shades and tints

Shades of #E4D4EB

#E4D4EB
(228,212,235)
#D0C1D6
(208,193,214)
#BCAEC1
(188,174,193)
#A89BAC
(168,155,172)
#948897
(148,136,151)
#807582
(128,117,130)
#6C626D
(108,98,109)
#584F58
(88,79,88)
#443C43
(68,60,67)
#30292E
(48,41,46)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #E4D4EB

#E4D4EB
(228,212,235)
#E6D7EC
(230,215,236)
#E8DAED
(232,218,237)
#EADDEE
(234,221,238)
#ECE0EF
(236,224,239)
#EEE3F0
(238,227,240)
#F0E6F1
(240,230,241)
#F2E9F2
(242,233,242)
#F4ECF3
(244,236,243)
#F6EFF4
(246,239,244)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D4EB color. Also use rgb(228,212,235) instead hex code.

Text Font Color

.myTextColor { color: #E4D4EB; }

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

This text font color is #E4D4EB.


Background Color

.myBgColor { background-color: #E4D4EB; }

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

This div background color is #E4D4EB.


Border color

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

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

This div border color is #E4D4EB.


Opacity

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

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

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

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

This text has shadow with #E4D4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D4EB on black background.


Color preview on white background

This text has color #E4D4EB on white background.



Black color preview on #E4D4EB background

This text has black color on #E4D4EB background.


White color preview on #E4D4EB background

This text has white color on #E4D4EB background.