#EABCE4

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

Shades of French Lilac #EABCE4

Tints of French Lilac #EABCE4

Color information

#EABCE4 (or 0xEABCE4) is unknown color: approx French Lilac. HEX triplet: EA, BC and E4. RGB value is (234,188,228). Sum of RGB (Red+Green+Blue) = 234+188+228=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCE4 is #15431B. Grayscale: #CECECE. Windows color (decimal): -1393436 or 14990570. OLE color: 14990570.

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

Color convert

RGB234188228-
CMYK00.200.030.08
HSL307.83º52.27%82.75%-
HSV(B)307.83º19.66%91.76%-
XYZ65.9259.0681.32-
YUV206.31140.24147.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 188 (73.83% from 255) = 28.92%
BLUE value IS 228 (89.45% from 255) = 35.08%
R=36%
G=28.92%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418822800.200.030.08307.8352.2782.75
HexEABCE4014381343453
Octal35227434402431046464123
Binary1110101010111100111001000101001110001001101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCE4; }

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

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

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

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

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

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

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

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