#EABADF

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

Shades of French Lilac #EABADF

Tints of French Lilac #EABADF

Color information

#EABADF (or 0xEABADF) is unknown color: approx French Lilac. HEX triplet: EA, BA and DF. RGB value is (234,186,223). Sum of RGB (Red+Green+Blue) = 234+186+223=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EABADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABADF is #154520. Grayscale: #CCCCCC. Windows color (decimal): -1393953 or 14662378. OLE color: 14662378.

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

Color convert

RGB234186223-
CMYK00.210.050.08
HSL313.75º53.33%82.35%-
HSV(B)313.75º20.51%91.76%-
XYZ64.8157.9477.58-
YUV204.57138.4148.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=36.39%
G=28.93%
B=34.68%

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
Decimal23418622300.210.050.08313.7553.3382.35
HexEABADF0155813a3552
Octal35227233702551047265122
Binary11101010101110101101111101010110110001001110101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABADF; }

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

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

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

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

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

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

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

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