#EABBE4

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

Shades of French Lilac #EABBE4

Tints of French Lilac #EABBE4

Color information

#EABBE4 (or 0xEABBE4) is unknown color: approx French Lilac. HEX triplet: EA, BB and E4. RGB value is (234,187,228). Sum of RGB (Red+Green+Blue) = 234+187+228=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBE4 is #15441B. Grayscale: #CDCDCD. Windows color (decimal): -1393692 or 14990314. OLE color: 14990314.

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

Color convert

RGB234187228-
CMYK00.200.030.08
HSL307.66º52.81%82.55%-
HSV(B)307.66º20.09%91.76%-
XYZ65.7158.6381.25-
YUV205.73140.57148.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 187 (73.44% from 255) = 28.81%
BLUE value IS 228 (89.45% from 255) = 35.13%
R=36.06%
G=28.81%
B=35.13%

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
Decimal23418722800.200.030.08307.6652.8182.55
HexEABBE4014381343553
Octal35227334402431046465123
Binary1110101010111011111001000101001110001001101001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBE4; }

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

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

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

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

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

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

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

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