COLOR #E5D3E4

HEX: #E5D3E4 RGB: (229,211,228)

Color info

#E5D3E4 contains red, green and blue colors in about the same proportion. Web safe color of #E5D3E4 is #CCCCCC (or #CCC).

RGB color model

#E5D3E4 color RGB value is (229,211,228).

RGB: (229,211,228) (90%, 83%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 211 of 255 = 83%
B 228 of 255 = 89%

229
211
228

R + G + B ~ 87%. #E5D3E4 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 211 + 228 = 668 (100%)
R 229 of 668 ~ 34.28%
G 211 of 668 ~ 31.59%
B 228 of 668 ~ 34.13'%

%34.28
%31.59
%34.13

CMYK color model

#E5D3E4 color CMYK value is (0,8,0,10).

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 0.44%
  • key color value is 10.20%

CMYK: (0,8,0,10)
C0M8Y0K10 (0%, 8%, 0%, 10%)
(0.00 / 0.08 / 0.00 / 0.10)

CMYK percentages

%0
%7.86
%0.44
%10.2

Codes

Color #E5D3E4 in popluar color models

E5 D3 E4
RGB 229 211 228
HSL 303° 25.71% 86.27%
HSB/HSV 303° 7.86% 89.80%
CMYK 0.00% 7.86% 0.44%
10.20%

Color #E5D3E4 in popluar number systems.

HEX E5 D3 E4
Decimal 229 211 228
Binary 11100101 11010011 11100100
Octal 345 323 344

Shades and tints

Shades of #E5D3E4

#E5D3E4
(229,211,228)
#D1C0D0
(209,192,208)
#BDADBC
(189,173,188)
#A99AA8
(169,154,168)
#958794
(149,135,148)
#817480
(129,116,128)
#6D616C
(109,97,108)
#594E58
(89,78,88)
#453B44
(69,59,68)
#312830
(49,40,48)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #E5D3E4

#E5D3E4
(229,211,228)
#E7D7E6
(231,215,230)
#E9DBE8
(233,219,232)
#EBDFEA
(235,223,234)
#EDE3EC
(237,227,236)
#EFE7EE
(239,231,238)
#F1EBF0
(241,235,240)
#F3EFF2
(243,239,242)
#F5F3F4
(245,243,244)
#F7F7F6
(247,247,246)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5D3E4; }

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

This text font color is #E5D3E4.

Background Color

.myBgColor { background-color: #E5D3E4; }

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

This div background color is #E5D3E4.

Border color

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

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

This div border color is #E5D3E4.

Opacity

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

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

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

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

This text has shadow with #E5D3E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5D3E4.

Preview

Color preview on black background

This text has color #E5D3E4 on black background.


Color preview on white background

This text has color #E5D3E4 on white background.


Black color preview on #E5D3E4 background

This text has black color on #E5D3E4 background.


White color preview on #E5D3E4 background

This text has white color on #E5D3E4 background.


Related colors

Complementary color

Complementary color for #hex is #1A2C1B.


I love getcolorcode.com

Triadic colors

1 #E4E5D3 and #D3E4E5 with #E5D3E4 are triadic colors.

2 #E4D3E5 and #D3E5E4 with #E5D3E4 are triadic colors.