COLOR #E6D9FA

HEX: #E6D9FA RGB: (230,217,250)

Color info

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

RGB color model

#E6D9FA color RGB value is (230,217,250).

RGB: (230,217,250) (90%, 85%, 98%)

RGB channels and saturation

R 230 of 255 = 90%
G 217 of 255 = 85%
B 250 of 255 = 98%

230
217
250

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

Portions of RGB colors in percentages

R + G + B = 230 + 217 + 250 = 697 (100%)
R 230 of 697 ~ 33%
G 217 of 697 ~ 31.13%
B 250 of 697 ~ 35.87'%

%33
%31.13
%35.87

CMYK color model

#E6D9FA color CMYK value is (8,13,0,2).

  • cyan value is 8.00%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (8,13,0,2)
C8M13Y0K2 (8%, 13%, 0%, 2%)
(0.08 / 0.13 / 0.00 / 0.02)

CMYK percentages

%8
%13.2
%0
%1.96

Codes

Color #E6D9FA in popluar color models

E6 D9 FA
RGB 230 217 250
HSL 264° 76.74% 91.57%
HSB/HSV 264° 13.20% 98.04%
CMYK 8.00% 13.20% 0.00%
1.96%

Color #E6D9FA in popluar number systems.

HEX E6 D9 FA
Decimal 230 217 250
Binary 11100110 11011001 11111010
Octal 346 331 372

Shades and tints

Shades of #E6D9FA

#E6D9FA
(230,217,250)
#D2C6E4
(210,198,228)
#BEB3CE
(190,179,206)
#AAA0B8
(170,160,184)
#968DA2
(150,141,162)
#827A8C
(130,122,140)
#6E6776
(110,103,118)
#5A5460
(90,84,96)
#46414A
(70,65,74)
#322E34
(50,46,52)
#1E1B1E
(30,27,30)
#000000
(0,0,0)

Tints of #E6D9FA

#E6D9FA
(230,217,250)
#E8DCFA
(232,220,250)
#EADFFA
(234,223,250)
#ECE2FA
(236,226,250)
#EEE5FA
(238,229,250)
#F0E8FA
(240,232,250)
#F2EBFA
(242,235,250)
#F4EEFA
(244,238,250)
#F6F1FA
(246,241,250)
#F8F4FA
(248,244,250)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D9FA color. Also use rgb(230,217,250) instead hex code.

Text Font Color

.myTextColor { color: #E6D9FA; }

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

This text font color is #E6D9FA.

Background Color

.myBgColor { background-color: #E6D9FA; }

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

This div background color is #E6D9FA.

Border color

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

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

This div border color is #E6D9FA.

Opacity

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

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

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

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

This text has shadow with #E6D9FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D9FA.

Preview

Color preview on black background

This text has color #E6D9FA on black background.


Color preview on white background

This text has color #E6D9FA on white background.


Black color preview on #E6D9FA background

This text has black color on #E6D9FA background.


White color preview on #E6D9FA background

This text has white color on #E6D9FA background.


Related colors

Complementary color

Complementary color for #hex is #192605.


I love getcolorcode.com

Triadic colors

1 #FAE6D9 and #D9FAE6 with #E6D9FA are triadic colors.

2 #FAD9E6 and #D9E6FA with #E6D9FA are triadic colors.