COLOR #E6D8EA

HEX: #E6D8EA
RGB: (230,216,234)

Color info

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

RGB color model

#E6D8EA color RGB value is (230,216,234).

  • red value is 230;
  • green value is 216;
  • blue value is 234.
RGB:
(230,216,234)
(90%,85%,92%)

RGB channels and saturation

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

230
216
234

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

Portions of RGB colors in percentages

R + G + B =
230 + 216 + 234 = 680 (100%)
R 230 of 680 ~ 33.82%
G 216 of 680 ~ 31.76%
B 234 of 680 ~ 34.41%

%33.82
%31.76
%34.41

CMYK color model

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

  • cyan value is 1.71%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(2,8,0,8)
C2M8Y0K8 
(2%,8%,0%,8%)
(0.02/0.08/0.00/0.08)	

CMYK percentages

%1.71
%7.69
%0
%8.24

Codes

Color #E6D8EA in popluar color models

E6D8EA
RGB230216234
HSL287°30.00%88.24%
HSB/HSV287°7.69%91.76%
CMYK1.71%7.69%0.00%
8.24%

Color #E6D8EA in popluar number systems.

HEXE6D8EA
Decimal230216234
Binary111001101101100011101010
Octal346330352

Shades and tints

Shades of #E6D8EA

#E6D8EA
(230,216,234)
#D2C5D5
(210,197,213)
#BEB2C0
(190,178,192)
#AA9FAB
(170,159,171)
#968C96
(150,140,150)
#827981
(130,121,129)
#6E666C
(110,102,108)
#5A5357
(90,83,87)
#464042
(70,64,66)
#322D2D
(50,45,45)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #E6D8EA

#E6D8EA
(230,216,234)
#E8DBEB
(232,219,235)
#EADEEC
(234,222,236)
#ECE1ED
(236,225,237)
#EEE4EE
(238,228,238)
#F0E7EF
(240,231,239)
#F2EAF0
(242,234,240)
#F4EDF1
(244,237,241)
#F6F0F2
(246,240,242)
#F8F3F3
(248,243,243)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D8EA; }

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

This text font color is #E6D8EA.


Background Color

.myBgColor { background-color: #E6D8EA; }

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

This div background color is #E6D8EA.


Border color

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

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

This div border color is #E6D8EA.


Opacity

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

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

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

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

This text has shadow with #E6D8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D8EA on black background.


Color preview on white background

This text has color #E6D8EA on white background.



Black color preview on #E6D8EA background

This text has black color on #E6D8EA background.


White color preview on #E6D8EA background

This text has white color on #E6D8EA background.