#EBB4EB

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

Shades of French Lilac #EBB4EB

Tints of French Lilac #EBB4EB

Color information

#EBB4EB (or 0xEBB4EB) is unknown color: approx French Lilac. HEX triplet: EB, B4 and EB. RGB value is (235,180,235). Sum of RGB (Red+Green+Blue) = 235+180+235=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBB4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB4EB is #144B14. Grayscale: #CACACA. Windows color (decimal): -1329941 or 15447275. OLE color: 15447275.

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

Color convert

RGB235180235-
CMYK00.2300.08
HSL300º57.89%81.37%-
HSV(B)300º23.4%92.16%-
XYZ65.5856.386.01-
YUV202.72146.22151.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 180 (70.70% from 255) = 27.69%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=36.15%
G=27.69%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518023500.2300.0830057.8981.37
HexEBB4EB0170812c3a51
Octal35326435302701045472121
Binary111010111011010011101011010111010001001011001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB4EB; }

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

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

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

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

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

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

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

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