COLOR #E9D0FF

HEX: #E9D0FF
RGB: (233,208,255)

Color info

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

RGB color model

#E9D0FF color RGB value is (233,208,255).

  • red value is 233;
  • green value is 208;
  • blue value is 255.
RGB:
(233,208,255)
(91%,82%,100%)

RGB channels and saturation

R 233 of 255 = 91%
G 208 of 255 = 82%
B 255 of 255 = 100%

233
208
255

R + G + B ~ 91%. #E9D0FF is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 208 + 255 = 696 (100%)
R 233 of 696 ~ 33.48%
G 208 of 696 ~ 29.89%
B 255 of 696 ~ 36.64%

%33.48
%29.89
%36.64

CMYK color model

#E9D0FF color CMYK value is (9,18,0,0).

  • cyan value is 8.63%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(9,18,0,0)
C9M18Y0K0 
(9%,18%,0%,0%)
(0.09/0.18/0.00/0.00)	

CMYK percentages

%8.63
%18.43
%0
%0

Codes

Color #E9D0FF in popluar color models

E9D0FF
RGB233208255
HSL272°100.00%90.78%
HSB/HSV272°18.43%100.00%
CMYK8.63%18.43%0.00%
0.00%

Color #E9D0FF in popluar number systems.

HEXE9D0FF
Decimal233208255
Binary111010011101000011111111
Octal351320377

Shades and tints

Shades of #E9D0FF

#E9D0FF
(233,208,255)
#D4BEE8
(212,190,232)
#BFACD1
(191,172,209)
#AA9ABA
(170,154,186)
#9588A3
(149,136,163)
#80768C
(128,118,140)
#6B6475
(107,100,117)
#56525E
(86,82,94)
#414047
(65,64,71)
#2C2E30
(44,46,48)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #E9D0FF

#E9D0FF
(233,208,255)
#EBD4FF
(235,212,255)
#EDD8FF
(237,216,255)
#EFDCFF
(239,220,255)
#F1E0FF
(241,224,255)
#F3E4FF
(243,228,255)
#F5E8FF
(245,232,255)
#F7ECFF
(247,236,255)
#F9F0FF
(249,240,255)
#FBF4FF
(251,244,255)
#FDF8FF
(253,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9D0FF; }

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

This text font color is #E9D0FF.


Background Color

.myBgColor { background-color: #E9D0FF; }

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

This div background color is #E9D0FF.


Border color

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

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

This div border color is #E9D0FF.


Opacity

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

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

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

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

This text has shadow with #E9D0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D0FF on black background.


Color preview on white background

This text has color #E9D0FF on white background.



Black color preview on #E9D0FF background

This text has black color on #E9D0FF background.


White color preview on #E9D0FF background

This text has white color on #E9D0FF background.