#EBAFE8

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

Shades of French Lilac #EBAFE8

Tints of French Lilac #EBAFE8

Color information

#EBAFE8 (or 0xEBAFE8) is unknown color: approx French Lilac. HEX triplet: EB, AF and E8. RGB value is (235,175,232). Sum of RGB (Red+Green+Blue) = 235+175+232=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFE8 is #145017. Grayscale: #C7C7C7. Windows color (decimal): -1331224 or 15249387. OLE color: 15249387.

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

Color convert

RGB235175232-
CMYK00.260.010.08
HSL303º60%80.39%-
HSV(B)303º25.53%92.16%-
XYZ64.1654.1583.41-
YUV199.44146.38153.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 175 (68.75% from 255) = 27.26%
BLUE value IS 232 (91.02% from 255) = 36.14%
R=36.60%
G=27.26%
B=36.14%

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
Decimal23517523200.260.010.083036080.39
HexEBAFE801A1812f3c50
Octal35325735003211045774120
Binary111010111010111111101000011010110001001011111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFE8; }

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

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

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

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

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

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

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

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