#E6ACD9

Color #E6ACD9 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #E6ACD9

Tints of French Lilac #E6ACD9

Color information

#E6ACD9 (or 0xE6ACD9) is unknown color: approx French Lilac. HEX triplet: E6, AC and D9. RGB value is (230,172,217). Sum of RGB (Red+Green+Blue) = 230+172+217=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ACD9 is #195326. Grayscale: #C2C2C2. Windows color (decimal): -1659687 or 14265574. OLE color: 14265574.

HSL color Cylindrical-coordinate representation of color #E6ACD9: hue angle of 313.45º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ACD9 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB230172217-
CMYK00.250.060.10
HSL313.45º53.7%78.82%-
HSV(B)313.45º25.22%90.2%-
XYZ59.9151.3472.4-
YUV194.47140.72153.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 37.16%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=37.16%
G=27.79%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017221700.250.060.10313.4553.778.82
HexE6ACD90196A139364f
Octal34625433103161247166117
Binary11100110101011001101100101100111010101001110011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACD9; }

 p { color: rgb(230,172,217); }

 H1.HeaderClassName
 {
   color: #E6ACD9;
 }
 .AnyTagClassName
 {
   color: #E6ACD9;
 }
</style>
background-color css

<style>
 a { background-color: #E6ACD9; }

 a { background-color: rgb(230,172,217); }

 div.DivClassName
 {
   background-color: #E6ACD9;
 }
 .BgClassName
 {
   background-color: #E6ACD9;
 }
</style>
border-color css

<style>
 span { border-color: #E6ACD9; }

 span { border-color: rgb(230,172,217); }

 td.TdClassName
 {
   border-color: #E6ACD9;
 }
 .TagClassName
 {
   border-color: #E6ACD9;
 }
</style>