#EABFE0

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

Shades of French Lilac #EABFE0

Tints of French Lilac #EABFE0

Color information

#EABFE0 (or 0xEABFE0) is unknown color: approx French Lilac. HEX triplet: EA, BF and E0. RGB value is (234,191,224). Sum of RGB (Red+Green+Blue) = 234+191+224=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFE0 is #15401F. Grayscale: #CFCFCF. Windows color (decimal): -1392672 or 14729194. OLE color: 14729194.

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

Color convert

RGB234191224-
CMYK00.180.040.08
HSL313.95º50.59%83.33%-
HSV(B)313.95º18.38%91.76%-
XYZ66.0260.1478.65-
YUV207.62137.25146.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 191 (75% from 255) = 29.43%
BLUE value IS 224 (87.89% from 255) = 34.51%
R=36.06%
G=29.43%
B=34.51%

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
Decimal23419122400.180.040.08313.9550.5983.33
HexEABFE00124813a3353
Octal35227734002241047263123
Binary11101010101111111110000001001010010001001110101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFE0; }

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

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

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

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

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

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

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

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