COLOR #E6D5FB

HEX: #E6D5FB
RGB: (230,213,251)

Color info

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

RGB color model

#E6D5FB color RGB value is (230,213,251).

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

RGB channels and saturation

R 230 of 255 = 90%
G 213 of 255 = 84%
B 251 of 255 = 98%

230
213
251

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

Portions of RGB colors in percentages

R + G + B =
230 + 213 + 251 = 694 (100%)
R 230 of 694 ~ 33.14%
G 213 of 694 ~ 30.69%
B 251 of 694 ~ 36.17%

%33.14
%30.69
%36.17

CMYK color model

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

  • cyan value is 8.37%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,15,0,2)
C8M15Y0K2 
(8%,15%,0%,2%)
(0.08/0.15/0.00/0.02)	

CMYK percentages

%8.37
%15.14
%0
%1.57

Codes

Color #E6D5FB in popluar color models

E6D5FB
RGB230213251
HSL267°82.61%90.98%
HSB/HSV267°15.14%98.43%
CMYK8.37%15.14%0.00%
1.57%

Color #E6D5FB in popluar number systems.

HEXE6D5FB
Decimal230213251
Binary111001101101010111111011
Octal346325373

Shades and tints

Shades of #E6D5FB

#E6D5FB
(230,213,251)
#D2C2E5
(210,194,229)
#BEAFCF
(190,175,207)
#AA9CB9
(170,156,185)
#9689A3
(150,137,163)
#82768D
(130,118,141)
#6E6377
(110,99,119)
#5A5061
(90,80,97)
#463D4B
(70,61,75)
#322A35
(50,42,53)
#1E171F
(30,23,31)
#000000
(0,0,0)

Tints of #E6D5FB

#E6D5FB
(230,213,251)
#E8D8FB
(232,216,251)
#EADBFB
(234,219,251)
#ECDEFB
(236,222,251)
#EEE1FB
(238,225,251)
#F0E4FB
(240,228,251)
#F2E7FB
(242,231,251)
#F4EAFB
(244,234,251)
#F6EDFB
(246,237,251)
#F8F0FB
(248,240,251)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D5FB; }

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

This text font color is #E6D5FB.


Background Color

.myBgColor { background-color: #E6D5FB; }

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

This div background color is #E6D5FB.


Border color

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

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

This div border color is #E6D5FB.


Opacity

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

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

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

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

This text has shadow with #E6D5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5FB on black background.


Color preview on white background

This text has color #E6D5FB on white background.



Black color preview on #E6D5FB background

This text has black color on #E6D5FB background.


White color preview on #E6D5FB background

This text has white color on #E6D5FB background.