#EBB7EB

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

Shades of French Lilac #EBB7EB

Tints of French Lilac #EBB7EB

Color information

#EBB7EB (or 0xEBB7EB) is unknown color: approx French Lilac. HEX triplet: EB, B7 and EB. RGB value is (235,183,235). Sum of RGB (Red+Green+Blue) = 235+183+235=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 183 (71.88% from 255 or 28.02% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBB7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB7EB is #144814. Grayscale: #CCCCCC. Windows color (decimal): -1329173 or 15448043. OLE color: 15448043.

HSL color Cylindrical-coordinate representation of color #EBB7EB: 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.22%. Process color model (Four color, CMYK) of #EBB7EB is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235183235-
CMYK00.2200.08
HSL300º56.52%81.96%-
HSV(B)300º22.13%92.16%-
XYZ66.1957.5386.21-
YUV204.48145.23149.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 183 (71.88% from 255) = 28.02%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=35.99%
G=28.02%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518323500.2200.0830056.5281.96
HexEBB7EB0160812c3952
Octal35326735302601045471122
Binary111010111011011111101011010110010001001011001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7EB; }

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

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

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

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

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

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

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

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