#EBABDA

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

Shades of French Lilac #EBABDA

Tints of French Lilac #EBABDA

Color information

#EBABDA (or 0xEBABDA) is unknown color: approx French Lilac. HEX triplet: EB, AB and DA. RGB value is (235,171,218). Sum of RGB (Red+Green+Blue) = 235+171+218=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABDA is #145425. Grayscale: #C3C3C3. Windows color (decimal): -1332262 or 14330859. OLE color: 14330859.

HSL color Cylindrical-coordinate representation of color #EBABDA: hue angle of 315.94º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBABDA is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235171218-
CMYK00.270.070.08
HSL315.94º61.54%79.61%-
HSV(B)315.94º27.23%92.16%-
XYZ61.4851.8573.1-
YUV195.49140.7156.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 171 (67.19% from 255) = 27.40%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=37.66%
G=27.40%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517121800.270.070.08315.9461.5479.61
HexEBABDA01B7813c3e50
Octal35325333203371047476120
Binary11101011101010111101101001101111110001001111001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABDA; }

 p { color: rgb(235,171,218); }

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

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

 a { background-color: rgb(235,171,218); }

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

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

 span { border-color: rgb(235,171,218); }

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