COLOR #E6D4EF

HEX: #E6D4EF
RGB: (230,212,239)

Color info

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

RGB color model

#E6D4EF color RGB value is (230,212,239).

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

RGB channels and saturation

R 230 of 255 = 90%
G 212 of 255 = 83%
B 239 of 255 = 94%

230
212
239

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

Portions of RGB colors in percentages

R + G + B =
230 + 212 + 239 = 681 (100%)
R 230 of 681 ~ 33.77%
G 212 of 681 ~ 31.13%
B 239 of 681 ~ 35.1%

%33.77
%31.13
%35.1

CMYK color model

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

  • cyan value is 3.77%
  • magenta value is 11.30%
  • 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
%11.3
%0
%6.27

Codes

Color #E6D4EF in popluar color models

E6D4EF
RGB230212239
HSL280°45.76%88.43%
HSB/HSV280°11.30%93.73%
CMYK3.77%11.30%0.00%
6.27%

Color #E6D4EF in popluar number systems.

HEXE6D4EF
Decimal230212239
Binary111001101101010011101111
Octal346324357

Shades and tints

Shades of #E6D4EF

#E6D4EF
(230,212,239)
#D2C1DA
(210,193,218)
#BEAEC5
(190,174,197)
#AA9BB0
(170,155,176)
#96889B
(150,136,155)
#827586
(130,117,134)
#6E6271
(110,98,113)
#5A4F5C
(90,79,92)
#463C47
(70,60,71)
#322932
(50,41,50)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #E6D4EF

#E6D4EF
(230,212,239)
#E8D7F0
(232,215,240)
#EADAF1
(234,218,241)
#ECDDF2
(236,221,242)
#EEE0F3
(238,224,243)
#F0E3F4
(240,227,244)
#F2E6F5
(242,230,245)
#F4E9F6
(244,233,246)
#F6ECF7
(246,236,247)
#F8EFF8
(248,239,248)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D4EF; }

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

This text font color is #E6D4EF.


Background Color

.myBgColor { background-color: #E6D4EF; }

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

This div background color is #E6D4EF.


Border color

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

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

This div border color is #E6D4EF.


Opacity

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

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

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

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

This text has shadow with #E6D4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D4EF on black background.


Color preview on white background

This text has color #E6D4EF on white background.



Black color preview on #E6D4EF background

This text has black color on #E6D4EF background.


White color preview on #E6D4EF background

This text has white color on #E6D4EF background.