COLOR #E4D6FA

HEX: #E4D6FA
RGB: (228,214,250)

Color info

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

RGB color model

#E4D6FA color RGB value is (228,214,250).

  • red value is 228;
  • green value is 214;
  • blue value is 250.
RGB:
(228,214,250)
(89%,84%,98%)

RGB channels and saturation

R 228 of 255 = 89%
G 214 of 255 = 84%
B 250 of 255 = 98%

228
214
250

R + G + B ~ 90%. #E4D6FA is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 214 + 250 = 692 (100%)
R 228 of 692 ~ 32.95%
G 214 of 692 ~ 30.92%
B 250 of 692 ~ 36.13%

%32.95
%30.92
%36.13

CMYK color model

#E4D6FA color CMYK value is (9,14,0,2).

  • cyan value is 8.80%
  • magenta value is 14.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(9,14,0,2)
C9M14Y0K2 
(9%,14%,0%,2%)
(0.09/0.14/0.00/0.02)	

CMYK percentages

%8.8
%14.4
%0
%1.96

Codes

Color #E4D6FA in popluar color models

E4D6FA
RGB228214250
HSL263°78.26%90.98%
HSB/HSV263°14.40%98.04%
CMYK8.80%14.40%0.00%
1.96%

Color #E4D6FA in popluar number systems.

HEXE4D6FA
Decimal228214250
Binary111001001101011011111010
Octal344326372

Shades and tints

Shades of #E4D6FA

#E4D6FA
(228,214,250)
#D0C3E4
(208,195,228)
#BCB0CE
(188,176,206)
#A89DB8
(168,157,184)
#948AA2
(148,138,162)
#80778C
(128,119,140)
#6C6476
(108,100,118)
#585160
(88,81,96)
#443E4A
(68,62,74)
#302B34
(48,43,52)
#1C181E
(28,24,30)
#000000
(0,0,0)

Tints of #E4D6FA

#E4D6FA
(228,214,250)
#E6D9FA
(230,217,250)
#E8DCFA
(232,220,250)
#EADFFA
(234,223,250)
#ECE2FA
(236,226,250)
#EEE5FA
(238,229,250)
#F0E8FA
(240,232,250)
#F2EBFA
(242,235,250)
#F4EEFA
(244,238,250)
#F6F1FA
(246,241,250)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D6FA color. Also use rgb(228,214,250) instead hex code.

Text Font Color

.myTextColor { color: #E4D6FA; }

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

This text font color is #E4D6FA.


Background Color

.myBgColor { background-color: #E4D6FA; }

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

This div background color is #E4D6FA.


Border color

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

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

This div border color is #E4D6FA.


Opacity

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

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

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

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

This text has shadow with #E4D6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D6FA on black background.


Color preview on white background

This text has color #E4D6FA on white background.



Black color preview on #E4D6FA background

This text has black color on #E4D6FA background.


White color preview on #E4D6FA background

This text has white color on #E4D6FA background.