#EBC9E3

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

Shades of French Lilac #EBC9E3

Tints of French Lilac #EBC9E3

Color information

#EBC9E3 (or 0xEBC9E3) is unknown color: approx French Lilac. HEX triplet: EB, C9 and E3. RGB value is (235,201,227). Sum of RGB (Red+Green+Blue) = 235+201+227=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 227 (89.06% from 255 or 34.24% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9E3 is #14361C. Grayscale: #D6D6D6. Windows color (decimal): -1324573 or 14928363. OLE color: 14928363.

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

Color convert

RGB235201227-
CMYK00.140.030.08
HSL314.12º45.95%85.49%-
HSV(B)314.12º14.47%92.16%-
XYZ69.0164.9881.58-
YUV214.13135.26142.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 201 (78.91% from 255) = 30.32%
BLUE value IS 227 (89.06% from 255) = 34.24%
R=35.44%
G=30.32%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520122700.140.030.08314.1245.9585.49
HexEBC9E30E3813a2e55
Octal35331134301631047256125
Binary111010111100100111100011011101110001001110101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9E3; }

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

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

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

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

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

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

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

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