#EBAFE7

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

Shades of French Lilac #EBAFE7

Tints of French Lilac #EBAFE7

Color information

#EBAFE7 (or 0xEBAFE7) is unknown color: approx French Lilac. HEX triplet: EB, AF and E7. RGB value is (235,175,231). Sum of RGB (Red+Green+Blue) = 235+175+231=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFE7 is #145018. Grayscale: #C7C7C7. Windows color (decimal): -1331225 or 15183851. OLE color: 15183851.

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

Color convert

RGB235175231-
CMYK00.260.020.08
HSL304º60%80.39%-
HSV(B)304º25.53%92.16%-
XYZ64.0154.0982.67-
YUV199.32145.88153.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 175 (68.75% from 255) = 27.30%
BLUE value IS 231 (90.62% from 255) = 36.04%
R=36.66%
G=27.30%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517523100.260.020.083046080.39
HexEBAFE701A281303c50
Octal35325734703221046074120
Binary1110101110101111111001110110101010001001100001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFE7; }

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

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

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

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

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

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

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

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