#EAB0DE

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

Shades of French Lilac #EAB0DE

Tints of French Lilac #EAB0DE

Color information

#EAB0DE (or 0xEAB0DE) is unknown color: approx French Lilac. HEX triplet: EA, B0 and DE. RGB value is (234,176,222). Sum of RGB (Red+Green+Blue) = 234+176+222=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0DE is #154F21. Grayscale: #C6C6C6. Windows color (decimal): -1396514 or 14594282. OLE color: 14594282.

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

Color convert

RGB234176222-
CMYK00.250.050.08
HSL312.41º58%80.39%-
HSV(B)312.41º24.79%91.76%-
XYZ62.6453.8276.19-
YUV198.59141.22153.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 176 (69.14% from 255) = 27.85%
BLUE value IS 222 (87.11% from 255) = 35.13%
R=37.03%
G=27.85%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417622200.250.050.08312.415880.39
HexEAB0DE019581383a50
Octal35226033603151047072120
Binary11101010101100001101111001100110110001001110001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB0DE; }

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

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

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

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

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

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

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

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