#EBC5E0

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

Shades of French Lilac #EBC5E0

Tints of French Lilac #EBC5E0

Color information

#EBC5E0 (or 0xEBC5E0) is unknown color: approx French Lilac. HEX triplet: EB, C5 and E0. RGB value is (235,197,224). Sum of RGB (Red+Green+Blue) = 235+197+224=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5E0 is #143A1F. Grayscale: #D3D3D3. Windows color (decimal): -1325600 or 14730731. OLE color: 14730731.

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

Color convert

RGB235197224-
CMYK00.160.050.08
HSL317.37º48.72%84.71%-
HSV(B)317.37º16.17%92.16%-
XYZ67.6862.9879.11-
YUV211.44135.09144.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 197 (77.34% from 255) = 30.03%
BLUE value IS 224 (87.89% from 255) = 34.15%
R=35.82%
G=30.03%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519722400.160.050.08317.3748.7284.71
HexEBC5E00105813d3155
Octal35330534002051047561125
Binary11101011110001011110000001000010110001001111011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5E0; }

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

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

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

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

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

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

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

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