COLOR #E5D1EB

HEX: #E5D1EB RGB: (229,209,235)

Color info

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

RGB color model

#E5D1EB color RGB value is (229,209,235).

RGB: (229,209,235) (90%, 82%, 92%)

RGB channels and saturation

R 229 of 255 = 90%
G 209 of 255 = 82%
B 235 of 255 = 92%

229
209
235

R + G + B ~ 88%. #E5D1EB is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 209 + 235 = 673 (100%)
R 229 of 673 ~ 34.03%
G 209 of 673 ~ 31.05%
B 235 of 673 ~ 34.92'%

%34.03
%31.05
%34.92

CMYK color model

#E5D1EB color CMYK value is (3,11,0,8).

  • cyan value is 2.55%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (3,11,0,8)
C3M11Y0K8 (3%, 11%, 0%, 8%)
(0.03 / 0.11 / 0.00 / 0.08)

CMYK percentages

%2.55
%11.06
%0
%7.84

Codes

Color #E5D1EB in popluar color models

E5 D1 EB
RGB 229 209 235
HSL 286° 39.39% 87.06%
HSB/HSV 286° 11.06% 92.16%
CMYK 2.55% 11.06% 0.00%
7.84%

Color #E5D1EB in popluar number systems.

HEX E5 D1 EB
Decimal 229 209 235
Binary 11100101 11010001 11101011
Octal 345 321 353

Shades and tints

Shades of #E5D1EB

#E5D1EB
(229,209,235)
#D1BED6
(209,190,214)
#BDABC1
(189,171,193)
#A998AC
(169,152,172)
#958597
(149,133,151)
#817282
(129,114,130)
#6D5F6D
(109,95,109)
#594C58
(89,76,88)
#453943
(69,57,67)
#31262E
(49,38,46)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #E5D1EB

#E5D1EB
(229,209,235)
#E7D5EC
(231,213,236)
#E9D9ED
(233,217,237)
#EBDDEE
(235,221,238)
#EDE1EF
(237,225,239)
#EFE5F0
(239,229,240)
#F1E9F1
(241,233,241)
#F3EDF2
(243,237,242)
#F5F1F3
(245,241,243)
#F7F5F4
(247,245,244)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D1EB; }

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

This text font color is #E5D1EB.

Background Color

.myBgColor { background-color: #E5D1EB; }

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

This div background color is #E5D1EB.

Border color

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

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

This div border color is #E5D1EB.

Opacity

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

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

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

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

This text has shadow with #E5D1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D1EB.

Preview

Color preview on black background

This text has color #E5D1EB on black background.


Color preview on white background

This text has color #E5D1EB on white background.


Black color preview on #E5D1EB background

This text has black color on #E5D1EB background.


White color preview on #E5D1EB background

This text has white color on #E5D1EB background.


Related colors

Complementary color

Complementary color for #hex is #1A2E14.


I love getcolorcode.com

Triadic colors

1 #EBE5D1 and #D1EBE5 with #E5D1EB are triadic colors.

2 #EBD1E5 and #D1E5EB with #E5D1EB are triadic colors.