#EBC5E2

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

Shades of French Lilac #EBC5E2

Tints of French Lilac #EBC5E2

Color information

#EBC5E2 (or 0xEBC5E2) is unknown color: approx French Lilac. HEX triplet: EB, C5 and E2. RGB value is (235,197,226). Sum of RGB (Red+Green+Blue) = 235+197+226=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5E2 is #143A1D. Grayscale: #D3D3D3. Windows color (decimal): -1325598 or 14861803. OLE color: 14861803.

HSL color Cylindrical-coordinate representation of color #EBC5E2: hue angle of 314.21º degrees, saturation: 0.49, 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 #EBC5E2 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235197226-
CMYK00.160.040.08
HSL314.21º48.72%84.71%-
HSV(B)314.21º16.17%92.16%-
XYZ67.9563.0980.55-
YUV211.67136.09144.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 197 (77.34% from 255) = 29.94%
BLUE value IS 226 (88.67% from 255) = 34.35%
R=35.71%
G=29.94%
B=34.35%

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
Decimal23519722600.160.040.08314.2148.7284.71
HexEBC5E20104813a3155
Octal35330534202041047261125
Binary11101011110001011110001001000010010001001110101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5E2; }

 p { color: rgb(235,197,226); }

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

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

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

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

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

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

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