#EAB9EB

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

Shades of French Lilac #EAB9EB

Tints of French Lilac #EAB9EB

Color information

#EAB9EB (or 0xEAB9EB) is unknown color: approx French Lilac. HEX triplet: EA, B9 and EB. RGB value is (234,185,235). Sum of RGB (Red+Green+Blue) = 234+185+235=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAB9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9EB is #154614. Grayscale: #CDCDCD. Windows color (decimal): -1394197 or 15448554. OLE color: 15448554.

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

Color convert

RGB234185235-
CMYK0.000.2100.08
HSL298.8º55.56%82.35%-
HSV(B)298.8º21.28%92.16%-
XYZ66.2858.1986.34-
YUV205.35144.73148.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 185 (72.66% from 255) = 28.29%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=35.78%
G=28.29%
B=35.93%

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
Decimal2341852350.000.2100.08298.855.5682.35
HexEAB9EB0150812b3852
Octal35227135302501045370122
Binary111010101011100111101011010101010001001010111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9EB; }

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

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

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

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

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

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

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

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