#EDBADE

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

Shades of French Lilac #EDBADE

Tints of French Lilac #EDBADE

Color information

#EDBADE (or 0xEDBADE) is unknown color: approx French Lilac. HEX triplet: ED, BA and DE. RGB value is (237,186,222). Sum of RGB (Red+Green+Blue) = 237+186+222=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBADE is #124521. Grayscale: #CDCDCD. Windows color (decimal): -1197346 or 14596845. OLE color: 14596845.

HSL color Cylindrical-coordinate representation of color #EDBADE: hue angle of 317.65º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBADE is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB237186222-
CMYK00.220.060.07
HSL317.65º58.62%82.94%-
HSV(B)317.65º21.52%92.94%-
XYZ65.6758.476.92-
YUV205.35137.4150.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.74%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 222 (87.11% from 255) = 34.42%
R=36.74%
G=28.84%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718622200.220.060.07317.6558.6282.94
HexEDBADE0166713e3b53
Octal3552723360266747673123
Binary1110110110111010110111100101101101111001111101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBADE; }

 p { color: rgb(237,186,222); }

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

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

 a { background-color: rgb(237,186,222); }

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

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

 span { border-color: rgb(237,186,222); }

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