#EABADE

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

Shades of French Lilac #EABADE

Tints of French Lilac #EABADE

Color information

#EABADE (or 0xEABADE) is unknown color: approx French Lilac. HEX triplet: EA, BA and DE. RGB value is (234,186,222). Sum of RGB (Red+Green+Blue) = 234+186+222=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EABADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABADE is #154521. Grayscale: #CCCCCC. Windows color (decimal): -1393954 or 14596842. OLE color: 14596842.

HSL color Cylindrical-coordinate representation of color #EABADE: hue angle of 315º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABADE is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234186222-
CMYK00.210.050.08
HSL315º53.33%82.35%-
HSV(B)315º20.51%91.76%-
XYZ64.6857.8876.87-
YUV204.46137.9149.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 186 (73.05% from 255) = 28.97%
BLUE value IS 222 (87.11% from 255) = 34.58%
R=36.45%
G=28.97%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418622200.210.050.0831553.3382.35
HexEABADE0155813b3552
Octal35227233602551047365122
Binary11101010101110101101111001010110110001001110111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABADE; }

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

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

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

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

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

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

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

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