COLOR #E5D6EF

HEX: #E5D6EF RGB: (229,214,239)

Color info

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

RGB color model

#E5D6EF color RGB value is (229,214,239).

RGB: (229,214,239) (90%, 84%, 94%)

RGB channels and saturation

R 229 of 255 = 90%
G 214 of 255 = 84%
B 239 of 255 = 94%

229
214
239

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

Portions of RGB colors in percentages

R + G + B = 229 + 214 + 239 = 682 (100%)
R 229 of 682 ~ 33.58%
G 214 of 682 ~ 31.38%
B 239 of 682 ~ 35.04'%

%33.58
%31.38
%35.04

CMYK color model

#E5D6EF color CMYK value is (4,10,0,6).

  • cyan value is 4.18%
  • magenta value is 10.46%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (4,10,0,6)
C4M10Y0K6 (4%, 10%, 0%, 6%)
(0.04 / 0.10 / 0.00 / 0.06)

CMYK percentages

%4.18
%10.46
%0
%6.27

Codes

Color #E5D6EF in popluar color models

E5 D6 EF
RGB 229 214 239
HSL 276° 43.86% 88.82%
HSB/HSV 276° 10.46% 93.73%
CMYK 4.18% 10.46% 0.00%
6.27%

Color #E5D6EF in popluar number systems.

HEX E5 D6 EF
Decimal 229 214 239
Binary 11100101 11010110 11101111
Octal 345 326 357

Shades and tints

Shades of #E5D6EF

#E5D6EF
(229,214,239)
#D1C3DA
(209,195,218)
#BDB0C5
(189,176,197)
#A99DB0
(169,157,176)
#958A9B
(149,138,155)
#817786
(129,119,134)
#6D6471
(109,100,113)
#59515C
(89,81,92)
#453E47
(69,62,71)
#312B32
(49,43,50)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #E5D6EF

#E5D6EF
(229,214,239)
#E7D9F0
(231,217,240)
#E9DCF1
(233,220,241)
#EBDFF2
(235,223,242)
#EDE2F3
(237,226,243)
#EFE5F4
(239,229,244)
#F1E8F5
(241,232,245)
#F3EBF6
(243,235,246)
#F5EEF7
(245,238,247)
#F7F1F8
(247,241,248)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D6EF color. Also use rgb(229,214,239) instead hex code.

Text Font Color

.myTextColor { color: #E5D6EF; }

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

This text font color is #E5D6EF.

Background Color

.myBgColor { background-color: #E5D6EF; }

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

This div background color is #E5D6EF.

Border color

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

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

This div border color is #E5D6EF.

Opacity

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

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

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

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

This text has shadow with #E5D6EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D6EF.

Preview

Color preview on black background

This text has color #E5D6EF on black background.


Color preview on white background

This text has color #E5D6EF on white background.


Black color preview on #E5D6EF background

This text has black color on #E5D6EF background.


White color preview on #E5D6EF background

This text has white color on #E5D6EF background.


Related colors

Complementary color

Complementary color for #hex is #1A2910.


I love getcolorcode.com

Triadic colors

1 #EFE5D6 and #D6EFE5 with #E5D6EF are triadic colors.

2 #EFD6E5 and #D6E5EF with #E5D6EF are triadic colors.