#EDB0EC

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

Shades of French Lilac #EDB0EC

Tints of French Lilac #EDB0EC

Color information

#EDB0EC (or 0xEDB0EC) is unknown color: approx French Lilac. HEX triplet: ED, B0 and EC. RGB value is (237,176,236). Sum of RGB (Red+Green+Blue) = 237+176+236=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0EC is #124F13. Grayscale: #C8C8C8. Windows color (decimal): -1199892 or 15511789. OLE color: 15511789.

HSL color Cylindrical-coordinate representation of color #EDB0EC: hue angle of 300.98º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0EC is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237176236-
CMYK00.260.000.07
HSL300.98º62.89%80.98%-
HSV(B)300.98º25.74%92.94%-
XYZ65.5955.1186.54-
YUV201.08147.71153.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 176 (69.14% from 255) = 27.12%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=36.52%
G=27.12%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717623600.260.000.07300.9862.8980.98
HexEDB0EC01A0712d3f51
Octal3552603540320745577121
Binary11101101101100001110110001101001111001011011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0EC; }

 p { color: rgb(237,176,236); }

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

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

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

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

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

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

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