COLOR #E6DAEE

HEX: #E6DAEE
RGB: (230,218,238)

Color info

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

RGB color model

#E6DAEE color RGB value is (230,218,238).

  • red value is 230;
  • green value is 218;
  • blue value is 238.
RGB:
(230,218,238)
(90%,85%,93%)

RGB channels and saturation

R 230 of 255 = 90%
G 218 of 255 = 85%
B 238 of 255 = 93%

230
218
238

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

Portions of RGB colors in percentages

R + G + B =
230 + 218 + 238 = 686 (100%)
R 230 of 686 ~ 33.53%
G 218 of 686 ~ 31.78%
B 238 of 686 ~ 34.69%

%33.53
%31.78
%34.69

CMYK color model

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

  • cyan value is 3.36%
  • 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

%3.36
%8.4
%0
%6.67

Codes

Color #E6DAEE in popluar color models

E6DAEE
RGB230218238
HSL276°37.04%89.41%
HSB/HSV276°8.40%93.33%
CMYK3.36%8.40%0.00%
6.67%

Color #E6DAEE in popluar number systems.

HEXE6DAEE
Decimal230218238
Binary111001101101101011101110
Octal346332356

Shades and tints

Shades of #E6DAEE

#E6DAEE
(230,218,238)
#D2C7D9
(210,199,217)
#BEB4C4
(190,180,196)
#AAA1AF
(170,161,175)
#968E9A
(150,142,154)
#827B85
(130,123,133)
#6E6870
(110,104,112)
#5A555B
(90,85,91)
#464246
(70,66,70)
#322F31
(50,47,49)
#1E1C1C
(30,28,28)
#000000
(0,0,0)

Tints of #E6DAEE

#E6DAEE
(230,218,238)
#E8DDEF
(232,221,239)
#EAE0F0
(234,224,240)
#ECE3F1
(236,227,241)
#EEE6F2
(238,230,242)
#F0E9F3
(240,233,243)
#F2ECF4
(242,236,244)
#F4EFF5
(244,239,245)
#F6F2F6
(246,242,246)
#F8F5F7
(248,245,247)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DAEE; }

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

This text font color is #E6DAEE.


Background Color

.myBgColor { background-color: #E6DAEE; }

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

This div background color is #E6DAEE.


Border color

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

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

This div border color is #E6DAEE.


Opacity

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

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

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

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

This text has shadow with #E6DAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DAEE on black background.


Color preview on white background

This text has color #E6DAEE on white background.



Black color preview on #E6DAEE background

This text has black color on #E6DAEE background.


White color preview on #E6DAEE background

This text has white color on #E6DAEE background.