#EBBCE6

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

Shades of French Lilac #EBBCE6

Tints of French Lilac #EBBCE6

Color information

#EBBCE6 (or 0xEBBCE6) is unknown color: approx French Lilac. HEX triplet: EB, BC and E6. RGB value is (235,188,230). Sum of RGB (Red+Green+Blue) = 235+188+230=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBCE6 is #144319. Grayscale: #CECECE. Windows color (decimal): -1327898 or 15121643. OLE color: 15121643.

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

Color convert

RGB235188230-
CMYK00.20.020.08
HSL306.38º54.02%82.94%-
HSV(B)306.38º20%92.16%-
XYZ66.5359.3482.81-
YUV206.84141.07148.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 188 (73.83% from 255) = 28.79%
BLUE value IS 230 (90.23% from 255) = 35.22%
R=35.99%
G=28.79%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518823000.20.020.08306.3854.0282.94
HexEBBCE6014281323653
Octal35327434602421046266123
Binary1110101110111100111001100101001010001001100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCE6; }

 p { color: rgb(235,188,230); }

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

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

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

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

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

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

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