COLOR #E6D9EE

HEX: #E6D9EE
RGB: (230,217,238)

Color info

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

RGB color model

#E6D9EE color RGB value is (230,217,238).

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

RGB channels and saturation

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

230
217
238

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

Portions of RGB colors in percentages

R + G + B =
230 + 217 + 238 = 685 (100%)
R 230 of 685 ~ 33.58%
G 217 of 685 ~ 31.68%
B 238 of 685 ~ 34.74%

%33.58
%31.68
%34.74

CMYK color model

#E6D9EE color CMYK value is (3,9,0,7).

  • cyan value is 3.36%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(3,9,0,7)
C3M9Y0K7 
(3%,9%,0%,7%)
(0.03/0.09/0.00/0.07)	

CMYK percentages

%3.36
%8.82
%0
%6.67

Codes

Color #E6D9EE in popluar color models

E6D9EE
RGB230217238
HSL277°38.18%89.22%
HSB/HSV277°8.82%93.33%
CMYK3.36%8.82%0.00%
6.67%

Color #E6D9EE in popluar number systems.

HEXE6D9EE
Decimal230217238
Binary111001101101100111101110
Octal346331356

Shades and tints

Shades of #E6D9EE

#E6D9EE
(230,217,238)
#D2C6D9
(210,198,217)
#BEB3C4
(190,179,196)
#AAA0AF
(170,160,175)
#968D9A
(150,141,154)
#827A85
(130,122,133)
#6E6770
(110,103,112)
#5A545B
(90,84,91)
#464146
(70,65,70)
#322E31
(50,46,49)
#1E1B1C
(30,27,28)
#000000
(0,0,0)

Tints of #E6D9EE

#E6D9EE
(230,217,238)
#E8DCEF
(232,220,239)
#EADFF0
(234,223,240)
#ECE2F1
(236,226,241)
#EEE5F2
(238,229,242)
#F0E8F3
(240,232,243)
#F2EBF4
(242,235,244)
#F4EEF5
(244,238,245)
#F6F1F6
(246,241,246)
#F8F4F7
(248,244,247)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D9EE; }

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

This text font color is #E6D9EE.


Background Color

.myBgColor { background-color: #E6D9EE; }

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

This div background color is #E6D9EE.


Border color

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

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

This div border color is #E6D9EE.


Opacity

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

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

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

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

This text has shadow with #E6D9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D9EE on black background.


Color preview on white background

This text has color #E6D9EE on white background.



Black color preview on #E6D9EE background

This text has black color on #E6D9EE background.


White color preview on #E6D9EE background

This text has white color on #E6D9EE background.