#EBAAE2

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

Shades of French Lilac #EBAAE2

Tints of French Lilac #EBAAE2

Color information

#EBAAE2 (or 0xEBAAE2) is unknown color: approx French Lilac. HEX triplet: EB, AA and E2. RGB value is (235,170,226). Sum of RGB (Red+Green+Blue) = 235+170+226=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAE2 is #14551D. Grayscale: #C3C3C3. Windows color (decimal): -1332510 or 14854891. OLE color: 14854891.

HSL color Cylindrical-coordinate representation of color #EBAAE2: hue angle of 308.31º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAAE2 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235170226-
CMYK00.280.040.08
HSL308.31º61.9%79.41%-
HSV(B)308.31º27.66%92.16%-
XYZ62.3651.978.68-
YUV195.82145.03155.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 170 (66.80% from 255) = 26.94%
BLUE value IS 226 (88.67% from 255) = 35.82%
R=37.24%
G=26.94%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517022600.280.040.08308.3161.979.41
HexEBAAE201C481343e4f
Octal35325234203441046476117
Binary11101011101010101110001001110010010001001101001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAE2; }

 p { color: rgb(235,170,226); }

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

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

 a { background-color: rgb(235,170,226); }

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

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

 span { border-color: rgb(235,170,226); }

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