COLOR #E4D9EA

HEX: #E4D9EA
RGB: (228,217,234)

Color info

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

RGB color model

#E4D9EA color RGB value is (228,217,234).

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

RGB channels and saturation

R 228 of 255 = 89%
G 217 of 255 = 85%
B 234 of 255 = 92%

228
217
234

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

Portions of RGB colors in percentages

R + G + B =
228 + 217 + 234 = 679 (100%)
R 228 of 679 ~ 33.58%
G 217 of 679 ~ 31.96%
B 234 of 679 ~ 34.46%

%33.58
%31.96
%34.46

CMYK color model

#E4D9EA color CMYK value is (3,7,0,8).

  • cyan value is 2.56%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,7,0,8)
C3M7Y0K8 
(3%,7%,0%,8%)
(0.03/0.07/0.00/0.08)	

CMYK percentages

%2.56
%7.26
%0
%8.24

Codes

Color #E4D9EA in popluar color models

E4D9EA
RGB228217234
HSL279°28.81%88.43%
HSB/HSV279°7.26%91.76%
CMYK2.56%7.26%0.00%
8.24%

Color #E4D9EA in popluar number systems.

HEXE4D9EA
Decimal228217234
Binary111001001101100111101010
Octal344331352

Shades and tints

Shades of #E4D9EA

#E4D9EA
(228,217,234)
#D0C6D5
(208,198,213)
#BCB3C0
(188,179,192)
#A8A0AB
(168,160,171)
#948D96
(148,141,150)
#807A81
(128,122,129)
#6C676C
(108,103,108)
#585457
(88,84,87)
#444142
(68,65,66)
#302E2D
(48,46,45)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #E4D9EA

#E4D9EA
(228,217,234)
#E6DCEB
(230,220,235)
#E8DFEC
(232,223,236)
#EAE2ED
(234,226,237)
#ECE5EE
(236,229,238)
#EEE8EF
(238,232,239)
#F0EBF0
(240,235,240)
#F2EEF1
(242,238,241)
#F4F1F2
(244,241,242)
#F6F4F3
(246,244,243)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D9EA; }

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

This text font color is #E4D9EA.


Background Color

.myBgColor { background-color: #E4D9EA; }

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

This div background color is #E4D9EA.


Border color

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

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

This div border color is #E4D9EA.


Opacity

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

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

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

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

This text has shadow with #E4D9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D9EA on black background.


Color preview on white background

This text has color #E4D9EA on white background.



Black color preview on #E4D9EA background

This text has black color on #E4D9EA background.


White color preview on #E4D9EA background

This text has white color on #E4D9EA background.