#EBACD7

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

Shades of French Lilac #EBACD7

Tints of French Lilac #EBACD7

Color information

#EBACD7 (or 0xEBACD7) is unknown color: approx French Lilac. HEX triplet: EB, AC and D7. RGB value is (235,172,215). Sum of RGB (Red+Green+Blue) = 235+172+215=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACD7 is #145328. Grayscale: #C3C3C3. Windows color (decimal): -1332009 or 14134507. OLE color: 14134507.

HSL color Cylindrical-coordinate representation of color #EBACD7: hue angle of 319.05º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACD7 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235172215-
CMYK00.270.090.08
HSL319.05º61.17%79.8%-
HSV(B)319.05º26.81%92.16%-
XYZ61.2852.0771.11-
YUV195.74138.87156-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 215 (84.38% from 255) = 34.57%
R=37.78%
G=27.65%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517221500.270.090.08319.0561.1779.8
HexEBACD701B9813f3d50
Octal353254327033111047775120
Binary111010111010110011010111011011100110001001111111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACD7; }

 p { color: rgb(235,172,215); }

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

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

 a { background-color: rgb(235,172,215); }

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

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

 span { border-color: rgb(235,172,215); }

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