#EAB7DC

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

Shades of French Lilac #EAB7DC

Tints of French Lilac #EAB7DC

Color information

#EAB7DC (or 0xEAB7DC) is unknown color: approx French Lilac. HEX triplet: EA, B7 and DC. RGB value is (234,183,220). Sum of RGB (Red+Green+Blue) = 234+183+220=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 183 (71.88% from 255 or 28.73% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7DC is #154823. Grayscale: #CACACA. Windows color (decimal): -1394724 or 14465002. OLE color: 14465002.

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

Color convert

RGB234183220-
CMYK00.220.060.08
HSL316.47º54.84%81.76%-
HSV(B)316.47º21.79%91.76%-
XYZ63.7856.5375.26-
YUV202.47137.9150.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 183 (71.88% from 255) = 28.73%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=36.73%
G=28.73%
B=34.54%

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
Decimal23418322000.220.060.08316.4754.8481.76
HexEAB7DC0166813c3752
Octal35226733402661047467122
Binary11101010101101111101110001011011010001001111001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7DC; }

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

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

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

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

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

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

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

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