#EBAFD7

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

Shades of French Lilac #EBAFD7

Tints of French Lilac #EBAFD7

Color information

#EBAFD7 (or 0xEBAFD7) is unknown color: approx French Lilac. HEX triplet: EB, AF and D7. RGB value is (235,175,215). Sum of RGB (Red+Green+Blue) = 235+175+215=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFD7 is #145028. Grayscale: #C5C5C5. Windows color (decimal): -1331241 or 14135275. OLE color: 14135275.

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

Color convert

RGB235175215-
CMYK00.260.090.08
HSL320º60%80.39%-
HSV(B)320º25.53%92.16%-
XYZ61.8653.2371.3-
YUV197.5137.88154.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 215 (84.38% from 255) = 34.4%
R=37.6%
G=28%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517521500.260.090.083206080.39
HexEBAFD701A981403c50
Octal353257327032111050074120
Binary111010111010111111010111011010100110001010000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFD7; }

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

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

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

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

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

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

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

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