#EAB1DC

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

Shades of French Lilac #EAB1DC

Tints of French Lilac #EAB1DC

Color information

#EAB1DC (or 0xEAB1DC) is unknown color: approx French Lilac. HEX triplet: EA, B1 and DC. RGB value is (234,177,220). Sum of RGB (Red+Green+Blue) = 234+177+220=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1DC is #154E23. Grayscale: #C6C6C6. Windows color (decimal): -1396260 or 14463466. OLE color: 14463466.

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

Color convert

RGB234177220-
CMYK00.240.060.08
HSL314.74º57.58%80.59%-
HSV(B)314.74º24.36%91.76%-
XYZ62.5754.174.86-
YUV198.95139.88153-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 177 (69.53% from 255) = 28.05%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=37.08%
G=28.05%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417722000.240.060.08314.7457.5880.59
HexEAB1DC0186813b3a51
Octal35226133403061047372121
Binary11101010101100011101110001100011010001001110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1DC; }

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

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

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

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

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

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

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

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