#EAB8DA

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

Shades of French Lilac #EAB8DA

Tints of French Lilac #EAB8DA

Color information

#EAB8DA (or 0xEAB8DA) is unknown color: approx French Lilac. HEX triplet: EA, B8 and DA. RGB value is (234,184,218). Sum of RGB (Red+Green+Blue) = 234+184+218=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8DA is #154725. Grayscale: #CACACA. Windows color (decimal): -1394470 or 14334186. OLE color: 14334186.

HSL color Cylindrical-coordinate representation of color #EAB8DA: hue angle of 319.2º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB8DA is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234184218-
CMYK00.210.070.08
HSL319.2º54.35%81.96%-
HSV(B)319.2º21.37%91.76%-
XYZ63.7356.8473.94-
YUV202.83136.56150.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 184 (72.27% from 255) = 28.93%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=36.79%
G=28.93%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418421800.210.070.08319.254.3581.96
HexEAB8DA0157813f3652
Octal35227033202571047766122
Binary11101010101110001101101001010111110001001111111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB8DA; }

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

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

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

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

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

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

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

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