#EAB1DB

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

Shades of French Lilac #EAB1DB

Tints of French Lilac #EAB1DB

Color information

#EAB1DB (or 0xEAB1DB) is unknown color: approx French Lilac. HEX triplet: EA, B1 and DB. RGB value is (234,177,219). Sum of RGB (Red+Green+Blue) = 234+177+219=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 177 (69.53% from 255 or 28.10% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1DB is #154E24. Grayscale: #C6C6C6. Windows color (decimal): -1396261 or 14397930. OLE color: 14397930.

HSL color Cylindrical-coordinate representation of color #EAB1DB: hue angle of 315.79º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB1DB is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234177219-
CMYK00.240.060.08
HSL315.79º57.58%80.59%-
HSV(B)315.79º24.36%91.76%-
XYZ62.4454.0574.16-
YUV198.83139.38153.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 177 (69.53% from 255) = 28.10%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=37.14%
G=28.10%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417721900.240.060.08315.7957.5880.59
HexEAB1DB0186813c3a51
Octal35226133303061047472121
Binary11101010101100011101101101100011010001001111001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1DB; }

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

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

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

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

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

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

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

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