COLOR #E9DFFE

HEX: #E9DFFE
RGB: (233,223,254)

Color info

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

RGB color model

#E9DFFE color RGB value is (233,223,254).

  • red value is 233;
  • green value is 223;
  • blue value is 254.
RGB:
(233,223,254)
(91%,87%,100%)

RGB channels and saturation

R 233 of 255 = 91%
G 223 of 255 = 87%
B 254 of 255 = 100%

233
223
254

R + G + B ~ 93%. #E9DFFE is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 223 + 254 = 710 (100%)
R 233 of 710 ~ 32.82%
G 223 of 710 ~ 31.41%
B 254 of 710 ~ 35.77%

%32.82
%31.41
%35.77

CMYK color model

#E9DFFE color CMYK value is (8,12,0,0).

  • cyan value is 8.27%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(8,12,0,0)
C8M12Y0K0 
(8%,12%,0%,0%)
(0.08/0.12/0.00/0.00)	

CMYK percentages

%8.27
%12.2
%0
%0.39

Codes

Color #E9DFFE in popluar color models

E9DFFE
RGB233223254
HSL259°93.94%93.53%
HSB/HSV259°12.20%99.61%
CMYK8.27%12.20%0.00%
0.39%

Color #E9DFFE in popluar number systems.

HEXE9DFFE
Decimal233223254
Binary111010011101111111111110
Octal351337376

Shades and tints

Shades of #E9DFFE

#E9DFFE
(233,223,254)
#D4CBE7
(212,203,231)
#BFB7D0
(191,183,208)
#AAA3B9
(170,163,185)
#958FA2
(149,143,162)
#807B8B
(128,123,139)
#6B6774
(107,103,116)
#56535D
(86,83,93)
#413F46
(65,63,70)
#2C2B2F
(44,43,47)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #E9DFFE

#E9DFFE
(233,223,254)
#EBE1FE
(235,225,254)
#EDE3FE
(237,227,254)
#EFE5FE
(239,229,254)
#F1E7FE
(241,231,254)
#F3E9FE
(243,233,254)
#F5EBFE
(245,235,254)
#F7EDFE
(247,237,254)
#F9EFFE
(249,239,254)
#FBF1FE
(251,241,254)
#FDF3FE
(253,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DFFE color. Also use rgb(233,223,254) instead hex code.

Text Font Color

.myTextColor { color: #E9DFFE; }

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

This text font color is #E9DFFE.


Background Color

.myBgColor { background-color: #E9DFFE; }

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

This div background color is #E9DFFE.


Border color

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

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

This div border color is #E9DFFE.


Opacity

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

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

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

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

This text has shadow with #E9DFFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DFFE on black background.


Color preview on white background

This text has color #E9DFFE on white background.



Black color preview on #E9DFFE background

This text has black color on #E9DFFE background.


White color preview on #E9DFFE background

This text has white color on #E9DFFE background.