#EAB6DC

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

Shades of French Lilac #EAB6DC

Tints of French Lilac #EAB6DC

Color information

#EAB6DC (or 0xEAB6DC) is unknown color: approx French Lilac. HEX triplet: EA, B6 and DC. RGB value is (234,182,220). Sum of RGB (Red+Green+Blue) = 234+182+220=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 182 (71.48% from 255 or 28.62% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6DC is #154923. Grayscale: #C9C9C9. Windows color (decimal): -1394980 or 14464746. OLE color: 14464746.

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

Color convert

RGB234182220-
CMYK00.220.060.08
HSL316.15º55.32%81.57%-
HSV(B)316.15º22.22%91.76%-
XYZ63.5856.1275.19-
YUV201.88138.23150.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 182 (71.48% from 255) = 28.62%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=36.79%
G=28.62%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418222000.220.060.08316.1555.3281.57
HexEAB6DC0166813c3752
Octal35226633402661047467122
Binary11101010101101101101110001011011010001001111001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6DC; }

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

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

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

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

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

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

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

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