COLOR #E6D1F1

HEX: #E6D1F1
RGB: (230,209,241)

Color info

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

RGB color model

#E6D1F1 color RGB value is (230,209,241).

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

RGB channels and saturation

R 230 of 255 = 90%
G 209 of 255 = 82%
B 241 of 255 = 95%

230
209
241

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

Portions of RGB colors in percentages

R + G + B =
230 + 209 + 241 = 680 (100%)
R 230 of 680 ~ 33.82%
G 209 of 680 ~ 30.74%
B 241 of 680 ~ 35.44%

%33.82
%30.74
%35.44

CMYK color model

#E6D1F1 color CMYK value is (5,13,0,5).

  • cyan value is 4.56%
  • magenta value is 13.28%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(5,13,0,5)
C5M13Y0K5 
(5%,13%,0%,5%)
(0.05/0.13/0.00/0.05)	

CMYK percentages

%4.56
%13.28
%0
%5.49

Codes

Color #E6D1F1 in popluar color models

E6D1F1
RGB230209241
HSL279°53.33%88.24%
HSB/HSV279°13.28%94.51%
CMYK4.56%13.28%0.00%
5.49%

Color #E6D1F1 in popluar number systems.

HEXE6D1F1
Decimal230209241
Binary111001101101000111110001
Octal346321361

Shades and tints

Shades of #E6D1F1

#E6D1F1
(230,209,241)
#D2BEDC
(210,190,220)
#BEABC7
(190,171,199)
#AA98B2
(170,152,178)
#96859D
(150,133,157)
#827288
(130,114,136)
#6E5F73
(110,95,115)
#5A4C5E
(90,76,94)
#463949
(70,57,73)
#322634
(50,38,52)
#1E131F
(30,19,31)
#000000
(0,0,0)

Tints of #E6D1F1

#E6D1F1
(230,209,241)
#E8D5F2
(232,213,242)
#EAD9F3
(234,217,243)
#ECDDF4
(236,221,244)
#EEE1F5
(238,225,245)
#F0E5F6
(240,229,246)
#F2E9F7
(242,233,247)
#F4EDF8
(244,237,248)
#F6F1F9
(246,241,249)
#F8F5FA
(248,245,250)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D1F1; }

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

This text font color is #E6D1F1.


Background Color

.myBgColor { background-color: #E6D1F1; }

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

This div background color is #E6D1F1.


Border color

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

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

This div border color is #E6D1F1.


Opacity

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

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

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

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

This text has shadow with #E6D1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D1F1 on black background.


Color preview on white background

This text has color #E6D1F1 on white background.



Black color preview on #E6D1F1 background

This text has black color on #E6D1F1 background.


White color preview on #E6D1F1 background

This text has white color on #E6D1F1 background.