#eabae9

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

Shades of French Lilac #EABAE9

Tints of French Lilac #EABAE9

Color information

#EABAE9 (or 0xEABAE9) is unknown color: approx French Lilac. HEX triplet: EA, BA and E9. RGB value is (234,186,233). Sum of RGB (Red+Green+Blue) = 234+186+233=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAE9 is #154516. Grayscale: #CDCDCD. Windows color (decimal): -1393943 or 15317738. OLE color: 15317738.

HSL color Cylindrical-coordinate representation of color #EABAE9: hue angle of 301.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABAE9 is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB234186233-
CMYK00.210.000.08
HSL301.25º53.33%82.35%-
HSV(B)301.25º20.51%91.76%-
XYZ66.258.4984.89-
YUV205.71143.4148.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 186 (73.05% from 255) = 28.48%
BLUE value IS 233 (91.41% from 255) = 35.68%
R=35.83%
G=28.48%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418623300.210.000.08301.2553.3382.35
HexEABAE90150812d3552
Octal35227235102501045565122
Binary111010101011101011101001010101010001001011011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eabae9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eabae9; }

 p { color: rgb(234,186,233); }

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

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

 a { background-color: rgb(234,186,233); }

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

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

 span { border-color: rgb(234,186,233); }

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