#EBC9E4

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

Shades of French Lilac #EBC9E4

Tints of French Lilac #EBC9E4

Color information

#EBC9E4 (or 0xEBC9E4) is unknown color: approx French Lilac. HEX triplet: EB, C9 and E4. RGB value is (235,201,228). Sum of RGB (Red+Green+Blue) = 235+201+228=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 228 (89.45% from 255 or 34.34% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9E4 is #14361B. Grayscale: #D6D6D6. Windows color (decimal): -1324572 or 14993899. OLE color: 14993899.

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

Color convert

RGB235201228-
CMYK00.140.030.08
HSL312.35º45.95%85.49%-
HSV(B)312.35º14.47%92.16%-
XYZ69.1565.0482.31-
YUV214.24135.76142.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 201 (78.91% from 255) = 30.27%
BLUE value IS 228 (89.45% from 255) = 34.34%
R=35.39%
G=30.27%
B=34.34%

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
Decimal23520122800.140.030.08312.3545.9585.49
HexEBC9E40E381382e55
Octal35331134401631047056125
Binary111010111100100111100100011101110001001110001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9E4; }

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

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

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

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

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

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

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

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