#EBB9EB

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

Shades of French Lilac #EBB9EB

Tints of French Lilac #EBB9EB

Color information

#EBB9EB (or 0xEBB9EB) is unknown color: approx French Lilac. HEX triplet: EB, B9 and EB. RGB value is (235,185,235). Sum of RGB (Red+Green+Blue) = 235+185+235=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBB9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB9EB is #144614. Grayscale: #CDCDCD. Windows color (decimal): -1328661 or 15448555. OLE color: 15448555.

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

Color convert

RGB235185235-
CMYK00.2100.08
HSL300º55.56%82.35%-
HSV(B)300º21.28%92.16%-
XYZ66.6158.3686.35-
YUV205.65144.56148.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 185 (72.66% from 255) = 28.24%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=35.88%
G=28.24%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518523500.2100.0830055.5682.35
HexEBB9EB0150812c3852
Octal35327135302501045470122
Binary111010111011100111101011010101010001001011001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9EB; }

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

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

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

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

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

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

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

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