#EABCEA

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

Shades of French Lilac #EABCEA

Tints of French Lilac #EABCEA

Color information

#EABCEA (or 0xEABCEA) is unknown color: approx French Lilac. HEX triplet: EA, BC and EA. RGB value is (234,188,234). Sum of RGB (Red+Green+Blue) = 234+188+234=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EABCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCEA is #154315. Grayscale: #CECECE. Windows color (decimal): -1393430 or 15383786. OLE color: 15383786.

HSL color Cylindrical-coordinate representation of color #EABCEA: hue angle of 300º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCEA is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234188234-
CMYK00.2000.08
HSL300º52.27%82.75%-
HSV(B)300º19.66%91.76%-
XYZ66.7759.485.79-
YUV207143.24147.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 188 (73.83% from 255) = 28.66%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=35.67%
G=28.66%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418823400.2000.0830052.2782.75
HexEABCEA0140812c3453
Octal35227435202401045464123
Binary111010101011110011101010010100010001001011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCEA; }

 p { color: rgb(234,188,234); }

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

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

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

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

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

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

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