#EBAFE0

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

Shades of French Lilac #EBAFE0

Tints of French Lilac #EBAFE0

Color information

#EBAFE0 (or 0xEBAFE0) is unknown color: approx French Lilac. HEX triplet: EB, AF and E0. RGB value is (235,175,224). Sum of RGB (Red+Green+Blue) = 235+175+224=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFE0 is #14501F. Grayscale: #C6C6C6. Windows color (decimal): -1331232 or 14725099. OLE color: 14725099.

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

Color convert

RGB235175224-
CMYK00.260.050.08
HSL311º60%80.39%-
HSV(B)311º25.53%92.16%-
XYZ63.0553.777.56-
YUV198.53142.38154.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.07%
GREEN value IS 175 (68.75% from 255) = 27.60%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=37.07%
G=27.60%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517522400.260.050.083116080.39
HexEBAFE001A581373c50
Octal35325734003251046774120
Binary11101011101011111110000001101010110001001101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFE0; }

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

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

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

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

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

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

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

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