#EBABE2

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

Shades of French Lilac #EBABE2

Tints of French Lilac #EBABE2

Color information

#EBABE2 (or 0xEBABE2) is unknown color: approx French Lilac. HEX triplet: EB, AB and E2. RGB value is (235,171,226). Sum of RGB (Red+Green+Blue) = 235+171+226=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABE2 is #14541D. Grayscale: #C4C4C4. Windows color (decimal): -1332254 or 14855147. OLE color: 14855147.

HSL color Cylindrical-coordinate representation of color #EBABE2: hue angle of 308.44º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBABE2 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235171226-
CMYK00.270.040.08
HSL308.44º61.54%79.61%-
HSV(B)308.44º27.23%92.16%-
XYZ62.5552.2878.75-
YUV196.41144.7155.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 171 (67.19% from 255) = 27.06%
BLUE value IS 226 (88.67% from 255) = 35.76%
R=37.18%
G=27.06%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517122600.270.040.08308.4461.5479.61
HexEBABE201B481343e50
Octal35325334203341046476120
Binary11101011101010111110001001101110010001001101001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABE2; }

 p { color: rgb(235,171,226); }

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

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

 a { background-color: rgb(235,171,226); }

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

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

 span { border-color: rgb(235,171,226); }

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