COLOR #E8DAED

HEX: #E8DAED
RGB: (232,218,237)

Color info

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

RGB color model

#E8DAED color RGB value is (232,218,237).

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

RGB channels and saturation

R 232 of 255 = 91%
G 218 of 255 = 85%
B 237 of 255 = 93%

232
218
237

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

Portions of RGB colors in percentages

R + G + B =
232 + 218 + 237 = 687 (100%)
R 232 of 687 ~ 33.77%
G 218 of 687 ~ 31.73%
B 237 of 687 ~ 34.5%

%33.77
%31.73
%34.5

CMYK color model

#E8DAED color CMYK value is (2,8,0,7).

  • cyan value is 2.11%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(2,8,0,7)
C2M8Y0K7 
(2%,8%,0%,7%)
(0.02/0.08/0.00/0.07)	

CMYK percentages

%2.11
%8.02
%0
%7.06

Codes

Color #E8DAED in popluar color models

E8DAED
RGB232218237
HSL284°34.55%89.22%
HSB/HSV284°8.02%92.94%
CMYK2.11%8.02%0.00%
7.06%

Color #E8DAED in popluar number systems.

HEXE8DAED
Decimal232218237
Binary111010001101101011101101
Octal350332355

Shades and tints

Shades of #E8DAED

#E8DAED
(232,218,237)
#D3C7D8
(211,199,216)
#BEB4C3
(190,180,195)
#A9A1AE
(169,161,174)
#948E99
(148,142,153)
#7F7B84
(127,123,132)
#6A686F
(106,104,111)
#55555A
(85,85,90)
#404245
(64,66,69)
#2B2F30
(43,47,48)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #E8DAED

#E8DAED
(232,218,237)
#EADDEE
(234,221,238)
#ECE0EF
(236,224,239)
#EEE3F0
(238,227,240)
#F0E6F1
(240,230,241)
#F2E9F2
(242,233,242)
#F4ECF3
(244,236,243)
#F6EFF4
(246,239,244)
#F8F2F5
(248,242,245)
#FAF5F6
(250,245,246)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DAED; }

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

This text font color is #E8DAED.


Background Color

.myBgColor { background-color: #E8DAED; }

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

This div background color is #E8DAED.


Border color

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

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

This div border color is #E8DAED.


Opacity

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

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

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

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

This text has shadow with #E8DAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DAED on black background.


Color preview on white background

This text has color #E8DAED on white background.



Black color preview on #E8DAED background

This text has black color on #E8DAED background.


White color preview on #E8DAED background

This text has white color on #E8DAED background.