#EBAED7

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

Shades of French Lilac #EBAED7

Tints of French Lilac #EBAED7

Color information

#EBAED7 (or 0xEBAED7) is unknown color: approx French Lilac. HEX triplet: EB, AE and D7. RGB value is (235,174,215). Sum of RGB (Red+Green+Blue) = 235+174+215=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAED7 is #145128. Grayscale: #C4C4C4. Windows color (decimal): -1331497 or 14135019. OLE color: 14135019.

HSL color Cylindrical-coordinate representation of color #EBAED7: hue angle of 319.67º degrees, saturation: 0.6, 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 #EBAED7 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235174215-
CMYK00.260.090.08
HSL319.67º60.4%80.2%-
HSV(B)319.67º25.96%92.16%-
XYZ61.6652.8471.24-
YUV196.91138.21155.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=37.66%
G=27.88%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517421500.260.090.08319.6760.480.2
HexEBAED701A981403c50
Octal353256327032111050074120
Binary111010111010111011010111011010100110001010000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAED7; }

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

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

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

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

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

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

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

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