#EBAED8

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

Shades of French Lilac #EBAED8

Tints of French Lilac #EBAED8

Color information

#EBAED8 (or 0xEBAED8) is unknown color: approx French Lilac. HEX triplet: EB, AE and D8. RGB value is (235,174,216). Sum of RGB (Red+Green+Blue) = 235+174+216=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAED8 is #145127. Grayscale: #C4C4C4. Windows color (decimal): -1331496 or 14200555. OLE color: 14200555.

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

Color convert

RGB235174216-
CMYK00.260.080.08
HSL318.69º60.4%80.2%-
HSV(B)318.69º25.96%92.16%-
XYZ61.7952.8971.92-
YUV197.03138.71155.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 216 (84.77% from 255) = 34.56%
R=37.6%
G=27.84%
B=34.56%

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
Decimal23517421600.260.080.08318.6960.480.2
HexEBAED801A8813f3c50
Octal353256330032101047774120
Binary111010111010111011011000011010100010001001111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAED8; }

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

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

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

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

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

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

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

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