COLOR #E5D7F2

HEX: #E5D7F2 RGB: (229,215,242)

Color info

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

RGB color model

#E5D7F2 color RGB value is (229,215,242).

RGB: (229,215,242) (90%, 84%, 95%)

RGB channels and saturation

R 229 of 255 = 90%
G 215 of 255 = 84%
B 242 of 255 = 95%

229
215
242

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

Portions of RGB colors in percentages

R + G + B = 229 + 215 + 242 = 686 (100%)
R 229 of 686 ~ 33.38%
G 215 of 686 ~ 31.34%
B 242 of 686 ~ 35.28'%

%33.38
%31.34
%35.28

CMYK color model

#E5D7F2 color CMYK value is (5,11,0,5).

  • cyan value is 5.37%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (5,11,0,5)
C5M11Y0K5 (5%, 11%, 0%, 5%)
(0.05 / 0.11 / 0.00 / 0.05)

CMYK percentages

%5.37
%11.16
%0
%5.1

Codes

Color #E5D7F2 in popluar color models

E5 D7 F2
RGB 229 215 242
HSL 271° 50.94% 89.61%
HSB/HSV 271° 11.16% 94.90%
CMYK 5.37% 11.16% 0.00%
5.10%

Color #E5D7F2 in popluar number systems.

HEX E5 D7 F2
Decimal 229 215 242
Binary 11100101 11010111 11110010
Octal 345 327 362

Shades and tints

Shades of #E5D7F2

#E5D7F2
(229,215,242)
#D1C4DC
(209,196,220)
#BDB1C6
(189,177,198)
#A99EB0
(169,158,176)
#958B9A
(149,139,154)
#817884
(129,120,132)
#6D656E
(109,101,110)
#595258
(89,82,88)
#453F42
(69,63,66)
#312C2C
(49,44,44)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #E5D7F2

#E5D7F2
(229,215,242)
#E7DAF3
(231,218,243)
#E9DDF4
(233,221,244)
#EBE0F5
(235,224,245)
#EDE3F6
(237,227,246)
#EFE6F7
(239,230,247)
#F1E9F8
(241,233,248)
#F3ECF9
(243,236,249)
#F5EFFA
(245,239,250)
#F7F2FB
(247,242,251)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D7F2 color. Also use rgb(229,215,242) instead hex code.

Text Font Color

.myTextColor { color: #E5D7F2; }

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

This text font color is #E5D7F2.

Background Color

.myBgColor { background-color: #E5D7F2; }

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

This div background color is #E5D7F2.

Border color

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

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

This div border color is #E5D7F2.

Opacity

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

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

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

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

This text has shadow with #E5D7F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D7F2.

Preview

Color preview on black background

This text has color #E5D7F2 on black background.


Color preview on white background

This text has color #E5D7F2 on white background.


Black color preview on #E5D7F2 background

This text has black color on #E5D7F2 background.


White color preview on #E5D7F2 background

This text has white color on #E5D7F2 background.


Related colors

Complementary color

Complementary color for #hex is #1A280D.


I love getcolorcode.com

Triadic colors

1 #F2E5D7 and #D7F2E5 with #E5D7F2 are triadic colors.

2 #F2D7E5 and #D7E5F2 with #E5D7F2 are triadic colors.