#EABBEB

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

Shades of French Lilac #EABBEB

Tints of French Lilac #EABBEB

Color information

#EABBEB (or 0xEABBEB) is unknown color: approx French Lilac. HEX triplet: EA, BB and EB. RGB value is (234,187,235). Sum of RGB (Red+Green+Blue) = 234+187+235=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #EABBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBEB is #154414. Grayscale: #CECECE. Windows color (decimal): -1393685 or 15449066. OLE color: 15449066.

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

Color convert

RGB234187235-
CMYK0.000.2000.08
HSL298.75º54.55%82.75%-
HSV(B)298.75º20.43%92.16%-
XYZ66.759.0386.48-
YUV206.52144.07147.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 187 (73.44% from 255) = 28.51%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=35.67%
G=28.51%
B=35.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341872350.000.2000.08298.7554.5582.75
HexEABBEB0140812b3753
Octal35227335302401045367123
Binary111010101011101111101011010100010001001010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBEB; }

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

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

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

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

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

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

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

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