#EBCAE4

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

Shades of French Lilac #EBCAE4

Tints of French Lilac #EBCAE4

Color information

#EBCAE4 (or 0xEBCAE4) is unknown color: approx French Lilac. HEX triplet: EB, CA and E4. RGB value is (235,202,228). Sum of RGB (Red+Green+Blue) = 235+202+228=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAE4 is #14351B. Grayscale: #D6D6D6. Windows color (decimal): -1324316 or 14994155. OLE color: 14994155.

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

Color convert

RGB235202228-
CMYK00.140.030.08
HSL312.73º45.21%85.69%-
HSV(B)312.73º14.04%92.16%-
XYZ69.3965.582.39-
YUV214.83135.43142.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 228 (89.45% from 255) = 34.29%
R=35.34%
G=30.38%
B=34.29%

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
Decimal23520222800.140.030.08312.7345.2185.69
HexEBCAE40E381392d56
Octal35331234401631047155126
Binary111010111100101011100100011101110001001110011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAE4; }

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

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

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

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

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

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

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

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