#EAB0D9

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

Shades of French Lilac #EAB0D9

Tints of French Lilac #EAB0D9

Color information

#EAB0D9 (or 0xEAB0D9) is unknown color: approx French Lilac. HEX triplet: EA, B0 and D9. RGB value is (234,176,217). Sum of RGB (Red+Green+Blue) = 234+176+217=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0D9 is #154F26. Grayscale: #C5C5C5. Windows color (decimal): -1396519 or 14266602. OLE color: 14266602.

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

Color convert

RGB234176217-
CMYK00.250.070.08
HSL317.59º58%80.39%-
HSV(B)317.59º24.79%91.76%-
XYZ61.9853.5572.72-
YUV198.02138.72153.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 176 (69.14% from 255) = 28.07%
BLUE value IS 217 (85.16% from 255) = 34.61%
R=37.32%
G=28.07%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417621700.250.070.08317.595880.39
HexEAB0D90197813e3a50
Octal35226033103171047672120
Binary11101010101100001101100101100111110001001111101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB0D9; }

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

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

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

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

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

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

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

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