#EABBDB

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

Shades of French Lilac #EABBDB

Tints of French Lilac #EABBDB

Color information

#EABBDB (or 0xEABBDB) is unknown color: approx French Lilac. HEX triplet: EA, BB and DB. RGB value is (234,187,219). Sum of RGB (Red+Green+Blue) = 234+187+219=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBDB is #154424. Grayscale: #CCCCCC. Windows color (decimal): -1393701 or 14400490. OLE color: 14400490.

HSL color Cylindrical-coordinate representation of color #EABBDB: hue angle of 319.15º degrees, saturation: 0.53, 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 #EABBDB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234187219-
CMYK00.200.060.08
HSL319.15º52.81%82.55%-
HSV(B)319.15º20.09%91.76%-
XYZ64.4958.1574.84-
YUV204.7136.07148.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=36.56%
G=29.22%
B=34.22%

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
Decimal23418721900.200.060.08319.1552.8182.55
HexEABBDB0146813f3553
Octal35227333302461047765123
Binary11101010101110111101101101010011010001001111111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBDB; }

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

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

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

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

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

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

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

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