#EAB9DC

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

Shades of French Lilac #EAB9DC

Tints of French Lilac #EAB9DC

Color information

#EAB9DC (or 0xEAB9DC) is unknown color: approx French Lilac. HEX triplet: EA, B9 and DC. RGB value is (234,185,220). Sum of RGB (Red+Green+Blue) = 234+185+220=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9DC is #154623. Grayscale: #CBCBCB. Windows color (decimal): -1394212 or 14465514. OLE color: 14465514.

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

Color convert

RGB234185220-
CMYK00.210.060.08
HSL317.14º53.85%82.16%-
HSV(B)317.14º20.94%91.76%-
XYZ64.257.3675.4-
YUV203.64137.23149.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 185 (72.66% from 255) = 28.95%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=36.62%
G=28.95%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418522000.210.060.08317.1453.8582.16
HexEAB9DC0156813d3652
Octal35227133402561047566122
Binary11101010101110011101110001010111010001001111011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9DC; }

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

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

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

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

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

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

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

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