#EABFE4

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

Shades of French Lilac #EABFE4

Tints of French Lilac #EABFE4

Color information

#EABFE4 (or 0xEABFE4) is unknown color: approx French Lilac. HEX triplet: EA, BF and E4. RGB value is (234,191,228). Sum of RGB (Red+Green+Blue) = 234+191+228=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFE4 is #15401B. Grayscale: #CFCFCF. Windows color (decimal): -1392668 or 14991338. OLE color: 14991338.

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

Color convert

RGB234191228-
CMYK00.180.030.08
HSL308.37º50.59%83.33%-
HSV(B)308.37º18.38%91.76%-
XYZ66.5760.3681.54-
YUV208.07139.25146.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 191 (75% from 255) = 29.25%
BLUE value IS 228 (89.45% from 255) = 34.92%
R=35.83%
G=29.25%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419122800.180.030.08308.3750.5983.33
HexEABFE4012381343353
Octal35227734402231046463123
Binary1110101010111111111001000100101110001001101001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFE4; }

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

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

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

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

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

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

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

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