COLOR #E9D0EF

HEX: #E9D0EF RGB: (233,208,239)

Color info

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

RGB color model

#E9D0EF color RGB value is (233,208,239).

RGB: (233,208,239) (91%, 82%, 94%)

RGB channels and saturation

R 233 of 255 = 91%
G 208 of 255 = 82%
B 239 of 255 = 94%

233
208
239

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

Portions of RGB colors in percentages

R + G + B = 233 + 208 + 239 = 680 (100%)
R 233 of 680 ~ 34.26%
G 208 of 680 ~ 30.59%
B 239 of 680 ~ 35.15'%

%34.26
%30.59
%35.15

CMYK color model

#E9D0EF color CMYK value is (3,13,0,6).

  • cyan value is 2.51%
  • magenta value is 12.97%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (3,13,0,6) C3M13Y0K6 (3%,13%,0%,6%) (0.03/0.13/0.00/0.06) 

CMYK percentages

%2.51
%12.97
%0
%6.27

Codes

Color #E9D0EF in popluar color models

E9 D0 EF
RGB 233 208 239
HSL 288° 49.21% 87.65%
HSB/HSV 288° 12.97% 93.73%
CMYK 2.51% 12.97% 0.00%
6.27%

Color #E9D0EF in popluar number systems.

HEX E9 D0 EF
Decimal 233 208 239
Binary 11101001 11010000 11101111
Octal 351 320 357

Shades and tints

Shades of #E9D0EF

#E9D0EF
(233,208,239)
#D4BEDA
(212,190,218)
#BFACC5
(191,172,197)
#AA9AB0
(170,154,176)
#95889B
(149,136,155)
#807686
(128,118,134)
#6B6471
(107,100,113)
#56525C
(86,82,92)
#414047
(65,64,71)
#2C2E32
(44,46,50)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #E9D0EF

#E9D0EF
(233,208,239)
#EBD4F0
(235,212,240)
#EDD8F1
(237,216,241)
#EFDCF2
(239,220,242)
#F1E0F3
(241,224,243)
#F3E4F4
(243,228,244)
#F5E8F5
(245,232,245)
#F7ECF6
(247,236,246)
#F9F0F7
(249,240,247)
#FBF4F8
(251,244,248)
#FDF8F9
(253,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D0EF; }

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

This text font color is #E9D0EF.

Background Color

.myBgColor { background-color: #E9D0EF; }

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

This div background color is #E9D0EF.

Border color

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

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

This div border color is #E9D0EF.

Opacity

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

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

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

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

This text has shadow with #E9D0EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9D0EF.

Preview

Color preview on black background

This text has color #E9D0EF on black background.


Color preview on white background

This text has color #E9D0EF on white background.


Black color preview on #E9D0EF background

This text has black color on #E9D0EF background.


White color preview on #E9D0EF background

This text has white color on #E9D0EF background.


Related colors

Complementary color

Complementary color for #hex is #162F10.


I love getcolorcode.com

Triadic colors

1 #EFE9D0 and #D0EFE9 with #E9D0EF are triadic colors.

2 #EFD0E9 and #D0E9EF with #E9D0EF are triadic colors.