#EABAEA

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

Shades of French Lilac #EABAEA

Tints of French Lilac #EABAEA

Color information

#EABAEA (or 0xEABAEA) is unknown color: approx French Lilac. HEX triplet: EA, BA and EA. RGB value is (234,186,234). Sum of RGB (Red+Green+Blue) = 234+186+234=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EABAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAEA is #154515. Grayscale: #CDCDCD. Windows color (decimal): -1393942 or 15383274. OLE color: 15383274.

HSL color Cylindrical-coordinate representation of color #EABAEA: hue angle of 300º 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 #EABAEA is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234186234-
CMYK00.2100.08
HSL300º53.33%82.35%-
HSV(B)300º20.51%91.76%-
XYZ66.3458.5585.65-
YUV205.82143.9148.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 186 (73.05% from 255) = 28.44%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=35.78%
G=28.44%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418623400.2100.0830053.3382.35
HexEABAEA0150812c3552
Octal35227235202501045465122
Binary111010101011101011101010010101010001001011001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAEA; }

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

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

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

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

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

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

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

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