#E1ACDB

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

Shades of French Lilac #E1ACDB

Tints of French Lilac #E1ACDB

Color information

#E1ACDB (or 0xE1ACDB) is unknown color: approx French Lilac. HEX triplet: E1, AC and DB. RGB value is (225,172,219). Sum of RGB (Red+Green+Blue) = 225+172+219=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACDB is #1E5324. Grayscale: #C1C1C1. Windows color (decimal): -1987365 or 14396641. OLE color: 14396641.

HSL color Cylindrical-coordinate representation of color #E1ACDB: hue angle of 306.79º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACDB is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225172219-
CMYK00.240.030.12
HSL306.79º46.9%77.84%-
HSV(B)306.79º23.56%88.24%-
XYZ58.5950.6373.7-
YUV193.2142.56150.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.53%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 219 (85.94% from 255) = 35.55%
R=36.53%
G=27.92%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517221900.240.030.12306.7946.977.84
HexE1ACDB0183C1332f4e
Octal34125433303031446357116
Binary1110000110101100110110110110001111001001100111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACDB; }

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

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

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

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

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

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

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

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