#EABFE1

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

Shades of French Lilac #EABFE1

Tints of French Lilac #EABFE1

Color information

#EABFE1 (or 0xEABFE1) is unknown color: approx French Lilac. HEX triplet: EA, BF and E1. RGB value is (234,191,225). Sum of RGB (Red+Green+Blue) = 234+191+225=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFE1 is #15401E. Grayscale: #CFCFCF. Windows color (decimal): -1392671 or 14794730. OLE color: 14794730.

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

Color convert

RGB234191225-
CMYK00.180.040.08
HSL312.56º50.59%83.33%-
HSV(B)312.56º18.38%91.76%-
XYZ66.1560.1979.37-
YUV207.73137.75146.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 191 (75% from 255) = 29.38%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=36%
G=29.38%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419122500.180.040.08312.5650.5983.33
HexEABFE1012481393353
Octal35227734102241047163123
Binary11101010101111111110000101001010010001001110011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFE1; }

 p { color: rgb(234,191,225); }

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

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

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

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

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

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

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