#EAB4DA

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

Shades of French Lilac #EAB4DA

Tints of French Lilac #EAB4DA

Color information

#EAB4DA (or 0xEAB4DA) is unknown color: approx French Lilac. HEX triplet: EA, B4 and DA. RGB value is (234,180,218). Sum of RGB (Red+Green+Blue) = 234+180+218=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4DA is #154B25. Grayscale: #C8C8C8. Windows color (decimal): -1395494 or 14333162. OLE color: 14333162.

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

Color convert

RGB234180218-
CMYK00.230.070.08
HSL317.78º56.25%81.18%-
HSV(B)317.78º23.08%91.76%-
XYZ62.9155.273.67-
YUV200.48137.89151.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 180 (70.70% from 255) = 28.48%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=37.03%
G=28.48%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418021800.230.070.08317.7856.2581.18
HexEAB4DA0177813e3851
Octal35226433202771047670121
Binary11101010101101001101101001011111110001001111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4DA; }

 p { color: rgb(234,180,218); }

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

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

 a { background-color: rgb(234,180,218); }

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

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

 span { border-color: rgb(234,180,218); }

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