COLOR #E6D5EF

HEX: #E6D5EF
RGB: (230,213,239)

Color info

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

RGB color model

#E6D5EF color RGB value is (230,213,239).

  • red value is 230;
  • green value is 213;
  • blue value is 239.
RGB:
(230,213,239)
(90%,84%,94%)

RGB channels and saturation

R 230 of 255 = 90%
G 213 of 255 = 84%
B 239 of 255 = 94%

230
213
239

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

Portions of RGB colors in percentages

R + G + B =
230 + 213 + 239 = 682 (100%)
R 230 of 682 ~ 33.72%
G 213 of 682 ~ 31.23%
B 239 of 682 ~ 35.04%

%33.72
%31.23
%35.04

CMYK color model

#E6D5EF color CMYK value is (4,11,0,6).

  • cyan value is 3.77%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(4,11,0,6)
C4M11Y0K6 
(4%,11%,0%,6%)
(0.04/0.11/0.00/0.06)	

CMYK percentages

%3.77
%10.88
%0
%6.27

Codes

Color #E6D5EF in popluar color models

E6D5EF
RGB230213239
HSL279°44.83%88.63%
HSB/HSV279°10.88%93.73%
CMYK3.77%10.88%0.00%
6.27%

Color #E6D5EF in popluar number systems.

HEXE6D5EF
Decimal230213239
Binary111001101101010111101111
Octal346325357

Shades and tints

Shades of #E6D5EF

#E6D5EF
(230,213,239)
#D2C2DA
(210,194,218)
#BEAFC5
(190,175,197)
#AA9CB0
(170,156,176)
#96899B
(150,137,155)
#827686
(130,118,134)
#6E6371
(110,99,113)
#5A505C
(90,80,92)
#463D47
(70,61,71)
#322A32
(50,42,50)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #E6D5EF

#E6D5EF
(230,213,239)
#E8D8F0
(232,216,240)
#EADBF1
(234,219,241)
#ECDEF2
(236,222,242)
#EEE1F3
(238,225,243)
#F0E4F4
(240,228,244)
#F2E7F5
(242,231,245)
#F4EAF6
(244,234,246)
#F6EDF7
(246,237,247)
#F8F0F8
(248,240,248)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D5EF color. Also use rgb(230,213,239) instead hex code.

Text Font Color

.myTextColor { color: #E6D5EF; }

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

This text font color is #E6D5EF.


Background Color

.myBgColor { background-color: #E6D5EF; }

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

This div background color is #E6D5EF.


Border color

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

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

This div border color is #E6D5EF.


Opacity

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

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

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

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

This text has shadow with #E6D5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5EF on black background.


Color preview on white background

This text has color #E6D5EF on white background.



Black color preview on #E6D5EF background

This text has black color on #E6D5EF background.


White color preview on #E6D5EF background

This text has white color on #E6D5EF background.