COLOR #E1D3FC

HEX: #E1D3FC
RGB: (225,211,252)

Color info

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

RGB color model

#E1D3FC color RGB value is (225,211,252).

  • red value is 225;
  • green value is 211;
  • blue value is 252.
RGB:
(225,211,252)
(88%,83%,99%)

RGB channels and saturation

R 225 of 255 = 88%
G 211 of 255 = 83%
B 252 of 255 = 99%

225
211
252

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

Portions of RGB colors in percentages

R + G + B =
225 + 211 + 252 = 688 (100%)
R 225 of 688 ~ 32.7%
G 211 of 688 ~ 30.67%
B 252 of 688 ~ 36.63%

%32.7
%30.67
%36.63

CMYK color model

#E1D3FC color CMYK value is (11,16,0,1).

  • cyan value is 10.71%
  • magenta value is 16.27%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(11,16,0,1)
C11M16Y0K1 
(11%,16%,0%,1%)
(0.11/0.16/0.00/0.01)	

CMYK percentages

%10.71
%16.27
%0
%1.18

Codes

Color #E1D3FC in popluar color models

E1D3FC
RGB225211252
HSL260°87.23%90.78%
HSB/HSV260°16.27%98.82%
CMYK10.71%16.27%0.00%
1.18%

Color #E1D3FC in popluar number systems.

HEXE1D3FC
Decimal225211252
Binary111000011101001111111100
Octal341323374

Shades and tints

Shades of #E1D3FC

#E1D3FC
(225,211,252)
#CDC0E6
(205,192,230)
#B9ADD0
(185,173,208)
#A59ABA
(165,154,186)
#9187A4
(145,135,164)
#7D748E
(125,116,142)
#696178
(105,97,120)
#554E62
(85,78,98)
#413B4C
(65,59,76)
#2D2836
(45,40,54)
#191520
(25,21,32)
#000000
(0,0,0)

Tints of #E1D3FC

#E1D3FC
(225,211,252)
#E3D7FC
(227,215,252)
#E5DBFC
(229,219,252)
#E7DFFC
(231,223,252)
#E9E3FC
(233,227,252)
#EBE7FC
(235,231,252)
#EDEBFC
(237,235,252)
#EFEFFC
(239,239,252)
#F1F3FC
(241,243,252)
#F3F7FC
(243,247,252)
#F5FBFC
(245,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D3FC color. Also use rgb(225,211,252) instead hex code.

Text Font Color

.myTextColor { color: #E1D3FC; }

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

This text font color is #E1D3FC.


Background Color

.myBgColor { background-color: #E1D3FC; }

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

This div background color is #E1D3FC.


Border color

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

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

This div border color is #E1D3FC.


Opacity

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

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

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

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

This text has shadow with #E1D3FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D3FC on black background.


Color preview on white background

This text has color #E1D3FC on white background.



Black color preview on #E1D3FC background

This text has black color on #E1D3FC background.


White color preview on #E1D3FC background

This text has white color on #E1D3FC background.