#EBADD9

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

Shades of French Lilac #EBADD9

Tints of French Lilac #EBADD9

Color information

#EBADD9 (or 0xEBADD9) is unknown color: approx French Lilac. HEX triplet: EB, AD and D9. RGB value is (235,173,217). Sum of RGB (Red+Green+Blue) = 235+173+217=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADD9 is #145226. Grayscale: #C4C4C4. Windows color (decimal): -1331751 or 14265835. OLE color: 14265835.

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

Color convert

RGB235173217-
CMYK00.260.080.08
HSL317.42º60.78%80%-
HSV(B)317.42º26.38%92.16%-
XYZ61.7352.5672.54-
YUV196.55139.54155.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 217 (85.16% from 255) = 34.72%
R=37.6%
G=27.68%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517321700.260.080.08317.4260.7880
HexEBADD901A8813d3d50
Octal353255331032101047575120
Binary111010111010110111011001011010100010001001111011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADD9; }

 p { color: rgb(235,173,217); }

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

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

 a { background-color: rgb(235,173,217); }

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

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

 span { border-color: rgb(235,173,217); }

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