COLOR #E1DCFE

HEX: #E1DCFE
RGB: (225,220,254)

Color info

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

RGB color model

#E1DCFE color RGB value is (225,220,254).

  • red value is 225;
  • green value is 220;
  • blue value is 254.
RGB:
(225,220,254)
(88%,86%,100%)

RGB channels and saturation

R 225 of 255 = 88%
G 220 of 255 = 86%
B 254 of 255 = 100%

225
220
254

R + G + B ~ 91%. #E1DCFE is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 220 + 254 = 699 (100%)
R 225 of 699 ~ 32.19%
G 220 of 699 ~ 31.47%
B 254 of 699 ~ 36.34%

%32.19
%31.47
%36.34

CMYK color model

#E1DCFE color CMYK value is (11,13,0,0).

  • cyan value is 11.42%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(11,13,0,0)
C11M13Y0K0 
(11%,13%,0%,0%)
(0.11/0.13/0.00/0.00)	

CMYK percentages

%11.42
%13.39
%0
%0.39

Codes

Color #E1DCFE in popluar color models

E1DCFE
RGB225220254
HSL249°94.44%92.94%
HSB/HSV249°13.39%99.61%
CMYK11.42%13.39%0.00%
0.39%

Color #E1DCFE in popluar number systems.

HEXE1DCFE
Decimal225220254
Binary111000011101110011111110
Octal341334376

Shades and tints

Shades of #E1DCFE

#E1DCFE
(225,220,254)
#CDC8E7
(205,200,231)
#B9B4D0
(185,180,208)
#A5A0B9
(165,160,185)
#918CA2
(145,140,162)
#7D788B
(125,120,139)
#696474
(105,100,116)
#55505D
(85,80,93)
#413C46
(65,60,70)
#2D282F
(45,40,47)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #E1DCFE

#E1DCFE
(225,220,254)
#E3DFFE
(227,223,254)
#E5E2FE
(229,226,254)
#E7E5FE
(231,229,254)
#E9E8FE
(233,232,254)
#EBEBFE
(235,235,254)
#EDEEFE
(237,238,254)
#EFF1FE
(239,241,254)
#F1F4FE
(241,244,254)
#F3F7FE
(243,247,254)
#F5FAFE
(245,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DCFE color. Also use rgb(225,220,254) instead hex code.

Text Font Color

.myTextColor { color: #E1DCFE; }

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

This text font color is #E1DCFE.


Background Color

.myBgColor { background-color: #E1DCFE; }

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

This div background color is #E1DCFE.


Border color

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

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

This div border color is #E1DCFE.


Opacity

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

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

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

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

This text has shadow with #E1DCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DCFE on black background.


Color preview on white background

This text has color #E1DCFE on white background.



Black color preview on #E1DCFE background

This text has black color on #E1DCFE background.


White color preview on #E1DCFE background

This text has white color on #E1DCFE background.