#EABAEC

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

Shades of French Lilac #EABAEC

Tints of French Lilac #EABAEC

Color information

#EABAEC (or 0xEABAEC) is unknown color: approx French Lilac. HEX triplet: EA, BA and EC. RGB value is (234,186,236). Sum of RGB (Red+Green+Blue) = 234+186+236=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #EABAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAEC is #154513. Grayscale: #CDCDCD. Windows color (decimal): -1393940 or 15514346. OLE color: 15514346.

HSL color Cylindrical-coordinate representation of color #EABAEC: hue angle of 297.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABAEC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234186236-
CMYK0.010.2100.07
HSL297.6º56.82%82.75%-
HSV(B)297.6º21.19%92.55%-
XYZ66.6358.6787.17-
YUV206.05144.9147.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 186 (73.05% from 255) = 28.35%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=35.67%
G=28.35%
B=35.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341862360.010.2100.07297.656.8282.75
HexEABAEC1150712a3953
Octal3522723541250745271123
Binary11101010101110101110110011010101111001010101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAEC; }

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

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

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

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

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

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

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

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