#EBAFE9

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

Shades of French Lilac #EBAFE9

Tints of French Lilac #EBAFE9

Color information

#EBAFE9 (or 0xEBAFE9) is unknown color: approx French Lilac. HEX triplet: EB, AF and E9. RGB value is (235,175,233). Sum of RGB (Red+Green+Blue) = 235+175+233=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFE9 is #145016. Grayscale: #C7C7C7. Windows color (decimal): -1331223 or 15314923. OLE color: 15314923.

HSL color Cylindrical-coordinate representation of color #EBAFE9: hue angle of 302º 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 #EBAFE9 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB235175233-
CMYK00.260.010.08
HSL302º60%80.39%-
HSV(B)302º25.53%92.16%-
XYZ64.354.2184.16-
YUV199.55146.88153.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 175 (68.75% from 255) = 27.22%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=36.55%
G=27.22%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517523300.260.010.083026080.39
HexEBAFE901A1812e3c50
Octal35325735103211045674120
Binary111010111010111111101001011010110001001011101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFE9; }

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

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

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

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

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

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

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

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