#EBBADA

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

Shades of French Lilac #EBBADA

Tints of French Lilac #EBBADA

Color information

#EBBADA (or 0xEBBADA) is unknown color: approx French Lilac. HEX triplet: EB, BA and DA. RGB value is (235,186,218). Sum of RGB (Red+Green+Blue) = 235+186+218=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBADA is #144525. Grayscale: #CCCCCC. Windows color (decimal): -1328422 or 14334699. OLE color: 14334699.

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

Color convert

RGB235186218-
CMYK00.210.070.08
HSL320.82º55.06%82.55%-
HSV(B)320.82º20.85%92.16%-
XYZ64.4757.8474.1-
YUV204.3135.73149.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=36.78%
G=29.11%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518621800.210.070.08320.8255.0682.55
HexEBBADA015781413753
Octal35327233202571050167123
Binary11101011101110101101101001010111110001010000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBADA; }

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

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

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

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

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

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

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

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