#EAB1DA

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

Shades of French Lilac #EAB1DA

Tints of French Lilac #EAB1DA

Color information

#EAB1DA (or 0xEAB1DA) is unknown color: approx French Lilac. HEX triplet: EA, B1 and DA. RGB value is (234,177,218). Sum of RGB (Red+Green+Blue) = 234+177+218=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1DA is #154E25. Grayscale: #C6C6C6. Windows color (decimal): -1396262 or 14332394. OLE color: 14332394.

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

Color convert

RGB234177218-
CMYK00.240.070.08
HSL316.84º57.58%80.59%-
HSV(B)316.84º24.36%91.76%-
XYZ62.315473.47-
YUV198.72138.88153.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 177 (69.53% from 255) = 28.14%
BLUE value IS 218 (85.55% from 255) = 34.66%
R=37.20%
G=28.14%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417721800.240.070.08316.8457.5880.59
HexEAB1DA0187813d3a51
Octal35226133203071047572121
Binary11101010101100011101101001100011110001001111011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1DA; }

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

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

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

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

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

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

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

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