COLOR #E6D5EB

HEX: #E6D5EB
RGB: (230,213,235)

Color info

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

RGB color model

#E6D5EB color RGB value is (230,213,235).

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

RGB channels and saturation

R 230 of 255 = 90%
G 213 of 255 = 84%
B 235 of 255 = 92%

230
213
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 213 + 235 = 678 (100%)
R 230 of 678 ~ 33.92%
G 213 of 678 ~ 31.42%
B 235 of 678 ~ 34.66%

%33.92
%31.42
%34.66

CMYK color model

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

  • cyan value is 2.13%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,9,0,8)
C2M9Y0K8 
(2%,9%,0%,8%)
(0.02/0.09/0.00/0.08)	

CMYK percentages

%2.13
%9.36
%0
%7.84

Codes

Color #E6D5EB in popluar color models

E6D5EB
RGB230213235
HSL286°35.48%87.84%
HSB/HSV286°9.36%92.16%
CMYK2.13%9.36%0.00%
7.84%

Color #E6D5EB in popluar number systems.

HEXE6D5EB
Decimal230213235
Binary111001101101010111101011
Octal346325353

Shades and tints

Shades of #E6D5EB

#E6D5EB
(230,213,235)
#D2C2D6
(210,194,214)
#BEAFC1
(190,175,193)
#AA9CAC
(170,156,172)
#968997
(150,137,151)
#827682
(130,118,130)
#6E636D
(110,99,109)
#5A5058
(90,80,88)
#463D43
(70,61,67)
#322A2E
(50,42,46)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #E6D5EB

#E6D5EB
(230,213,235)
#E8D8EC
(232,216,236)
#EADBED
(234,219,237)
#ECDEEE
(236,222,238)
#EEE1EF
(238,225,239)
#F0E4F0
(240,228,240)
#F2E7F1
(242,231,241)
#F4EAF2
(244,234,242)
#F6EDF3
(246,237,243)
#F8F0F4
(248,240,244)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D5EB; }

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

This text font color is #E6D5EB.


Background Color

.myBgColor { background-color: #E6D5EB; }

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

This div background color is #E6D5EB.


Border color

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

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

This div border color is #E6D5EB.


Opacity

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

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

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

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

This text has shadow with #E6D5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5EB on black background.


Color preview on white background

This text has color #E6D5EB on white background.



Black color preview on #E6D5EB background

This text has black color on #E6D5EB background.


White color preview on #E6D5EB background

This text has white color on #E6D5EB background.