#EBB3EB

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

Shades of French Lilac #EBB3EB

Tints of French Lilac #EBB3EB

Color information

#EBB3EB (or 0xEBB3EB) is unknown color: approx French Lilac. HEX triplet: EB, B3 and EB. RGB value is (235,179,235). Sum of RGB (Red+Green+Blue) = 235+179+235=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 179 (70.31% from 255 or 27.58% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBB3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB3EB is #144C14. Grayscale: #C9C9C9. Windows color (decimal): -1330197 or 15447019. OLE color: 15447019.

HSL color Cylindrical-coordinate representation of color #EBB3EB: hue angle of 300º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3EB is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235179235-
CMYK00.2400.08
HSL300º58.33%81.18%-
HSV(B)300º23.83%92.16%-
XYZ65.3855.985.94-
YUV202.13146.55151.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 179 (70.31% from 255) = 27.58%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=36.21%
G=27.58%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517923500.2400.0830058.3381.18
HexEBB3EB0180812c3a51
Octal35326335303001045472121
Binary111010111011001111101011011000010001001011001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3EB; }

 p { color: rgb(235,179,235); }

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

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

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

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

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

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

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