#EBC2E1

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

Shades of French Lilac #EBC2E1

Tints of French Lilac #EBC2E1

Color information

#EBC2E1 (or 0xEBC2E1) is unknown color: approx French Lilac. HEX triplet: EB, C2 and E1. RGB value is (235,194,225). Sum of RGB (Red+Green+Blue) = 235+194+225=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2E1 is #143D1E. Grayscale: #D1D1D1. Windows color (decimal): -1326367 or 14795499. OLE color: 14795499.

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

Color convert

RGB235194225-
CMYK00.170.040.08
HSL314.63º50.62%84.12%-
HSV(B)314.63º17.45%92.16%-
XYZ67.1461.6879.6-
YUV209.79136.58145.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 194 (76.17% from 255) = 29.66%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=35.93%
G=29.66%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519422500.170.040.08314.6350.6284.12
HexEBC2E10114813b3354
Octal35330234102141047363124
Binary11101011110000101110000101000110010001001110111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2E1; }

 p { color: rgb(235,194,225); }

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

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

 a { background-color: rgb(235,194,225); }

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

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

 span { border-color: rgb(235,194,225); }

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