#EDB0E6

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

Shades of French Lilac #EDB0E6

Tints of French Lilac #EDB0E6

Color information

#EDB0E6 (or 0xEDB0E6) is unknown color: approx French Lilac. HEX triplet: ED, B0 and E6. RGB value is (237,176,230). Sum of RGB (Red+Green+Blue) = 237+176+230=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0E6 is #124F19. Grayscale: #C8C8C8. Windows color (decimal): -1199898 or 15118573. OLE color: 15118573.

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

Color convert

RGB237176230-
CMYK00.260.030.07
HSL306.89º62.89%80.98%-
HSV(B)306.89º25.74%92.94%-
XYZ64.7354.7782.02-
YUV200.4144.71154.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 176 (69.14% from 255) = 27.37%
BLUE value IS 230 (90.23% from 255) = 35.77%
R=36.86%
G=27.37%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717623000.260.030.07306.8962.8980.98
HexEDB0E601A371333f51
Octal3552603460323746377121
Binary111011011011000011100110011010111111001100111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0E6; }

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

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

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

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

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

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

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

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