#EABADC

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

Shades of French Lilac #EABADC

Tints of French Lilac #EABADC

Color information

#EABADC (or 0xEABADC) is unknown color: approx French Lilac. HEX triplet: EA, BA and DC. RGB value is (234,186,220). Sum of RGB (Red+Green+Blue) = 234+186+220=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EABADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABADC is #154523. Grayscale: #CCCCCC. Windows color (decimal): -1393956 or 14465770. OLE color: 14465770.

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

Color convert

RGB234186220-
CMYK00.210.060.08
HSL317.5º53.33%82.35%-
HSV(B)317.5º20.51%91.76%-
XYZ64.4157.7875.47-
YUV204.23136.9149.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=36.56%
G=29.06%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418622000.210.060.08317.553.3382.35
HexEABADC0156813e3552
Octal35227233402561047665122
Binary11101010101110101101110001010111010001001111101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABADC; }

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

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

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

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

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

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

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

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