COLOR #E9DAF2

HEX: #E9DAF2
RGB: (233,218,242)

Color info

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

RGB color model

#E9DAF2 color RGB value is (233,218,242).

  • red value is 233;
  • green value is 218;
  • blue value is 242.
RGB:
(233,218,242)
(91%,85%,95%)

RGB channels and saturation

R 233 of 255 = 91%
G 218 of 255 = 85%
B 242 of 255 = 95%

233
218
242

R + G + B ~ 90%. #E9DAF2 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 218 + 242 = 693 (100%)
R 233 of 693 ~ 33.62%
G 218 of 693 ~ 31.46%
B 242 of 693 ~ 34.92%

%33.62
%31.46
%34.92

CMYK color model

#E9DAF2 color CMYK value is (4,10,0,5).

  • cyan value is 3.72%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(4,10,0,5)
C4M10Y0K5 
(4%,10%,0%,5%)
(0.04/0.10/0.00/0.05)	

CMYK percentages

%3.72
%9.92
%0
%5.1

Codes

Color #E9DAF2 in popluar color models

E9DAF2
RGB233218242
HSL278°48.00%90.20%
HSB/HSV278°9.92%94.90%
CMYK3.72%9.92%0.00%
5.10%

Color #E9DAF2 in popluar number systems.

HEXE9DAF2
Decimal233218242
Binary111010011101101011110010
Octal351332362

Shades and tints

Shades of #E9DAF2

#E9DAF2
(233,218,242)
#D4C7DC
(212,199,220)
#BFB4C6
(191,180,198)
#AAA1B0
(170,161,176)
#958E9A
(149,142,154)
#807B84
(128,123,132)
#6B686E
(107,104,110)
#565558
(86,85,88)
#414242
(65,66,66)
#2C2F2C
(44,47,44)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #E9DAF2

#E9DAF2
(233,218,242)
#EBDDF3
(235,221,243)
#EDE0F4
(237,224,244)
#EFE3F5
(239,227,245)
#F1E6F6
(241,230,246)
#F3E9F7
(243,233,247)
#F5ECF8
(245,236,248)
#F7EFF9
(247,239,249)
#F9F2FA
(249,242,250)
#FBF5FB
(251,245,251)
#FDF8FC
(253,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DAF2 color. Also use rgb(233,218,242) instead hex code.

Text Font Color

.myTextColor { color: #E9DAF2; }

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

This text font color is #E9DAF2.


Background Color

.myBgColor { background-color: #E9DAF2; }

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

This div background color is #E9DAF2.


Border color

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

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

This div border color is #E9DAF2.


Opacity

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

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

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

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

This text has shadow with #E9DAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DAF2 on black background.


Color preview on white background

This text has color #E9DAF2 on white background.



Black color preview on #E9DAF2 background

This text has black color on #E9DAF2 background.


White color preview on #E9DAF2 background

This text has white color on #E9DAF2 background.