COLOR #E8DAEB

HEX: #E8DAEB
RGB: (232,218,235)

Color info

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

RGB color model

#E8DAEB color RGB value is (232,218,235).

  • red value is 232;
  • green value is 218;
  • blue value is 235.
RGB:
(232,218,235)
(91%,85%,92%)

RGB channels and saturation

R 232 of 255 = 91%
G 218 of 255 = 85%
B 235 of 255 = 92%

232
218
235

R + G + B ~ 89%. #E8DAEB is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 218 + 235 = 685 (100%)
R 232 of 685 ~ 33.87%
G 218 of 685 ~ 31.82%
B 235 of 685 ~ 34.31%

%33.87
%31.82
%34.31

CMYK color model

#E8DAEB color CMYK value is (1,7,0,8).

  • cyan value is 1.28%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,7,0,8)
C1M7Y0K8 
(1%,7%,0%,8%)
(0.01/0.07/0.00/0.08)	

CMYK percentages

%1.28
%7.23
%0
%7.84

Codes

Color #E8DAEB in popluar color models

E8DAEB
RGB232218235
HSL289°29.82%88.82%
HSB/HSV289°7.23%92.16%
CMYK1.28%7.23%0.00%
7.84%

Color #E8DAEB in popluar number systems.

HEXE8DAEB
Decimal232218235
Binary111010001101101011101011
Octal350332353

Shades and tints

Shades of #E8DAEB

#E8DAEB
(232,218,235)
#D3C7D6
(211,199,214)
#BEB4C1
(190,180,193)
#A9A1AC
(169,161,172)
#948E97
(148,142,151)
#7F7B82
(127,123,130)
#6A686D
(106,104,109)
#555558
(85,85,88)
#404243
(64,66,67)
#2B2F2E
(43,47,46)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #E8DAEB

#E8DAEB
(232,218,235)
#EADDEC
(234,221,236)
#ECE0ED
(236,224,237)
#EEE3EE
(238,227,238)
#F0E6EF
(240,230,239)
#F2E9F0
(242,233,240)
#F4ECF1
(244,236,241)
#F6EFF2
(246,239,242)
#F8F2F3
(248,242,243)
#FAF5F4
(250,245,244)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DAEB color. Also use rgb(232,218,235) instead hex code.

Text Font Color

.myTextColor { color: #E8DAEB; }

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

This text font color is #E8DAEB.


Background Color

.myBgColor { background-color: #E8DAEB; }

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

This div background color is #E8DAEB.


Border color

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

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

This div border color is #E8DAEB.


Opacity

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

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

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

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

This text has shadow with #E8DAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DAEB on black background.


Color preview on white background

This text has color #E8DAEB on white background.



Black color preview on #E8DAEB background

This text has black color on #E8DAEB background.


White color preview on #E8DAEB background

This text has white color on #E8DAEB background.