#EBCAE3

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

Shades of French Lilac #EBCAE3

Tints of French Lilac #EBCAE3

Color information

#EBCAE3 (or 0xEBCAE3) is unknown color: approx French Lilac. HEX triplet: EB, CA and E3. RGB value is (235,202,227). Sum of RGB (Red+Green+Blue) = 235+202+227=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAE3 is #14351C. Grayscale: #D6D6D6. Windows color (decimal): -1324317 or 14928619. OLE color: 14928619.

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

Color convert

RGB235202227-
CMYK00.140.030.08
HSL314.55º45.21%85.69%-
HSV(B)314.55º14.04%92.16%-
XYZ69.2565.4581.66-
YUV214.72134.93142.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 227 (89.06% from 255) = 34.19%
R=35.39%
G=30.42%
B=34.19%

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
Decimal23520222700.140.030.08314.5545.2185.69
HexEBCAE30E3813b2d56
Octal35331234301631047355126
Binary111010111100101011100011011101110001001110111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAE3; }

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

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

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

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

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

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

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

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