#EAB9D9

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

Shades of French Lilac #EAB9D9

Tints of French Lilac #EAB9D9

Color information

#EAB9D9 (or 0xEAB9D9) is unknown color: approx French Lilac. HEX triplet: EA, B9 and D9. RGB value is (234,185,217). Sum of RGB (Red+Green+Blue) = 234+185+217=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9D9 is #154626. Grayscale: #CBCBCB. Windows color (decimal): -1394215 or 14268906. OLE color: 14268906.

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

Color convert

RGB234185217-
CMYK00.210.070.08
HSL320.82º53.85%82.16%-
HSV(B)320.82º20.94%91.76%-
XYZ63.8157.273.32-
YUV203.3135.73149.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 185 (72.66% from 255) = 29.09%
BLUE value IS 217 (85.16% from 255) = 34.12%
R=36.79%
G=29.09%
B=34.12%

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
Decimal23418521700.210.070.08320.8253.8582.16
HexEAB9D9015781413652
Octal35227133102571050166122
Binary11101010101110011101100101010111110001010000011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9D9; }

 p { color: rgb(234,185,217); }

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

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

 a { background-color: rgb(234,185,217); }

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

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

 span { border-color: rgb(234,185,217); }

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