#EAABD6

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

Shades of French Lilac #EAABD6

Tints of French Lilac #EAABD6

Color information

#EAABD6 (or 0xEAABD6) is unknown color: approx French Lilac. HEX triplet: EA, AB and D6. RGB value is (234,171,214). Sum of RGB (Red+Green+Blue) = 234+171+214=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABD6 is #155429. Grayscale: #C2C2C2. Windows color (decimal): -1397802 or 14068714. OLE color: 14068714.

HSL color Cylindrical-coordinate representation of color #EAABD6: hue angle of 319.05º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABD6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB234171214-
CMYK00.270.090.08
HSL319.05º60%79.41%-
HSV(B)319.05º26.92%91.76%-
XYZ60.6351.4770.36-
YUV194.74138.87156-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 171 (67.19% from 255) = 27.63%
BLUE value IS 214 (83.98% from 255) = 34.57%
R=37.80%
G=27.63%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417121400.270.090.08319.056079.41
HexEAABD601B9813f3c4f
Octal352253326033111047774117
Binary111010101010101111010110011011100110001001111111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABD6; }

 p { color: rgb(234,171,214); }

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

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

 a { background-color: rgb(234,171,214); }

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

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

 span { border-color: rgb(234,171,214); }

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