#EBC9E2

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

Shades of French Lilac #EBC9E2

Tints of French Lilac #EBC9E2

Color information

#EBC9E2 (or 0xEBC9E2) is unknown color: approx French Lilac. HEX triplet: EB, C9 and E2. RGB value is (235,201,226). Sum of RGB (Red+Green+Blue) = 235+201+226=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9E2 is #14361D. Grayscale: #D5D5D5. Windows color (decimal): -1324574 or 14862827. OLE color: 14862827.

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

Color convert

RGB235201226-
CMYK00.140.040.08
HSL315.88º45.95%85.49%-
HSV(B)315.88º14.47%92.16%-
XYZ68.8864.9380.85-
YUV214.02134.76142.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 201 (78.91% from 255) = 30.36%
BLUE value IS 226 (88.67% from 255) = 34.14%
R=35.50%
G=30.36%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520122600.140.040.08315.8845.9585.49
HexEBC9E20E4813c2e55
Octal35331134201641047456125
Binary1110101111001001111000100111010010001001111001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9E2; }

 p { color: rgb(235,201,226); }

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

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

 a { background-color: rgb(235,201,226); }

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

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

 span { border-color: rgb(235,201,226); }

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