#EBAFE1

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

Shades of French Lilac #EBAFE1

Tints of French Lilac #EBAFE1

Color information

#EBAFE1 (or 0xEBAFE1) is unknown color: approx French Lilac. HEX triplet: EB, AF and E1. RGB value is (235,175,225). Sum of RGB (Red+Green+Blue) = 235+175+225=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFE1 is #14501E. Grayscale: #C6C6C6. Windows color (decimal): -1331231 or 14790635. OLE color: 14790635.

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

Color convert

RGB235175225-
CMYK00.260.040.08
HSL310º60%80.39%-
HSV(B)310º25.53%92.16%-
XYZ63.1853.7678.28-
YUV198.64142.88153.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 175 (68.75% from 255) = 27.56%
BLUE value IS 225 (88.28% from 255) = 35.43%
R=37.01%
G=27.56%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517522500.260.040.083106080.39
HexEBAFE101A481363c50
Octal35325734103241046674120
Binary11101011101011111110000101101010010001001101101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFE1; }

 p { color: rgb(235,175,225); }

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

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

 a { background-color: rgb(235,175,225); }

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

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

 span { border-color: rgb(235,175,225); }

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