#EBC1E0

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

Shades of French Lilac #EBC1E0

Tints of French Lilac #EBC1E0

Color information

#EBC1E0 (or 0xEBC1E0) is unknown color: approx French Lilac. HEX triplet: EB, C1 and E0. RGB value is (235,193,224). Sum of RGB (Red+Green+Blue) = 235+193+224=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1E0 is #143E1F. Grayscale: #D1D1D1. Windows color (decimal): -1326624 or 14729707. OLE color: 14729707.

HSL color Cylindrical-coordinate representation of color #EBC1E0: hue angle of 315.71º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC1E0 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235193224-
CMYK00.180.050.08
HSL315.71º51.22%83.92%-
HSV(B)315.71º17.87%92.16%-
XYZ66.7961.1878.81-
YUV209.09136.41146.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 193 (75.78% from 255) = 29.60%
BLUE value IS 224 (87.89% from 255) = 34.36%
R=36.04%
G=29.60%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519322400.180.050.08315.7151.2283.92
HexEBC1E00125813c3354
Octal35330134002251047463124
Binary11101011110000011110000001001010110001001111001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1E0; }

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

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

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

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

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

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

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

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