COLOR #E6D4EB

HEX: #E6D4EB
RGB: (230,212,235)

Color info

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

RGB color model

#E6D4EB color RGB value is (230,212,235).

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

RGB channels and saturation

R 230 of 255 = 90%
G 212 of 255 = 83%
B 235 of 255 = 92%

230
212
235

R + G + B ~ 88%. #E6D4EB is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 212 + 235 = 677 (100%)
R 230 of 677 ~ 33.97%
G 212 of 677 ~ 31.31%
B 235 of 677 ~ 34.71%

%33.97
%31.31
%34.71

CMYK color model

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

  • cyan value is 2.13%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,10,0,8)
C2M10Y0K8 
(2%,10%,0%,8%)
(0.02/0.10/0.00/0.08)	

CMYK percentages

%2.13
%9.79
%0
%7.84

Codes

Color #E6D4EB in popluar color models

E6D4EB
RGB230212235
HSL287°36.51%87.65%
HSB/HSV287°9.79%92.16%
CMYK2.13%9.79%0.00%
7.84%

Color #E6D4EB in popluar number systems.

HEXE6D4EB
Decimal230212235
Binary111001101101010011101011
Octal346324353

Shades and tints

Shades of #E6D4EB

#E6D4EB
(230,212,235)
#D2C1D6
(210,193,214)
#BEAEC1
(190,174,193)
#AA9BAC
(170,155,172)
#968897
(150,136,151)
#827582
(130,117,130)
#6E626D
(110,98,109)
#5A4F58
(90,79,88)
#463C43
(70,60,67)
#32292E
(50,41,46)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #E6D4EB

#E6D4EB
(230,212,235)
#E8D7EC
(232,215,236)
#EADAED
(234,218,237)
#ECDDEE
(236,221,238)
#EEE0EF
(238,224,239)
#F0E3F0
(240,227,240)
#F2E6F1
(242,230,241)
#F4E9F2
(244,233,242)
#F6ECF3
(246,236,243)
#F8EFF4
(248,239,244)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D4EB; }

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

This text font color is #E6D4EB.


Background Color

.myBgColor { background-color: #E6D4EB; }

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

This div background color is #E6D4EB.


Border color

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

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

This div border color is #E6D4EB.


Opacity

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

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

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

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

This text has shadow with #E6D4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D4EB on black background.


Color preview on white background

This text has color #E6D4EB on white background.



Black color preview on #E6D4EB background

This text has black color on #E6D4EB background.


White color preview on #E6D4EB background

This text has white color on #E6D4EB background.