#EBBEEB

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

Shades of French Lilac #EBBEEB

Tints of French Lilac #EBBEEB

Color information

#EBBEEB (or 0xEBBEEB) is unknown color: approx French Lilac. HEX triplet: EB, BE and EB. RGB value is (235,190,235). Sum of RGB (Red+Green+Blue) = 235+190+235=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBBEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBEEB is #144114. Grayscale: #D0D0D0. Windows color (decimal): -1327381 or 15449835. OLE color: 15449835.

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

Color convert

RGB235190235-
CMYK00.1900.08
HSL300º52.94%83.33%-
HSV(B)300º19.15%92.16%-
XYZ67.6760.4986.71-
YUV208.58142.91146.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 190 (74.61% from 255) = 28.79%
BLUE value IS 235 (92.19% from 255) = 35.61%
R=35.61%
G=28.79%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519023500.1900.0830052.9483.33
HexEBBEEB0130812c3553
Octal35327635302301045465123
Binary111010111011111011101011010011010001001011001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEEB; }

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

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

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

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

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

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

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

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