#EBAFD9

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

Shades of French Lilac #EBAFD9

Tints of French Lilac #EBAFD9

Color information

#EBAFD9 (or 0xEBAFD9) is unknown color: approx French Lilac. HEX triplet: EB, AF and D9. RGB value is (235,175,217). Sum of RGB (Red+Green+Blue) = 235+175+217=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFD9 is #145026. Grayscale: #C5C5C5. Windows color (decimal): -1331239 or 14266347. OLE color: 14266347.

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

Color convert

RGB235175217-
CMYK00.260.080.08
HSL318º60%80.39%-
HSV(B)318º25.53%92.16%-
XYZ62.1253.3372.67-
YUV197.73138.88154.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 217 (85.16% from 255) = 34.61%
R=37.48%
G=27.91%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517521700.260.080.083186080.39
HexEBAFD901A8813e3c50
Octal353257331032101047674120
Binary111010111010111111011001011010100010001001111101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFD9; }

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

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

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

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

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

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

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

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