#EBB6EB

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

Shades of French Lilac #EBB6EB

Tints of French Lilac #EBB6EB

Color information

#EBB6EB (or 0xEBB6EB) is unknown color: approx French Lilac. HEX triplet: EB, B6 and EB. RGB value is (235,182,235). Sum of RGB (Red+Green+Blue) = 235+182+235=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBB6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB6EB is #144914. Grayscale: #CBCBCB. Windows color (decimal): -1329429 or 15447787. OLE color: 15447787.

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

Color convert

RGB235182235-
CMYK00.2300.08
HSL300º56.99%81.76%-
HSV(B)300º22.55%92.16%-
XYZ65.9857.1286.14-
YUV203.89145.56150.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 182 (71.48% from 255) = 27.91%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=36.04%
G=27.91%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518223500.2300.0830056.9981.76
HexEBB6EB0170812c3952
Octal35326635302701045471122
Binary111010111011011011101011010111010001001011001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6EB; }

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

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

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

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

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

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

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

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