#EBC5E6

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

Shades of French Lilac #EBC5E6

Tints of French Lilac #EBC5E6

Color information

#EBC5E6 (or 0xEBC5E6) is unknown color: approx French Lilac. HEX triplet: EB, C5 and E6. RGB value is (235,197,230). Sum of RGB (Red+Green+Blue) = 235+197+230=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC5E6 is #143A19. Grayscale: #D4D4D4. Windows color (decimal): -1325594 or 15123947. OLE color: 15123947.

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

Color convert

RGB235197230-
CMYK00.160.020.08
HSL307.89º48.72%84.71%-
HSV(B)307.89º16.17%92.16%-
XYZ68.5163.3183.47-
YUV212.12138.09144.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 197 (77.34% from 255) = 29.76%
BLUE value IS 230 (90.23% from 255) = 34.74%
R=35.50%
G=29.76%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519723000.160.020.08307.8948.7284.71
HexEBC5E6010281343155
Octal35330534602021046461125
Binary1110101111000101111001100100001010001001101001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5E6; }

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

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

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

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

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

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

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

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