#EBBAEC

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

Shades of French Lilac #EBBAEC

Tints of French Lilac #EBBAEC

Color information

#EBBAEC (or 0xEBBAEC) is unknown color: approx French Lilac. HEX triplet: EB, BA and EC. RGB value is (235,186,236). Sum of RGB (Red+Green+Blue) = 235+186+236=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBBAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAEC is #144513. Grayscale: #CECECE. Windows color (decimal): -1328404 or 15514347. OLE color: 15514347.

HSL color Cylindrical-coordinate representation of color #EBBAEC: hue angle of 298.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBAEC is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235186236-
CMYK0.000.2100.07
HSL298.8º56.82%82.75%-
HSV(B)298.8º21.19%92.55%-
XYZ66.9658.8487.18-
YUV206.35144.73148.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 186 (73.05% from 255) = 28.31%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=35.77%
G=28.31%
B=35.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351862360.000.2100.07298.856.8282.75
HexEBBAEC0150712b3953
Octal3532723540250745371123
Binary11101011101110101110110001010101111001010111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAEC; }

 p { color: rgb(235,186,236); }

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

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

 a { background-color: rgb(235,186,236); }

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

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

 span { border-color: rgb(235,186,236); }

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