COLOR #E9DEF2

HEX: #E9DEF2
RGB: (233,222,242)

Color info

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

RGB color model

#E9DEF2 color RGB value is (233,222,242).

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

RGB channels and saturation

R 233 of 255 = 91%
G 222 of 255 = 87%
B 242 of 255 = 95%

233
222
242

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

Portions of RGB colors in percentages

R + G + B =
233 + 222 + 242 = 697 (100%)
R 233 of 697 ~ 33.43%
G 222 of 697 ~ 31.85%
B 242 of 697 ~ 34.72%

%33.43
%31.85
%34.72

CMYK color model

#E9DEF2 color CMYK value is (4,8,0,5).

  • cyan value is 3.72%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(4,8,0,5)
C4M8Y0K5 
(4%,8%,0%,5%)
(0.04/0.08/0.00/0.05)	

CMYK percentages

%3.72
%8.26
%0
%5.1

Codes

Color #E9DEF2 in popluar color models

E9DEF2
RGB233222242
HSL273°43.48%90.98%
HSB/HSV273°8.26%94.90%
CMYK3.72%8.26%0.00%
5.10%

Color #E9DEF2 in popluar number systems.

HEXE9DEF2
Decimal233222242
Binary111010011101111011110010
Octal351336362

Shades and tints

Shades of #E9DEF2

#E9DEF2
(233,222,242)
#D4CADC
(212,202,220)
#BFB6C6
(191,182,198)
#AAA2B0
(170,162,176)
#958E9A
(149,142,154)
#807A84
(128,122,132)
#6B666E
(107,102,110)
#565258
(86,82,88)
#413E42
(65,62,66)
#2C2A2C
(44,42,44)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #E9DEF2

#E9DEF2
(233,222,242)
#EBE1F3
(235,225,243)
#EDE4F4
(237,228,244)
#EFE7F5
(239,231,245)
#F1EAF6
(241,234,246)
#F3EDF7
(243,237,247)
#F5F0F8
(245,240,248)
#F7F3F9
(247,243,249)
#F9F6FA
(249,246,250)
#FBF9FB
(251,249,251)
#FDFCFC
(253,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DEF2; }

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

This text font color is #E9DEF2.


Background Color

.myBgColor { background-color: #E9DEF2; }

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

This div background color is #E9DEF2.


Border color

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

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

This div border color is #E9DEF2.


Opacity

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

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

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

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

This text has shadow with #E9DEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DEF2 on black background.


Color preview on white background

This text has color #E9DEF2 on white background.



Black color preview on #E9DEF2 background

This text has black color on #E9DEF2 background.


White color preview on #E9DEF2 background

This text has white color on #E9DEF2 background.