COLOR #E9D0EE

HEX: #E9D0EE RGB: (233,208,238)

Color info

#E9D0EE contains red, green and blue colors in about the same proportion. Web safe color of #E9D0EE is #FFCCFF (or #FCF).

RGB color model

#E9D0EE color RGB value is (233,208,238).

RGB: (233,208,238) (91%, 82%, 93%)

RGB channels and saturation

R 233 of 255 = 91%
G 208 of 255 = 82%
B 238 of 255 = 93%

233
208
238

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

Portions of RGB colors in percentages

R + G + B = 233 + 208 + 238 = 679 (100%)
R 233 of 679 ~ 34.32%
G 208 of 679 ~ 30.63%
B 238 of 679 ~ 35.05'%

%34.32
%30.63
%35.05

CMYK color model

#E9D0EE color CMYK value is (2,13,0,7).

  • cyan value is 2.10%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (2,13,0,7)
C2M13Y0K7 (2%, 13%, 0%, 7%)
(0.02 / 0.13 / 0.00 / 0.07)

CMYK percentages

%2.1
%12.61
%0
%6.67

Codes

Color #E9D0EE in popluar color models

E9 D0 EE
RGB 233 208 238
HSL 290° 46.88% 87.45%
HSB/HSV 290° 12.61% 93.33%
CMYK 2.10% 12.61% 0.00%
6.67%

Color #E9D0EE in popluar number systems.

HEX E9 D0 EE
Decimal 233 208 238
Binary 11101001 11010000 11101110
Octal 351 320 356

Shades and tints

Shades of #E9D0EE

#E9D0EE
(233,208,238)
#D4BED9
(212,190,217)
#BFACC4
(191,172,196)
#AA9AAF
(170,154,175)
#95889A
(149,136,154)
#807685
(128,118,133)
#6B6470
(107,100,112)
#56525B
(86,82,91)
#414046
(65,64,70)
#2C2E31
(44,46,49)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #E9D0EE

#E9D0EE
(233,208,238)
#EBD4EF
(235,212,239)
#EDD8F0
(237,216,240)
#EFDCF1
(239,220,241)
#F1E0F2
(241,224,242)
#F3E4F3
(243,228,243)
#F5E8F4
(245,232,244)
#F7ECF5
(247,236,245)
#F9F0F6
(249,240,246)
#FBF4F7
(251,244,247)
#FDF8F8
(253,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D0EE; }

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

This text font color is #E9D0EE.

Background Color

.myBgColor { background-color: #E9D0EE; }

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

This div background color is #E9D0EE.

Border color

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

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

This div border color is #E9D0EE.

Opacity

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

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

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

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

This text has shadow with #E9D0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D0EE.

Preview

Color preview on black background

This text has color #E9D0EE on black background.


Color preview on white background

This text has color #E9D0EE on white background.


Black color preview on #E9D0EE background

This text has black color on #E9D0EE background.


White color preview on #E9D0EE background

This text has white color on #E9D0EE background.


Related colors

Complementary color

Complementary color for #hex is #162F11.


I love getcolorcode.com

Triadic colors

1 #EEE9D0 and #D0EEE9 with #E9D0EE are triadic colors.

2 #EED0E9 and #D0E9EE with #E9D0EE are triadic colors.