COLOR #E6D5EC

HEX: #E6D5EC
RGB: (230,213,236)

Color info

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

RGB color model

#E6D5EC color RGB value is (230,213,236).

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

RGB channels and saturation

R 230 of 255 = 90%
G 213 of 255 = 84%
B 236 of 255 = 93%

230
213
236

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

Portions of RGB colors in percentages

R + G + B =
230 + 213 + 236 = 679 (100%)
R 230 of 679 ~ 33.87%
G 213 of 679 ~ 31.37%
B 236 of 679 ~ 34.76%

%33.87
%31.37
%34.76

CMYK color model

#E6D5EC color CMYK value is (3,10,0,7).

  • cyan value is 2.54%
  • magenta value is 9.75%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(3,10,0,7)
C3M10Y0K7 
(3%,10%,0%,7%)
(0.03/0.10/0.00/0.07)	

CMYK percentages

%2.54
%9.75
%0
%7.45

Codes

Color #E6D5EC in popluar color models

E6D5EC
RGB230213236
HSL284°37.70%88.04%
HSB/HSV284°9.75%92.55%
CMYK2.54%9.75%0.00%
7.45%

Color #E6D5EC in popluar number systems.

HEXE6D5EC
Decimal230213236
Binary111001101101010111101100
Octal346325354

Shades and tints

Shades of #E6D5EC

#E6D5EC
(230,213,236)
#D2C2D7
(210,194,215)
#BEAFC2
(190,175,194)
#AA9CAD
(170,156,173)
#968998
(150,137,152)
#827683
(130,118,131)
#6E636E
(110,99,110)
#5A5059
(90,80,89)
#463D44
(70,61,68)
#322A2F
(50,42,47)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #E6D5EC

#E6D5EC
(230,213,236)
#E8D8ED
(232,216,237)
#EADBEE
(234,219,238)
#ECDEEF
(236,222,239)
#EEE1F0
(238,225,240)
#F0E4F1
(240,228,241)
#F2E7F2
(242,231,242)
#F4EAF3
(244,234,243)
#F6EDF4
(246,237,244)
#F8F0F5
(248,240,245)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D5EC; }

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

This text font color is #E6D5EC.


Background Color

.myBgColor { background-color: #E6D5EC; }

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

This div background color is #E6D5EC.


Border color

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

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

This div border color is #E6D5EC.


Opacity

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

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

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

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

This text has shadow with #E6D5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5EC on black background.


Color preview on white background

This text has color #E6D5EC on white background.



Black color preview on #E6D5EC background

This text has black color on #E6D5EC background.


White color preview on #E6D5EC background

This text has white color on #E6D5EC background.