#EBAFE5

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

Shades of French Lilac #EBAFE5

Tints of French Lilac #EBAFE5

Color information

#EBAFE5 (or 0xEBAFE5) is unknown color: approx French Lilac. HEX triplet: EB, AF and E5. RGB value is (235,175,229). Sum of RGB (Red+Green+Blue) = 235+175+229=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFE5 is #14501A. Grayscale: #C6C6C6. Windows color (decimal): -1331227 or 15052779. OLE color: 15052779.

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

Color convert

RGB235175229-
CMYK00.260.030.08
HSL306º60%80.39%-
HSV(B)306º25.53%92.16%-
XYZ63.7353.9881.19-
YUV199.1144.88153.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 229 (89.84% from 255) = 35.84%
R=36.78%
G=27.39%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517522900.260.030.083066080.39
HexEBAFE501A381323c50
Octal35325734503231046274120
Binary1110101110101111111001010110101110001001100101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFE5; }

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

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

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

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

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

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

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

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