#EBACDB

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

Shades of French Lilac #EBACDB

Tints of French Lilac #EBACDB

Color information

#EBACDB (or 0xEBACDB) is unknown color: approx French Lilac. HEX triplet: EB, AC and DB. RGB value is (235,172,219). Sum of RGB (Red+Green+Blue) = 235+172+219=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACDB is #145324. Grayscale: #C4C4C4. Windows color (decimal): -1332005 or 14396651. OLE color: 14396651.

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

Color convert

RGB235172219-
CMYK00.270.070.08
HSL315.24º61.17%79.8%-
HSV(B)315.24º26.81%92.16%-
XYZ61.852.2873.85-
YUV196.2140.87155.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=37.54%
G=27.48%
B=34.98%

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
Decimal23517221900.270.070.08315.2461.1779.8
HexEBACDB01B7813b3d50
Octal35325433303371047375120
Binary11101011101011001101101101101111110001001110111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACDB; }

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

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

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

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

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

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

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

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