#EBBCEA

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

Shades of French Lilac #EBBCEA

Tints of French Lilac #EBBCEA

Color information

#EBBCEA (or 0xEBBCEA) is unknown color: approx French Lilac. HEX triplet: EB, BC and EA. RGB value is (235,188,234). Sum of RGB (Red+Green+Blue) = 235+188+234=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBCEA is #144315. Grayscale: #CFCFCF. Windows color (decimal): -1327894 or 15383787. OLE color: 15383787.

HSL color Cylindrical-coordinate representation of color #EBBCEA: hue angle of 301.28º 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 #EBBCEA is Cyan = 0, Magento = 0.2, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB235188234-
CMYK00.20.000.08
HSL301.28º54.02%82.94%-
HSV(B)301.28º20%92.16%-
XYZ67.159.5785.8-
YUV207.3143.07147.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 188 (73.83% from 255) = 28.61%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=35.77%
G=28.61%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518823400.20.000.08301.2854.0282.94
HexEBBCEA0140812d3653
Octal35327435202401045566123
Binary111010111011110011101010010100010001001011011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCEA; }

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

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

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

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

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

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

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

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