COLOR #E6DAEA

HEX: #E6DAEA RGB: (230,218,234)

Color info

#E6DAEA contains red, green and blue colors in about the same proportion. Web safe color of #E6DAEA is #CCCCFF (or #CCF).

RGB color model

#E6DAEA color RGB value is (230,218,234).

RGB: (230,218,234) (90%, 85%, 92%)

RGB channels and saturation

R 230 of 255 = 90%
G 218 of 255 = 85%
B 234 of 255 = 92%

230
218
234

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

Portions of RGB colors in percentages

R + G + B = 230 + 218 + 234 = 682 (100%)
R 230 of 682 ~ 33.72%
G 218 of 682 ~ 31.96%
B 234 of 682 ~ 34.31'%

%33.72
%31.96
%34.31

CMYK color model

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

  • cyan value is 1.71%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (2,7,0,8)
C2M7Y0K8 (2%, 7%, 0%, 8%)
(0.02 / 0.07 / 0.00 / 0.08)

CMYK percentages

%1.71
%6.84
%0
%8.24

Codes

Color #E6DAEA in popluar color models

E6 DA EA
RGB 230 218 234
HSL 285° 27.59% 88.63%
HSB/HSV 285° 6.84% 91.76%
CMYK 1.71% 6.84% 0.00%
8.24%

Color #E6DAEA in popluar number systems.

HEX E6 DA EA
Decimal 230 218 234
Binary 11100110 11011010 11101010
Octal 346 332 352

Shades and tints

Shades of #E6DAEA

#E6DAEA
(230,218,234)
#D2C7D5
(210,199,213)
#BEB4C0
(190,180,192)
#AAA1AB
(170,161,171)
#968E96
(150,142,150)
#827B81
(130,123,129)
#6E686C
(110,104,108)
#5A5557
(90,85,87)
#464242
(70,66,66)
#322F2D
(50,47,45)
#1E1C18
(30,28,24)
#000000
(0,0,0)

Tints of #E6DAEA

#E6DAEA
(230,218,234)
#E8DDEB
(232,221,235)
#EAE0EC
(234,224,236)
#ECE3ED
(236,227,237)
#EEE6EE
(238,230,238)
#F0E9EF
(240,233,239)
#F2ECF0
(242,236,240)
#F4EFF1
(244,239,241)
#F6F2F2
(246,242,242)
#F8F5F3
(248,245,243)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DAEA; }

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

This text font color is #E6DAEA.

Background Color

.myBgColor { background-color: #E6DAEA; }

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

This div background color is #E6DAEA.

Border color

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

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

This div border color is #E6DAEA.

Opacity

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

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

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

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

This text has shadow with #E6DAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DAEA.

Preview

Color preview on black background

This text has color #E6DAEA on black background.


Color preview on white background

This text has color #E6DAEA on white background.


Black color preview on #E6DAEA background

This text has black color on #E6DAEA background.


White color preview on #E6DAEA background

This text has white color on #E6DAEA background.


Related colors

Complementary color

Complementary color for #hex is #192515.


I love getcolorcode.com

Triadic colors

1 #EAE6DA and #DAEAE6 with #E6DAEA are triadic colors.

2 #EADAE6 and #DAE6EA with #E6DAEA are triadic colors.