COLOR #E5D6EB

HEX: #E5D6EB
RGB: (229,214,235)

Color info

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

RGB color model

#E5D6EB color RGB value is (229,214,235).

  • red value is 229;
  • green value is 214;
  • blue value is 235.
RGB:
(229,214,235)
(90%,84%,92%)

RGB channels and saturation

R 229 of 255 = 90%
G 214 of 255 = 84%
B 235 of 255 = 92%

229
214
235

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

Portions of RGB colors in percentages

R + G + B =
229 + 214 + 235 = 678 (100%)
R 229 of 678 ~ 33.78%
G 214 of 678 ~ 31.56%
B 235 of 678 ~ 34.66%

%33.78
%31.56
%34.66

CMYK color model

#E5D6EB color CMYK value is (3,9,0,8).

  • cyan value is 2.55%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,9,0,8)
C3M9Y0K8 
(3%,9%,0%,8%)
(0.03/0.09/0.00/0.08)	

CMYK percentages

%2.55
%8.94
%0
%7.84

Codes

Color #E5D6EB in popluar color models

E5D6EB
RGB229214235
HSL283°34.43%88.04%
HSB/HSV283°8.94%92.16%
CMYK2.55%8.94%0.00%
7.84%

Color #E5D6EB in popluar number systems.

HEXE5D6EB
Decimal229214235
Binary111001011101011011101011
Octal345326353

Shades and tints

Shades of #E5D6EB

#E5D6EB
(229,214,235)
#D1C3D6
(209,195,214)
#BDB0C1
(189,176,193)
#A99DAC
(169,157,172)
#958A97
(149,138,151)
#817782
(129,119,130)
#6D646D
(109,100,109)
#595158
(89,81,88)
#453E43
(69,62,67)
#312B2E
(49,43,46)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #E5D6EB

#E5D6EB
(229,214,235)
#E7D9EC
(231,217,236)
#E9DCED
(233,220,237)
#EBDFEE
(235,223,238)
#EDE2EF
(237,226,239)
#EFE5F0
(239,229,240)
#F1E8F1
(241,232,241)
#F3EBF2
(243,235,242)
#F5EEF3
(245,238,243)
#F7F1F4
(247,241,244)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D6EB; }

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

This text font color is #E5D6EB.


Background Color

.myBgColor { background-color: #E5D6EB; }

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

This div background color is #E5D6EB.


Border color

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

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

This div border color is #E5D6EB.


Opacity

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

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

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

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

This text has shadow with #E5D6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D6EB on black background.


Color preview on white background

This text has color #E5D6EB on white background.



Black color preview on #E5D6EB background

This text has black color on #E5D6EB background.


White color preview on #E5D6EB background

This text has white color on #E5D6EB background.