#EDB0EB

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

Shades of French Lilac #EDB0EB

Tints of French Lilac #EDB0EB

Color information

#EDB0EB (or 0xEDB0EB) is unknown color: approx French Lilac. HEX triplet: ED, B0 and EB. RGB value is (237,176,235). Sum of RGB (Red+Green+Blue) = 237+176+235=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 176 (69.14% from 255 or 27.16% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0EB is #124F14. Grayscale: #C8C8C8. Windows color (decimal): -1199893 or 15446253. OLE color: 15446253.

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

Color convert

RGB237176235-
CMYK00.260.010.07
HSL301.97º62.89%80.98%-
HSV(B)301.97º25.74%92.94%-
XYZ65.4555.0585.77-
YUV200.96147.21153.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 176 (69.14% from 255) = 27.16%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=36.57%
G=27.16%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717623500.260.010.07301.9762.8980.98
HexEDB0EB01A1712e3f51
Octal3552603530321745677121
Binary11101101101100001110101101101011111001011101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0EB; }

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

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

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

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

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

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

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

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