#EBAEE0

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

Shades of French Lilac #EBAEE0

Tints of French Lilac #EBAEE0

Color information

#EBAEE0 (or 0xEBAEE0) is unknown color: approx French Lilac. HEX triplet: EB, AE and E0. RGB value is (235,174,224). Sum of RGB (Red+Green+Blue) = 235+174+224=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEE0 is #14511F. Grayscale: #C5C5C5. Windows color (decimal): -1331488 or 14724843. OLE color: 14724843.

HSL color Cylindrical-coordinate representation of color #EBAEE0: hue angle of 310.82º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEE0 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235174224-
CMYK00.260.050.08
HSL310.82º60.4%80.2%-
HSV(B)310.82º25.96%92.16%-
XYZ62.8553.3277.5-
YUV197.94142.71154.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 174 (68.36% from 255) = 27.49%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=37.12%
G=27.49%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517422400.260.050.08310.8260.480.2
HexEBAEE001A581373c50
Octal35325634003251046774120
Binary11101011101011101110000001101010110001001101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEE0; }

 p { color: rgb(235,174,224); }

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

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

 a { background-color: rgb(235,174,224); }

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

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

 span { border-color: rgb(235,174,224); }

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