COLOR #E6D1FF

HEX: #E6D1FF
RGB: (230,209,255)

Color info

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

RGB color model

#E6D1FF color RGB value is (230,209,255).

  • red value is 230;
  • green value is 209;
  • blue value is 255.
RGB:
(230,209,255)
(90%,82%,100%)

RGB channels and saturation

R 230 of 255 = 90%
G 209 of 255 = 82%
B 255 of 255 = 100%

230
209
255

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

Portions of RGB colors in percentages

R + G + B =
230 + 209 + 255 = 694 (100%)
R 230 of 694 ~ 33.14%
G 209 of 694 ~ 30.12%
B 255 of 694 ~ 36.74%

%33.14
%30.12
%36.74

CMYK color model

#E6D1FF color CMYK value is (10,18,0,0).

  • cyan value is 9.80%
  • magenta value is 18.04%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(10,18,0,0)
C10M18Y0K0 
(10%,18%,0%,0%)
(0.10/0.18/0.00/0.00)	

CMYK percentages

%9.8
%18.04
%0
%0

Codes

Color #E6D1FF in popluar color models

E6D1FF
RGB230209255
HSL267°100.00%90.98%
HSB/HSV267°18.04%100.00%
CMYK9.80%18.04%0.00%
0.00%

Color #E6D1FF in popluar number systems.

HEXE6D1FF
Decimal230209255
Binary111001101101000111111111
Octal346321377

Shades and tints

Shades of #E6D1FF

#E6D1FF
(230,209,255)
#D2BEE8
(210,190,232)
#BEABD1
(190,171,209)
#AA98BA
(170,152,186)
#9685A3
(150,133,163)
#82728C
(130,114,140)
#6E5F75
(110,95,117)
#5A4C5E
(90,76,94)
#463947
(70,57,71)
#322630
(50,38,48)
#1E1319
(30,19,25)
#000000
(0,0,0)

Tints of #E6D1FF

#E6D1FF
(230,209,255)
#E8D5FF
(232,213,255)
#EAD9FF
(234,217,255)
#ECDDFF
(236,221,255)
#EEE1FF
(238,225,255)
#F0E5FF
(240,229,255)
#F2E9FF
(242,233,255)
#F4EDFF
(244,237,255)
#F6F1FF
(246,241,255)
#F8F5FF
(248,245,255)
#FAF9FF
(250,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D1FF color. Also use rgb(230,209,255) instead hex code.

Text Font Color

.myTextColor { color: #E6D1FF; }

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

This text font color is #E6D1FF.


Background Color

.myBgColor { background-color: #E6D1FF; }

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

This div background color is #E6D1FF.


Border color

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

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

This div border color is #E6D1FF.


Opacity

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

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

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

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

This text has shadow with #E6D1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D1FF on black background.


Color preview on white background

This text has color #E6D1FF on white background.



Black color preview on #E6D1FF background

This text has black color on #E6D1FF background.


White color preview on #E6D1FF background

This text has white color on #E6D1FF background.