COLOR #E7D5FE

HEX: #E7D5FE RGB: (231,213,254)

Color info

#E7D5FE contains red, green and blue colors in about the same proportion. Web safe color of #E7D5FE is #FFCCFF (or #FCF).

RGB color model

#E7D5FE color RGB value is (231,213,254).

RGB: (231,213,254) (91%, 84%, 100%)

RGB channels and saturation

R 231 of 255 = 91%
G 213 of 255 = 84%
B 254 of 255 = 100%

231
213
254

R + G + B ~ 92%. #E7D5FE is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 213 + 254 = 698 (100%)
R 231 of 698 ~ 33.09%
G 213 of 698 ~ 30.52%
B 254 of 698 ~ 36.39'%

%33.09
%30.52
%36.39

CMYK color model

#E7D5FE color CMYK value is (9,16,0,0).

  • cyan value is 9.06%
  • magenta value is 16.14%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (9,16,0,0) C9M16Y0K0 (9%,16%,0%,0%) (0.09/0.16/0.00/0.00) 

CMYK percentages

%9.06
%16.14
%0
%0.39

Codes

Color #E7D5FE in popluar color models

E7 D5 FE
RGB 231 213 254
HSL 266° 95.35% 91.57%
HSB/HSV 266° 16.14% 99.61%
CMYK 9.06% 16.14% 0.00%
0.39%

Color #E7D5FE in popluar number systems.

HEX E7 D5 FE
Decimal 231 213 254
Binary 11100111 11010101 11111110
Octal 347 325 376

Shades and tints

Shades of #E7D5FE

#E7D5FE
(231,213,254)
#D2C2E7
(210,194,231)
#BDAFD0
(189,175,208)
#A89CB9
(168,156,185)
#9389A2
(147,137,162)
#7E768B
(126,118,139)
#696374
(105,99,116)
#54505D
(84,80,93)
#3F3D46
(63,61,70)
#2A2A2F
(42,42,47)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #E7D5FE

#E7D5FE
(231,213,254)
#E9D8FE
(233,216,254)
#EBDBFE
(235,219,254)
#EDDEFE
(237,222,254)
#EFE1FE
(239,225,254)
#F1E4FE
(241,228,254)
#F3E7FE
(243,231,254)
#F5EAFE
(245,234,254)
#F7EDFE
(247,237,254)
#F9F0FE
(249,240,254)
#FBF3FE
(251,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D5FE color. Also use rgb(231,213,254) instead hex code.

Text Font Color

.myTextColor { color: #E7D5FE; }

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

This text font color is #E7D5FE.

Background Color

.myBgColor { background-color: #E7D5FE; }

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

This div background color is #E7D5FE.

Border color

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

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

This div border color is #E7D5FE.

Opacity

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

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

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

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

This text has shadow with #E7D5FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D5FE.

Preview

Color preview on black background

This text has color #E7D5FE on black background.


Color preview on white background

This text has color #E7D5FE on white background.


Black color preview on #E7D5FE background

This text has black color on #E7D5FE background.


White color preview on #E7D5FE background

This text has white color on #E7D5FE background.


Related colors

Complementary color

Complementary color for #hex is #182A01.


I love getcolorcode.com

Triadic colors

1 #FEE7D5 and #D5FEE7 with #E7D5FE are triadic colors.

2 #FED5E7 and #D5E7FE with #E7D5FE are triadic colors.