COLOR #E6D5FD

HEX: #E6D5FD
RGB: (230,213,253)

Color info

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

RGB color model

#E6D5FD color RGB value is (230,213,253).

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

RGB channels and saturation

R 230 of 255 = 90%
G 213 of 255 = 84%
B 253 of 255 = 99%

230
213
253

R + G + B ~ 91%. #E6D5FD is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 213 + 253 = 696 (100%)
R 230 of 696 ~ 33.05%
G 213 of 696 ~ 30.6%
B 253 of 696 ~ 36.35%

%33.05
%30.6
%36.35

CMYK color model

#E6D5FD color CMYK value is (9,16,0,1).

  • cyan value is 9.09%
  • magenta value is 15.81%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,16,0,1)
C9M16Y0K1 
(9%,16%,0%,1%)
(0.09/0.16/0.00/0.01)	

CMYK percentages

%9.09
%15.81
%0
%0.78

Codes

Color #E6D5FD in popluar color models

E6D5FD
RGB230213253
HSL266°90.91%91.37%
HSB/HSV266°15.81%99.22%
CMYK9.09%15.81%0.00%
0.78%

Color #E6D5FD in popluar number systems.

HEXE6D5FD
Decimal230213253
Binary111001101101010111111101
Octal346325375

Shades and tints

Shades of #E6D5FD

#E6D5FD
(230,213,253)
#D2C2E6
(210,194,230)
#BEAFCF
(190,175,207)
#AA9CB8
(170,156,184)
#9689A1
(150,137,161)
#82768A
(130,118,138)
#6E6373
(110,99,115)
#5A505C
(90,80,92)
#463D45
(70,61,69)
#322A2E
(50,42,46)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6D5FD

#E6D5FD
(230,213,253)
#E8D8FD
(232,216,253)
#EADBFD
(234,219,253)
#ECDEFD
(236,222,253)
#EEE1FD
(238,225,253)
#F0E4FD
(240,228,253)
#F2E7FD
(242,231,253)
#F4EAFD
(244,234,253)
#F6EDFD
(246,237,253)
#F8F0FD
(248,240,253)
#FAF3FD
(250,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D5FD; }

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

This text font color is #E6D5FD.


Background Color

.myBgColor { background-color: #E6D5FD; }

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

This div background color is #E6D5FD.


Border color

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

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

This div border color is #E6D5FD.


Opacity

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

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

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

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

This text has shadow with #E6D5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5FD on black background.


Color preview on white background

This text has color #E6D5FD on white background.



Black color preview on #E6D5FD background

This text has black color on #E6D5FD background.


White color preview on #E6D5FD background

This text has white color on #E6D5FD background.