#E5ACDB

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

Shades of French Lilac #E5ACDB

Tints of French Lilac #E5ACDB

Color information

#E5ACDB (or 0xE5ACDB) is unknown color: approx French Lilac. HEX triplet: E5, AC and DB. RGB value is (229,172,219). Sum of RGB (Red+Green+Blue) = 229+172+219=620 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.94% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACDB is #1A5324. Grayscale: #C2C2C2. Windows color (decimal): -1725221 or 14396645. OLE color: 14396645.

HSL color Cylindrical-coordinate representation of color #E5ACDB: hue angle of 310.53º degrees, saturation: 0.52, 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 #E5ACDB is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229172219-
CMYK00.250.040.10
HSL310.53º52.29%78.63%-
HSV(B)310.53º24.89%89.8%-
XYZ59.8551.2873.76-
YUV194.4141.88152.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.94%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=36.94%
G=27.74%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917221900.250.040.10310.5352.2978.63
HexE5ACDB0194A137344f
Octal34525433303141246764117
Binary11100101101011001101101101100110010101001101111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ACDB; }

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

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

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

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

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

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

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

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