#EAB2DA

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

Shades of French Lilac #EAB2DA

Tints of French Lilac #EAB2DA

Color information

#EAB2DA (or 0xEAB2DA) is unknown color: approx French Lilac. HEX triplet: EA, B2 and DA. RGB value is (234,178,218). Sum of RGB (Red+Green+Blue) = 234+178+218=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 178 (69.92% from 255 or 28.25% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2DA is #154D25. Grayscale: #C7C7C7. Windows color (decimal): -1396006 or 14332650. OLE color: 14332650.

HSL color Cylindrical-coordinate representation of color #EAB2DA: hue angle of 317.14º degrees, saturation: 0.57, 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 #EAB2DA is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234178218-
CMYK00.240.070.08
HSL317.14º57.14%80.78%-
HSV(B)317.14º23.93%91.76%-
XYZ62.5154.473.53-
YUV199.3138.55152.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 178 (69.92% from 255) = 28.25%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=37.14%
G=28.25%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417821800.240.070.08317.1457.1480.78
HexEAB2DA0187813d3951
Octal35226233203071047571121
Binary11101010101100101101101001100011110001001111011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2DA; }

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

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

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

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

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

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

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

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