#EABAEB

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

Shades of French Lilac #EABAEB

Tints of French Lilac #EABAEB

Color information

#EABAEB (or 0xEABAEB) is unknown color: approx French Lilac. HEX triplet: EA, BA and EB. RGB value is (234,186,235). Sum of RGB (Red+Green+Blue) = 234+186+235=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #EABAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAEB is #154514. Grayscale: #CDCDCD. Windows color (decimal): -1393941 or 15448810. OLE color: 15448810.

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

Color convert

RGB234186235-
CMYK0.000.2100.08
HSL298.78º55.06%82.55%-
HSV(B)298.78º20.85%92.16%-
XYZ66.4958.6186.41-
YUV205.94144.4148.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 186 (73.05% from 255) = 28.40%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=35.73%
G=28.40%
B=35.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341862350.000.2100.08298.7855.0682.55
HexEABAEB0150812b3753
Octal35227235302501045367123
Binary111010101011101011101011010101010001001010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAEB; }

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

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

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

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

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

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

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

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