#EABFE9

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

Shades of French Lilac #EABFE9

Tints of French Lilac #EABFE9

Color information

#EABFE9 (or 0xEABFE9) is unknown color: approx French Lilac. HEX triplet: EA, BF and E9. RGB value is (234,191,233). Sum of RGB (Red+Green+Blue) = 234+191+233=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFE9 is #154016. Grayscale: #D0D0D0. Windows color (decimal): -1392663 or 15319018. OLE color: 15319018.

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

Color convert

RGB234191233-
CMYK00.180.000.08
HSL301.4º50.59%83.33%-
HSV(B)301.4º18.38%91.76%-
XYZ67.2760.6485.25-
YUV208.64141.75146.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 191 (75% from 255) = 29.03%
BLUE value IS 233 (91.41% from 255) = 35.41%
R=35.56%
G=29.03%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419123300.180.000.08301.450.5983.33
HexEABFE90120812d3353
Octal35227735102201045563123
Binary111010101011111111101001010010010001001011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFE9; }

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

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

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

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

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

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

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

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