#EBC6E1

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

Shades of French Lilac #EBC6E1

Tints of French Lilac #EBC6E1

Color information

#EBC6E1 (or 0xEBC6E1) is unknown color: approx French Lilac. HEX triplet: EB, C6 and E1. RGB value is (235,198,225). Sum of RGB (Red+Green+Blue) = 235+198+225=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6E1 is #14391E. Grayscale: #D4D4D4. Windows color (decimal): -1325343 or 14796523. OLE color: 14796523.

HSL color Cylindrical-coordinate representation of color #EBC6E1: hue angle of 316.22º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC6E1 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235198225-
CMYK00.160.040.08
HSL316.22º48.05%84.9%-
HSV(B)316.22º15.74%92.16%-
XYZ68.0563.4979.9-
YUV212.14135.26144.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 198 (77.73% from 255) = 30.09%
BLUE value IS 225 (88.28% from 255) = 34.19%
R=35.71%
G=30.09%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519822500.160.040.08316.2248.0584.9
HexEBC6E10104813c3055
Octal35330634102041047460125
Binary11101011110001101110000101000010010001001111001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6E1; }

 p { color: rgb(235,198,225); }

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

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

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

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

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

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

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