#EABBEA

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

Shades of French Lilac #EABBEA

Tints of French Lilac #EABBEA

Color information

#EABBEA (or 0xEABBEA) is unknown color: approx French Lilac. HEX triplet: EA, BB and EA. RGB value is (234,187,234). Sum of RGB (Red+Green+Blue) = 234+187+234=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EABBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBEA is #154415. Grayscale: #CECECE. Windows color (decimal): -1393686 or 15383530. OLE color: 15383530.

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

Color convert

RGB234187234-
CMYK00.2000.08
HSL300º52.81%82.55%-
HSV(B)300º20.09%91.76%-
XYZ66.5558.9785.72-
YUV206.41143.57147.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 187 (73.44% from 255) = 28.55%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=35.73%
G=28.55%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418723400.2000.0830052.8182.55
HexEABBEA0140812c3553
Octal35227335202401045465123
Binary111010101011101111101010010100010001001011001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBEA; }

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

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

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

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

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

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

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

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