COLOR #E1D3FE

HEX: #E1D3FE RGB: (225,211,254)

Color info

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

RGB color model

#E1D3FE color RGB value is (225,211,254).

RGB: (225,211,254) (88%, 83%, 100%)

RGB channels and saturation

R 225 of 255 = 88%
G 211 of 255 = 83%
B 254 of 255 = 100%

225
211
254

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

Portions of RGB colors in percentages

R + G + B = 225 + 211 + 254 = 690 (100%)
R 225 of 690 ~ 32.61%
G 211 of 690 ~ 30.58%
B 254 of 690 ~ 36.81'%

%32.61
%30.58
%36.81

CMYK color model

#E1D3FE color CMYK value is (11,17,0,0).

  • cyan value is 11.42%
  • magenta value is 16.93%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (11,17,0,0) C11M17Y0K0 (11%,17%,0%,0%) (0.11/0.17/0.00/0.00) 

CMYK percentages

%11.42
%16.93
%0
%0.39

Codes

Color #E1D3FE in popluar color models

E1 D3 FE
RGB 225 211 254
HSL 260° 95.56% 91.18%
HSB/HSV 260° 16.93% 99.61%
CMYK 11.42% 16.93% 0.00%
0.39%

Color #E1D3FE in popluar number systems.

HEX E1 D3 FE
Decimal 225 211 254
Binary 11100001 11010011 11111110
Octal 341 323 376

Shades and tints

Shades of #E1D3FE

#E1D3FE
(225,211,254)
#CDC0E7
(205,192,231)
#B9ADD0
(185,173,208)
#A59AB9
(165,154,185)
#9187A2
(145,135,162)
#7D748B
(125,116,139)
#696174
(105,97,116)
#554E5D
(85,78,93)
#413B46
(65,59,70)
#2D282F
(45,40,47)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #E1D3FE

#E1D3FE
(225,211,254)
#E3D7FE
(227,215,254)
#E5DBFE
(229,219,254)
#E7DFFE
(231,223,254)
#E9E3FE
(233,227,254)
#EBE7FE
(235,231,254)
#EDEBFE
(237,235,254)
#EFEFFE
(239,239,254)
#F1F3FE
(241,243,254)
#F3F7FE
(243,247,254)
#F5FBFE
(245,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1D3FE; }

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

This text font color is #E1D3FE.

Background Color

.myBgColor { background-color: #E1D3FE; }

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

This div background color is #E1D3FE.

Border color

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

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

This div border color is #E1D3FE.

Opacity

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

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

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

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

This text has shadow with #E1D3FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D3FE.

Preview

Color preview on black background

This text has color #E1D3FE on black background.


Color preview on white background

This text has color #E1D3FE on white background.


Black color preview on #E1D3FE background

This text has black color on #E1D3FE background.


White color preview on #E1D3FE background

This text has white color on #E1D3FE background.


Related colors

Complementary color

Complementary color for #hex is #1E2C01.


I love getcolorcode.com

Triadic colors

1 #FEE1D3 and #D3FEE1 with #E1D3FE are triadic colors.

2 #FED3E1 and #D3E1FE with #E1D3FE are triadic colors.