#EBC5E5

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

Shades of French Lilac #EBC5E5

Tints of French Lilac #EBC5E5

Color information

#EBC5E5 (or 0xEBC5E5) is unknown color: approx French Lilac. HEX triplet: EB, C5 and E5. RGB value is (235,197,229). Sum of RGB (Red+Green+Blue) = 235+197+229=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5E5 is #143A1A. Grayscale: #D3D3D3. Windows color (decimal): -1325595 or 15058411. OLE color: 15058411.

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

Color convert

RGB235197229-
CMYK00.160.030.08
HSL309.47º48.72%84.71%-
HSV(B)309.47º16.17%92.16%-
XYZ68.3763.2582.73-
YUV212.01137.59144.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 197 (77.34% from 255) = 29.80%
BLUE value IS 229 (89.84% from 255) = 34.64%
R=35.55%
G=29.80%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519722900.160.030.08309.4748.7284.71
HexEBC5E5010381353155
Octal35330534502031046561125
Binary1110101111000101111001010100001110001001101011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5E5; }

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

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

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

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

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

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

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

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