#E0ABDB

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

Shades of French Lilac #E0ABDB

Tints of French Lilac #E0ABDB

Color information

#E0ABDB (or 0xE0ABDB) is unknown color: approx French Lilac. HEX triplet: E0, AB and DB. RGB value is (224,171,219). Sum of RGB (Red+Green+Blue) = 224+171+219=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ABDB is #1F5424. Grayscale: #C0C0C0. Windows color (decimal): -2053157 or 14396384. OLE color: 14396384.

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

Color convert

RGB224171219-
CMYK00.240.020.12
HSL305.66º46.09%77.45%-
HSV(B)305.66º23.66%87.84%-
XYZ58.0950.0973.62-
YUV192.32143.06150.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.48%
GREEN value IS 171 (67.19% from 255) = 27.85%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=36.48%
G=27.85%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417121900.240.020.12305.6646.0977.45
HexE0ABDB0182C1322e4d
Octal34025333303021446256115
Binary1110000010101011110110110110001011001001100101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ABDB; }

 p { color: rgb(224,171,219); }

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

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

 a { background-color: rgb(224,171,219); }

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

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

 span { border-color: rgb(224,171,219); }

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