#EBB2EB

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

Shades of French Lilac #EBB2EB

Tints of French Lilac #EBB2EB

Color information

#EBB2EB (or 0xEBB2EB) is unknown color: approx French Lilac. HEX triplet: EB, B2 and EB. RGB value is (235,178,235). Sum of RGB (Red+Green+Blue) = 235+178+235=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 178 (69.92% from 255 or 27.47% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBB2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB2EB is #144D14. Grayscale: #C9C9C9. Windows color (decimal): -1330453 or 15446763. OLE color: 15446763.

HSL color Cylindrical-coordinate representation of color #EBB2EB: hue angle of 300º degrees, saturation: 0.59, 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 #EBB2EB is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235178235-
CMYK00.2400.08
HSL300º58.76%80.98%-
HSV(B)300º24.26%92.16%-
XYZ65.1855.585.87-
YUV201.54146.88151.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 178 (69.92% from 255) = 27.47%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=36.27%
G=27.47%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517823500.2400.0830058.7680.98
HexEBB2EB0180812c3b51
Octal35326235303001045473121
Binary111010111011001011101011011000010001001011001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2EB; }

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

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

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

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

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

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

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

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