COLOR #E8DAEE

HEX: #E8DAEE RGB: (232,218,238)

Color info

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

RGB color model

#E8DAEE color RGB value is (232,218,238).

RGB: (232,218,238) (91%, 85%, 93%)

RGB channels and saturation

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

232
218
238

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

Portions of RGB colors in percentages

R + G + B = 232 + 218 + 238 = 688 (100%)
R 232 of 688 ~ 33.72%
G 218 of 688 ~ 31.69%
B 238 of 688 ~ 34.59'%

%33.72
%31.69
%34.59

CMYK color model

#E8DAEE color CMYK value is (3,8,0,7).

  • cyan value is 2.52%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (3,8,0,7)
C3M8Y0K7 (3%, 8%, 0%, 7%)
(0.03 / 0.08 / 0.00 / 0.07)

CMYK percentages

%2.52
%8.4
%0
%6.67

Codes

Color #E8DAEE in popluar color models

E8 DA EE
RGB 232 218 238
HSL 282° 37.04% 89.41%
HSB/HSV 282° 8.40% 93.33%
CMYK 2.52% 8.40% 0.00%
6.67%

Color #E8DAEE in popluar number systems.

HEX E8 DA EE
Decimal 232 218 238
Binary 11101000 11011010 11101110
Octal 350 332 356

Shades and tints

Shades of #E8DAEE

#E8DAEE
(232,218,238)
#D3C7D9
(211,199,217)
#BEB4C4
(190,180,196)
#A9A1AF
(169,161,175)
#948E9A
(148,142,154)
#7F7B85
(127,123,133)
#6A6870
(106,104,112)
#55555B
(85,85,91)
#404246
(64,66,70)
#2B2F31
(43,47,49)
#161C1C
(22,28,28)
#000000
(0,0,0)

Tints of #E8DAEE

#E8DAEE
(232,218,238)
#EADDEF
(234,221,239)
#ECE0F0
(236,224,240)
#EEE3F1
(238,227,241)
#F0E6F2
(240,230,242)
#F2E9F3
(242,233,243)
#F4ECF4
(244,236,244)
#F6EFF5
(246,239,245)
#F8F2F6
(248,242,246)
#FAF5F7
(250,245,247)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8DAEE; }

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

This text font color is #E8DAEE.

Background Color

.myBgColor { background-color: #E8DAEE; }

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

This div background color is #E8DAEE.

Border color

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

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

This div border color is #E8DAEE.

Opacity

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

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

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

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

This text has shadow with #E8DAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DAEE.

Preview

Color preview on black background

This text has color #E8DAEE on black background.


Color preview on white background

This text has color #E8DAEE on white background.


Black color preview on #E8DAEE background

This text has black color on #E8DAEE background.


White color preview on #E8DAEE background

This text has white color on #E8DAEE background.


Related colors

Complementary color

Complementary color for #hex is #172511.


I love getcolorcode.com

Triadic colors

1 #EEE8DA and #DAEEE8 with #E8DAEE are triadic colors.

2 #EEDAE8 and #DAE8EE with #E8DAEE are triadic colors.