#EBBADE

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

Shades of French Lilac #EBBADE

Tints of French Lilac #EBBADE

Color information

#EBBADE (or 0xEBBADE) is unknown color: approx French Lilac. HEX triplet: EB, BA and DE. RGB value is (235,186,222). Sum of RGB (Red+Green+Blue) = 235+186+222=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBADE is #144521. Grayscale: #CCCCCC. Windows color (decimal): -1328418 or 14596843. OLE color: 14596843.

HSL color Cylindrical-coordinate representation of color #EBBADE: hue angle of 315.92º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBADE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235186222-
CMYK00.210.060.08
HSL315.92º55.06%82.55%-
HSV(B)315.92º20.85%92.16%-
XYZ6558.0576.89-
YUV204.76137.73149.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=36.55%
G=28.93%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518622200.210.060.08315.9255.0682.55
HexEBBADE0156813c3753
Octal35327233602561047467123
Binary11101011101110101101111001010111010001001111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBADE; }

 p { color: rgb(235,186,222); }

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

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

 a { background-color: rgb(235,186,222); }

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

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

 span { border-color: rgb(235,186,222); }

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