COLOR #E9DEFB

HEX: #E9DEFB
RGB: (233,222,251)

Color info

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

RGB color model

#E9DEFB color RGB value is (233,222,251).

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

RGB channels and saturation

R 233 of 255 = 91%
G 222 of 255 = 87%
B 251 of 255 = 98%

233
222
251

R + G + B ~ 92%. #E9DEFB is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 222 + 251 = 706 (100%)
R 233 of 706 ~ 33%
G 222 of 706 ~ 31.44%
B 251 of 706 ~ 35.55%

%33
%31.44
%35.55

CMYK color model

#E9DEFB color CMYK value is (7,12,0,2).

  • cyan value is 7.17%
  • magenta value is 11.55%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(7,12,0,2)
C7M12Y0K2 
(7%,12%,0%,2%)
(0.07/0.12/0.00/0.02)	

CMYK percentages

%7.17
%11.55
%0
%1.57

Codes

Color #E9DEFB in popluar color models

E9DEFB
RGB233222251
HSL263°78.38%92.75%
HSB/HSV263°11.55%98.43%
CMYK7.17%11.55%0.00%
1.57%

Color #E9DEFB in popluar number systems.

HEXE9DEFB
Decimal233222251
Binary111010011101111011111011
Octal351336373

Shades and tints

Shades of #E9DEFB

#E9DEFB
(233,222,251)
#D4CAE5
(212,202,229)
#BFB6CF
(191,182,207)
#AAA2B9
(170,162,185)
#958EA3
(149,142,163)
#807A8D
(128,122,141)
#6B6677
(107,102,119)
#565261
(86,82,97)
#413E4B
(65,62,75)
#2C2A35
(44,42,53)
#17161F
(23,22,31)
#000000
(0,0,0)

Tints of #E9DEFB

#E9DEFB
(233,222,251)
#EBE1FB
(235,225,251)
#EDE4FB
(237,228,251)
#EFE7FB
(239,231,251)
#F1EAFB
(241,234,251)
#F3EDFB
(243,237,251)
#F5F0FB
(245,240,251)
#F7F3FB
(247,243,251)
#F9F6FB
(249,246,251)
#FBF9FB
(251,249,251)
#FDFCFB
(253,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DEFB; }

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

This text font color is #E9DEFB.


Background Color

.myBgColor { background-color: #E9DEFB; }

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

This div background color is #E9DEFB.


Border color

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

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

This div border color is #E9DEFB.


Opacity

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

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

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

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

This text has shadow with #E9DEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DEFB on black background.


Color preview on white background

This text has color #E9DEFB on white background.



Black color preview on #E9DEFB background

This text has black color on #E9DEFB background.


White color preview on #E9DEFB background

This text has white color on #E9DEFB background.