#E7ACDB

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

Shades of French Lilac #E7ACDB

Tints of French Lilac #E7ACDB

Color information

#E7ACDB (or 0xE7ACDB) is unknown color: approx French Lilac. HEX triplet: E7, AC and DB. RGB value is (231,172,219). Sum of RGB (Red+Green+Blue) = 231+172+219=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACDB is #185324. Grayscale: #C2C2C2. Windows color (decimal): -1594149 or 14396647. OLE color: 14396647.

HSL color Cylindrical-coordinate representation of color #E7ACDB: hue angle of 312.2º 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 #E7ACDB is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231172219-
CMYK00.260.050.09
HSL312.2º55.14%79.02%-
HSV(B)312.2º25.54%90.59%-
XYZ60.4951.6173.79-
YUV195141.55153.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.14%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 219 (85.94% from 255) = 35.21%
R=37.14%
G=27.65%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117221900.260.050.09312.255.1479.02
HexE7ACDB01A59138374f
Octal34725433303251147067117
Binary11100111101011001101101101101010110011001110001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACDB; }

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

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

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

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

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

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

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

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