COLOR #E9D0E5

HEX: #E9D0E5 RGB: (233,208,229)

Color info

#E9D0E5 contains red, green and blue colors in about the same proportion. Web safe color of #E9D0E5 is #FFCCCC (or #FCC).

RGB color model

#E9D0E5 color RGB value is (233,208,229).

RGB: (233,208,229) (91%, 82%, 90%)

RGB channels and saturation

R 233 of 255 = 91%
G 208 of 255 = 82%
B 229 of 255 = 90%

233
208
229

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

Portions of RGB colors in percentages

R + G + B = 233 + 208 + 229 = 670 (100%)
R 233 of 670 ~ 34.78%
G 208 of 670 ~ 31.04%
B 229 of 670 ~ 34.18'%

%34.78
%31.04
%34.18

CMYK color model

#E9D0E5 color CMYK value is (0,11,2,9).

  • cyan value is 0.00%
  • magenta value is 10.73%
  • yellow value is 1.72%
  • key color value is 8.63%

CMYK: (0,11,2,9)
C0M11Y2K9 (0%, 11%, 2%, 9%)
(0.00 / 0.11 / 0.02 / 0.09)

CMYK percentages

%0
%10.73
%1.72
%8.63

Codes

Color #E9D0E5 in popluar color models

E9 D0 E5
RGB 233 208 229
HSL 310° 36.23% 86.47%
HSB/HSV 310° 10.73% 91.37%
CMYK 0.00% 10.73% 1.72%
8.63%

Color #E9D0E5 in popluar number systems.

HEX E9 D0 E5
Decimal 233 208 229
Binary 11101001 11010000 11100101
Octal 351 320 345

Shades and tints

Shades of #E9D0E5

#E9D0E5
(233,208,229)
#D4BED1
(212,190,209)
#BFACBD
(191,172,189)
#AA9AA9
(170,154,169)
#958895
(149,136,149)
#807681
(128,118,129)
#6B646D
(107,100,109)
#565259
(86,82,89)
#414045
(65,64,69)
#2C2E31
(44,46,49)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #E9D0E5

#E9D0E5
(233,208,229)
#EBD4E7
(235,212,231)
#EDD8E9
(237,216,233)
#EFDCEB
(239,220,235)
#F1E0ED
(241,224,237)
#F3E4EF
(243,228,239)
#F5E8F1
(245,232,241)
#F7ECF3
(247,236,243)
#F9F0F5
(249,240,245)
#FBF4F7
(251,244,247)
#FDF8F9
(253,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D0E5 color. Also use rgb(233,208,229) instead hex code.

Text Font Color

.myTextColor { color: #E9D0E5; }

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

This text font color is #E9D0E5.

Background Color

.myBgColor { background-color: #E9D0E5; }

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

This div background color is #E9D0E5.

Border color

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

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

This div border color is #E9D0E5.

Opacity

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

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

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

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

This text has shadow with #E9D0E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D0E5.

Preview

Color preview on black background

This text has color #E9D0E5 on black background.


Color preview on white background

This text has color #E9D0E5 on white background.


Black color preview on #E9D0E5 background

This text has black color on #E9D0E5 background.


White color preview on #E9D0E5 background

This text has white color on #E9D0E5 background.


Related colors

Complementary color

Complementary color for #hex is #162F1A.


I love getcolorcode.com

Triadic colors

1 #E5E9D0 and #D0E5E9 with #E9D0E5 are triadic colors.

2 #E5D0E9 and #D0E9E5 with #E9D0E5 are triadic colors.