#EAB3D9

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

Shades of French Lilac #EAB3D9

Tints of French Lilac #EAB3D9

Color information

#EAB3D9 (or 0xEAB3D9) is unknown color: approx French Lilac. HEX triplet: EA, B3 and D9. RGB value is (234,179,217). Sum of RGB (Red+Green+Blue) = 234+179+217=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3D9 is #154C26. Grayscale: #C7C7C7. Windows color (decimal): -1395751 or 14267370. OLE color: 14267370.

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

Color convert

RGB234179217-
CMYK00.240.070.08
HSL318.55º56.7%80.98%-
HSV(B)318.55º23.5%91.76%-
XYZ62.5854.7472.91-
YUV199.78137.72152.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 179 (70.31% from 255) = 28.41%
BLUE value IS 217 (85.16% from 255) = 34.44%
R=37.14%
G=28.41%
B=34.44%

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
Decimal23417921700.240.070.08318.5556.780.98
HexEAB3D90187813f3951
Octal35226333103071047771121
Binary11101010101100111101100101100011110001001111111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3D9; }

 p { color: rgb(234,179,217); }

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

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

 a { background-color: rgb(234,179,217); }

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

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

 span { border-color: rgb(234,179,217); }

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