COLOR #E5D3ED

HEX: #E5D3ED RGB: (229,211,237)

Color info

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

RGB color model

#E5D3ED color RGB value is (229,211,237).

RGB: (229,211,237) (90%, 83%, 93%)

RGB channels and saturation

R 229 of 255 = 90%
G 211 of 255 = 83%
B 237 of 255 = 93%

229
211
237

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

Portions of RGB colors in percentages

R + G + B = 229 + 211 + 237 = 677 (100%)
R 229 of 677 ~ 33.83%
G 211 of 677 ~ 31.17%
B 237 of 677 ~ 35.01'%

%33.83
%31.17
%35.01

CMYK color model

#E5D3ED color CMYK value is (3,11,0,7).

  • cyan value is 3.38%
  • magenta value is 10.97%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (3,11,0,7)
C3M11Y0K7 (3%, 11%, 0%, 7%)
(0.03 / 0.11 / 0.00 / 0.07)

CMYK percentages

%3.38
%10.97
%0
%7.06

Codes

Color #E5D3ED in popluar color models

E5 D3 ED
RGB 229 211 237
HSL 282° 41.94% 87.84%
HSB/HSV 282° 10.97% 92.94%
CMYK 3.38% 10.97% 0.00%
7.06%

Color #E5D3ED in popluar number systems.

HEX E5 D3 ED
Decimal 229 211 237
Binary 11100101 11010011 11101101
Octal 345 323 355

Shades and tints

Shades of #E5D3ED

#E5D3ED
(229,211,237)
#D1C0D8
(209,192,216)
#BDADC3
(189,173,195)
#A99AAE
(169,154,174)
#958799
(149,135,153)
#817484
(129,116,132)
#6D616F
(109,97,111)
#594E5A
(89,78,90)
#453B45
(69,59,69)
#312830
(49,40,48)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #E5D3ED

#E5D3ED
(229,211,237)
#E7D7EE
(231,215,238)
#E9DBEF
(233,219,239)
#EBDFF0
(235,223,240)
#EDE3F1
(237,227,241)
#EFE7F2
(239,231,242)
#F1EBF3
(241,235,243)
#F3EFF4
(243,239,244)
#F5F3F5
(245,243,245)
#F7F7F6
(247,247,246)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D3ED color. Also use rgb(229,211,237) instead hex code.

Text Font Color

.myTextColor { color: #E5D3ED; }

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

This text font color is #E5D3ED.

Background Color

.myBgColor { background-color: #E5D3ED; }

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

This div background color is #E5D3ED.

Border color

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

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

This div border color is #E5D3ED.

Opacity

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

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

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

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

This text has shadow with #E5D3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D3ED.

Preview

Color preview on black background

This text has color #E5D3ED on black background.


Color preview on white background

This text has color #E5D3ED on white background.


Black color preview on #E5D3ED background

This text has black color on #E5D3ED background.


White color preview on #E5D3ED background

This text has white color on #E5D3ED background.


Related colors

Complementary color

Complementary color for #hex is #1A2C12.


I love getcolorcode.com

Triadic colors

1 #EDE5D3 and #D3EDE5 with #E5D3ED are triadic colors.

2 #EDD3E5 and #D3E5ED with #E5D3ED are triadic colors.