#EDBAED

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

Shades of French Lilac #EDBAED

Tints of French Lilac #EDBAED

Color information

#EDBAED (or 0xEDBAED) is unknown color: approx French Lilac. HEX triplet: ED, BA and ED. RGB value is (237,186,237). Sum of RGB (Red+Green+Blue) = 237+186+237=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDBAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAED is #124512. Grayscale: #CECECE. Windows color (decimal): -1197331 or 15579885. OLE color: 15579885.

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

Color convert

RGB237186237-
CMYK00.2200.07
HSL300º58.62%82.94%-
HSV(B)300º21.52%92.94%-
XYZ67.7759.2487.98-
YUV207.06144.9149.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 186 (73.05% from 255) = 28.18%
BLUE value IS 237 (92.97% from 255) = 35.91%
R=35.91%
G=28.18%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718623700.2200.0730058.6282.94
HexEDBAED0160712c3b53
Octal3552723550260745473123
Binary11101101101110101110110101011001111001011001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAED; }

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

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

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

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

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

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

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

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