#E7ACD8

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

Shades of French Lilac #E7ACD8

Tints of French Lilac #E7ACD8

Color information

#E7ACD8 (or 0xE7ACD8) is unknown color: approx French Lilac. HEX triplet: E7, AC and D8. RGB value is (231,172,216). Sum of RGB (Red+Green+Blue) = 231+172+216=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACD8 is #185327. Grayscale: #C2C2C2. Windows color (decimal): -1594152 or 14200039. OLE color: 14200039.

HSL color Cylindrical-coordinate representation of color #E7ACD8: hue angle of 315.25º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7ACD8 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231172216-
CMYK00.260.060.09
HSL315.25º55.14%79.02%-
HSV(B)315.25º25.54%90.59%-
XYZ60.151.4571.73-
YUV194.66140.05153.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.32%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 216 (84.77% from 255) = 34.89%
R=37.32%
G=27.79%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117221600.260.060.09315.2555.1479.02
HexE7ACD801A6913b374f
Octal34725433003261147367117
Binary11100111101011001101100001101011010011001110111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACD8; }

 p { color: rgb(231,172,216); }

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

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

 a { background-color: rgb(231,172,216); }

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

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

 span { border-color: rgb(231,172,216); }

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