#EAB6D8

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

Shades of French Lilac #EAB6D8

Tints of French Lilac #EAB6D8

Color information

#EAB6D8 (or 0xEAB6D8) is unknown color: approx French Lilac. HEX triplet: EA, B6 and D8. RGB value is (234,182,216). Sum of RGB (Red+Green+Blue) = 234+182+216=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 182 (71.48% from 255 or 28.80% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB6D8 is #154927. Grayscale: #C9C9C9. Windows color (decimal): -1394984 or 14202602. OLE color: 14202602.

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

Color convert

RGB234182216-
CMYK00.220.080.08
HSL320.77º55.32%81.57%-
HSV(B)320.77º22.22%91.76%-
XYZ63.0555.9172.43-
YUV201.42136.23151.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 182 (71.48% from 255) = 28.80%
BLUE value IS 216 (84.77% from 255) = 34.18%
R=37.03%
G=28.80%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418221600.220.080.08320.7755.3281.57
HexEAB6D8016881413752
Octal352266330026101050167122
Binary111010101011011011011000010110100010001010000011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6D8; }

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

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

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

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

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

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

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

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