#EBAFE4

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

Shades of French Lilac #EBAFE4

Tints of French Lilac #EBAFE4

Color information

#EBAFE4 (or 0xEBAFE4) is unknown color: approx French Lilac. HEX triplet: EB, AF and E4. RGB value is (235,175,228). Sum of RGB (Red+Green+Blue) = 235+175+228=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFE4 is #14501B. Grayscale: #C6C6C6. Windows color (decimal): -1331228 or 14987243. OLE color: 14987243.

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

Color convert

RGB235175228-
CMYK00.260.030.08
HSL307º60%80.39%-
HSV(B)307º25.53%92.16%-
XYZ63.5953.9280.46-
YUV198.98144.38153.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 175 (68.75% from 255) = 27.43%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=36.83%
G=27.43%
B=35.74%

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
Decimal23517522800.260.030.083076080.39
HexEBAFE401A381333c50
Octal35325734403231046374120
Binary1110101110101111111001000110101110001001100111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFE4; }

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

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

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

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

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

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

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

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