#EABCDB

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

Shades of French Lilac #EABCDB

Tints of French Lilac #EABCDB

Color information

#EABCDB (or 0xEABCDB) is unknown color: approx French Lilac. HEX triplet: EA, BC and DB. RGB value is (234,188,219). Sum of RGB (Red+Green+Blue) = 234+188+219=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCDB is #154324. Grayscale: #CDCDCD. Windows color (decimal): -1393445 or 14400746. OLE color: 14400746.

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

Color convert

RGB234188219-
CMYK00.200.060.08
HSL319.57º52.27%82.75%-
HSV(B)319.57º19.66%91.76%-
XYZ64.758.5774.91-
YUV205.29135.74148.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 188 (73.83% from 255) = 29.33%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=36.51%
G=29.33%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418821900.200.060.08319.5752.2782.75
HexEABCDB014681403453
Octal35227433302461050064123
Binary11101010101111001101101101010011010001010000001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCDB; }

 p { color: rgb(234,188,219); }

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

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

 a { background-color: rgb(234,188,219); }

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

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

 span { border-color: rgb(234,188,219); }

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