COLOR #E7D5EC

HEX: #E7D5EC RGB: (231,213,236)

Color info

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

RGB color model

#E7D5EC color RGB value is (231,213,236).

RGB: (231,213,236) (91%, 84%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 213 of 255 = 84%
B 236 of 255 = 93%

231
213
236

R + G + B ~ 89%. #E7D5EC is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 213 + 236 = 680 (100%)
R 231 of 680 ~ 33.97%
G 213 of 680 ~ 31.32%
B 236 of 680 ~ 34.71'%

%33.97
%31.32
%34.71

CMYK color model

#E7D5EC color CMYK value is (2,10,0,7).

  • cyan value is 2.12%
  • magenta value is 9.75%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (2,10,0,7)
C2M10Y0K7 (2%, 10%, 0%, 7%)
(0.02 / 0.10 / 0.00 / 0.07)

CMYK percentages

%2.12
%9.75
%0
%7.45

Codes

Color #E7D5EC in popluar color models

E7 D5 EC
RGB 231 213 236
HSL 287° 37.70% 88.04%
HSB/HSV 287° 9.75% 92.55%
CMYK 2.12% 9.75% 0.00%
7.45%

Color #E7D5EC in popluar number systems.

HEX E7 D5 EC
Decimal 231 213 236
Binary 11100111 11010101 11101100
Octal 347 325 354

Shades and tints

Shades of #E7D5EC

#E7D5EC
(231,213,236)
#D2C2D7
(210,194,215)
#BDAFC2
(189,175,194)
#A89CAD
(168,156,173)
#938998
(147,137,152)
#7E7683
(126,118,131)
#69636E
(105,99,110)
#545059
(84,80,89)
#3F3D44
(63,61,68)
#2A2A2F
(42,42,47)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #E7D5EC

#E7D5EC
(231,213,236)
#E9D8ED
(233,216,237)
#EBDBEE
(235,219,238)
#EDDEEF
(237,222,239)
#EFE1F0
(239,225,240)
#F1E4F1
(241,228,241)
#F3E7F2
(243,231,242)
#F5EAF3
(245,234,243)
#F7EDF4
(247,237,244)
#F9F0F5
(249,240,245)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D5EC; }

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

This text font color is #E7D5EC.

Background Color

.myBgColor { background-color: #E7D5EC; }

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

This div background color is #E7D5EC.

Border color

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

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

This div border color is #E7D5EC.

Opacity

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

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

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

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

This text has shadow with #E7D5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D5EC.

Preview

Color preview on black background

This text has color #E7D5EC on black background.


Color preview on white background

This text has color #E7D5EC on white background.


Black color preview on #E7D5EC background

This text has black color on #E7D5EC background.


White color preview on #E7D5EC background

This text has white color on #E7D5EC background.


Related colors

Complementary color

Complementary color for #hex is #182A13.


I love getcolorcode.com

Triadic colors

1 #ECE7D5 and #D5ECE7 with #E7D5EC are triadic colors.

2 #ECD5E7 and #D5E7EC with #E7D5EC are triadic colors.