#EBCAE2

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

Shades of French Lilac #EBCAE2

Tints of French Lilac #EBCAE2

Color information

#EBCAE2 (or 0xEBCAE2) is unknown color: approx French Lilac. HEX triplet: EB, CA and E2. RGB value is (235,202,226). Sum of RGB (Red+Green+Blue) = 235+202+226=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAE2 is #14351D. Grayscale: #D6D6D6. Windows color (decimal): -1324318 or 14863083. OLE color: 14863083.

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

Color convert

RGB235202226-
CMYK00.140.040.08
HSL316.36º45.21%85.69%-
HSV(B)316.36º14.04%92.16%-
XYZ69.1165.3980.93-
YUV214.6134.43142.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 202 (79.30% from 255) = 30.47%
BLUE value IS 226 (88.67% from 255) = 34.09%
R=35.44%
G=30.47%
B=34.09%

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
Decimal23520222600.140.040.08316.3645.2185.69
HexEBCAE20E4813c2d56
Octal35331234201641047455126
Binary1110101111001010111000100111010010001001111001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAE2; }

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

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

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

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

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

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

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

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