COLOR #E4D2EF

HEX: #E4D2EF
RGB: (228,210,239)

Color info

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

RGB color model

#E4D2EF color RGB value is (228,210,239).

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

RGB channels and saturation

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

228
210
239

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

Portions of RGB colors in percentages

R + G + B =
228 + 210 + 239 = 677 (100%)
R 228 of 677 ~ 33.68%
G 210 of 677 ~ 31.02%
B 239 of 677 ~ 35.3%

%33.68
%31.02
%35.3

CMYK color model

#E4D2EF color CMYK value is (5,12,0,6).

  • cyan value is 4.60%
  • magenta value is 12.13%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(5,12,0,6)
C5M12Y0K6 
(5%,12%,0%,6%)
(0.05/0.12/0.00/0.06)	

CMYK percentages

%4.6
%12.13
%0
%6.27

Codes

Color #E4D2EF in popluar color models

E4D2EF
RGB228210239
HSL277°47.54%88.04%
HSB/HSV277°12.13%93.73%
CMYK4.60%12.13%0.00%
6.27%

Color #E4D2EF in popluar number systems.

HEXE4D2EF
Decimal228210239
Binary111001001101001011101111
Octal344322357

Shades and tints

Shades of #E4D2EF

#E4D2EF
(228,210,239)
#D0BFDA
(208,191,218)
#BCACC5
(188,172,197)
#A899B0
(168,153,176)
#94869B
(148,134,155)
#807386
(128,115,134)
#6C6071
(108,96,113)
#584D5C
(88,77,92)
#443A47
(68,58,71)
#302732
(48,39,50)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #E4D2EF

#E4D2EF
(228,210,239)
#E6D6F0
(230,214,240)
#E8DAF1
(232,218,241)
#EADEF2
(234,222,242)
#ECE2F3
(236,226,243)
#EEE6F4
(238,230,244)
#F0EAF5
(240,234,245)
#F2EEF6
(242,238,246)
#F4F2F7
(244,242,247)
#F6F6F8
(246,246,248)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D2EF; }

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

This text font color is #E4D2EF.


Background Color

.myBgColor { background-color: #E4D2EF; }

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

This div background color is #E4D2EF.


Border color

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

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

This div border color is #E4D2EF.


Opacity

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

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

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

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

This text has shadow with #E4D2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D2EF on black background.


Color preview on white background

This text has color #E4D2EF on white background.



Black color preview on #E4D2EF background

This text has black color on #E4D2EF background.


White color preview on #E4D2EF background

This text has white color on #E4D2EF background.