COLOR #E9DAEA

HEX: #E9DAEA RGB: (233,218,234)

Color info

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

RGB color model

#E9DAEA color RGB value is (233,218,234).

RGB: (233,218,234) (91%, 85%, 92%)

RGB channels and saturation

R 233 of 255 = 91%
G 218 of 255 = 85%
B 234 of 255 = 92%

233
218
234

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

Portions of RGB colors in percentages

R + G + B = 233 + 218 + 234 = 685 (100%)
R 233 of 685 ~ 34.01%
G 218 of 685 ~ 31.82%
B 234 of 685 ~ 34.16'%

%34.01
%31.82
%34.16

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (0,7,0,8) C0M7Y0K8 (0%,7%,0%,8%) (0.00/0.07/0.00/0.08) 

CMYK percentages

%0.43
%6.84
%0
%8.24

Codes

Color #E9DAEA in popluar color models

E9 DA EA
RGB 233 218 234
HSL 296° 27.59% 88.63%
HSB/HSV 296° 6.84% 91.76%
CMYK 0.43% 6.84% 0.00%
8.24%

Color #E9DAEA in popluar number systems.

HEX E9 DA EA
Decimal 233 218 234
Binary 11101001 11011010 11101010
Octal 351 332 352

Shades and tints

Shades of #E9DAEA

#E9DAEA
(233,218,234)
#D4C7D5
(212,199,213)
#BFB4C0
(191,180,192)
#AAA1AB
(170,161,171)
#958E96
(149,142,150)
#807B81
(128,123,129)
#6B686C
(107,104,108)
#565557
(86,85,87)
#414242
(65,66,66)
#2C2F2D
(44,47,45)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #E9DAEA

#E9DAEA
(233,218,234)
#EBDDEB
(235,221,235)
#EDE0EC
(237,224,236)
#EFE3ED
(239,227,237)
#F1E6EE
(241,230,238)
#F3E9EF
(243,233,239)
#F5ECF0
(245,236,240)
#F7EFF1
(247,239,241)
#F9F2F2
(249,242,242)
#FBF5F3
(251,245,243)
#FDF8F4
(253,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DAEA color. Also use rgb(233,218,234) instead hex code.

Text Font Color

.myTextColor { color: #E9DAEA; }

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

This text font color is #E9DAEA.

Background Color

.myBgColor { background-color: #E9DAEA; }

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

This div background color is #E9DAEA.

Border color

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

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

This div border color is #E9DAEA.

Opacity

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

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

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

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

This text has shadow with #E9DAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DAEA.

Preview

Color preview on black background

This text has color #E9DAEA on black background.


Color preview on white background

This text has color #E9DAEA on white background.


Black color preview on #E9DAEA background

This text has black color on #E9DAEA background.


White color preview on #E9DAEA background

This text has white color on #E9DAEA background.


Related colors

Complementary color

Complementary color for #hex is #162515.


I love getcolorcode.com

Triadic colors

1 #EAE9DA and #DAEAE9 with #E9DAEA are triadic colors.

2 #EADAE9 and #DAE9EA with #E9DAEA are triadic colors.