COLOR #E4D4EA

HEX: #E4D4EA
RGB: (228,212,234)

Color info

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

RGB color model

#E4D4EA color RGB value is (228,212,234).

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

RGB channels and saturation

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

228
212
234

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

Portions of RGB colors in percentages

R + G + B =
228 + 212 + 234 = 674 (100%)
R 228 of 674 ~ 33.83%
G 212 of 674 ~ 31.45%
B 234 of 674 ~ 34.72%

%33.83
%31.45
%34.72

CMYK color model

#E4D4EA color CMYK value is (3,9,0,8).

  • cyan value is 2.56%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,9,0,8)
C3M9Y0K8 
(3%,9%,0%,8%)
(0.03/0.09/0.00/0.08)	

CMYK percentages

%2.56
%9.4
%0
%8.24

Codes

Color #E4D4EA in popluar color models

E4D4EA
RGB228212234
HSL284°34.38%87.45%
HSB/HSV284°9.40%91.76%
CMYK2.56%9.40%0.00%
8.24%

Color #E4D4EA in popluar number systems.

HEXE4D4EA
Decimal228212234
Binary111001001101010011101010
Octal344324352

Shades and tints

Shades of #E4D4EA

#E4D4EA
(228,212,234)
#D0C1D5
(208,193,213)
#BCAEC0
(188,174,192)
#A89BAB
(168,155,171)
#948896
(148,136,150)
#807581
(128,117,129)
#6C626C
(108,98,108)
#584F57
(88,79,87)
#443C42
(68,60,66)
#30292D
(48,41,45)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #E4D4EA

#E4D4EA
(228,212,234)
#E6D7EB
(230,215,235)
#E8DAEC
(232,218,236)
#EADDED
(234,221,237)
#ECE0EE
(236,224,238)
#EEE3EF
(238,227,239)
#F0E6F0
(240,230,240)
#F2E9F1
(242,233,241)
#F4ECF2
(244,236,242)
#F6EFF3
(246,239,243)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D4EA; }

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

This text font color is #E4D4EA.


Background Color

.myBgColor { background-color: #E4D4EA; }

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

This div background color is #E4D4EA.


Border color

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

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

This div border color is #E4D4EA.


Opacity

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

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

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

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

This text has shadow with #E4D4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D4EA on black background.


Color preview on white background

This text has color #E4D4EA on white background.



Black color preview on #E4D4EA background

This text has black color on #E4D4EA background.


White color preview on #E4D4EA background

This text has white color on #E4D4EA background.