#EBBADB

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

Shades of French Lilac #EBBADB

Tints of French Lilac #EBBADB

Color information

#EBBADB (or 0xEBBADB) is unknown color: approx French Lilac. HEX triplet: EB, BA and DB. RGB value is (235,186,219). Sum of RGB (Red+Green+Blue) = 235+186+219=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBADB is #144524. Grayscale: #CCCCCC. Windows color (decimal): -1328421 or 14400235. OLE color: 14400235.

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

Color convert

RGB235186219-
CMYK00.210.070.08
HSL319.59º55.06%82.55%-
HSV(B)319.59º20.85%92.16%-
XYZ64.6157.8974.79-
YUV204.41136.23149.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=36.72%
G=29.06%
B=34.22%

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
Decimal23518621900.210.070.08319.5955.0682.55
HexEBBADB015781403753
Octal35327233302571050067123
Binary11101011101110101101101101010111110001010000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBADB; }

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

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

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

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

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

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

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

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