COLOR #E4D1EF

HEX: #E4D1EF
RGB: (228,209,239)

Color info

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

RGB color model

#E4D1EF color RGB value is (228,209,239).

  • red value is 228;
  • green value is 209;
  • blue value is 239.
RGB:
(228,209,239)
(89%,82%,94%)

RGB channels and saturation

R 228 of 255 = 89%
G 209 of 255 = 82%
B 239 of 255 = 94%

228
209
239

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

Portions of RGB colors in percentages

R + G + B =
228 + 209 + 239 = 676 (100%)
R 228 of 676 ~ 33.73%
G 209 of 676 ~ 30.92%
B 239 of 676 ~ 35.36%

%33.73
%30.92
%35.36

CMYK color model

#E4D1EF color CMYK value is (5,13,0,6).

  • cyan value is 4.60%
  • magenta value is 12.55%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(5,13,0,6)
C5M13Y0K6 
(5%,13%,0%,6%)
(0.05/0.13/0.00/0.06)	

CMYK percentages

%4.6
%12.55
%0
%6.27

Codes

Color #E4D1EF in popluar color models

E4D1EF
RGB228209239
HSL278°48.39%87.84%
HSB/HSV278°12.55%93.73%
CMYK4.60%12.55%0.00%
6.27%

Color #E4D1EF in popluar number systems.

HEXE4D1EF
Decimal228209239
Binary111001001101000111101111
Octal344321357

Shades and tints

Shades of #E4D1EF

#E4D1EF
(228,209,239)
#D0BEDA
(208,190,218)
#BCABC5
(188,171,197)
#A898B0
(168,152,176)
#94859B
(148,133,155)
#807286
(128,114,134)
#6C5F71
(108,95,113)
#584C5C
(88,76,92)
#443947
(68,57,71)
#302632
(48,38,50)
#1C131D
(28,19,29)
#000000
(0,0,0)

Tints of #E4D1EF

#E4D1EF
(228,209,239)
#E6D5F0
(230,213,240)
#E8D9F1
(232,217,241)
#EADDF2
(234,221,242)
#ECE1F3
(236,225,243)
#EEE5F4
(238,229,244)
#F0E9F5
(240,233,245)
#F2EDF6
(242,237,246)
#F4F1F7
(244,241,247)
#F6F5F8
(246,245,248)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D1EF color. Also use rgb(228,209,239) instead hex code.

Text Font Color

.myTextColor { color: #E4D1EF; }

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

This text font color is #E4D1EF.


Background Color

.myBgColor { background-color: #E4D1EF; }

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

This div background color is #E4D1EF.


Border color

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

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

This div border color is #E4D1EF.


Opacity

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

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

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

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

This text has shadow with #E4D1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D1EF on black background.


Color preview on white background

This text has color #E4D1EF on white background.



Black color preview on #E4D1EF background

This text has black color on #E4D1EF background.


White color preview on #E4D1EF background

This text has white color on #E4D1EF background.