Shades of French Lilac #EDB0E9
Tints of French Lilac #EDB0E9
RGB
CMYK
RGB Variations
Color information
#EDB0E9 (or 0xEDB0E9) is known color: French Lilac. HEX triplet: ED, B0 and E9. RGB value is (237,176,233). Sum of RGB (Red+Green+Blue) = 237+176+233=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0E9 is #124F16. Grayscale: #C8C8C8. Windows color (decimal): -1199895 or 15315181. OLE color: 15315181.
HSL color Cylindrical-coordinate representation of color #EDB0E9: hue angle of 303.93º 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 #EDB0E9 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 233 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.07 |
| HSL | 303.93º | 0.63% | 0.81% | - |
| HSV(B) | 303.93º | 0.26% | 0.93% | - |
| XYZ | 65.16 | 54.94 | 84.26 | - |
| YUV | 200.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 233 | 0 | 0.26 | 0.02 | 0.07 | 303.93 | 0.63 | 0.81 |
| Hex | ED | B0 | E9 | 0 | 1A | 2 | 7 | 130 | 3F | 51 |
| Octal | 355 | 260 | 351 | 0 | 32 | 2 | 7 | 460 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11101001 | 0 | 11010 | 10 | 111 | 100110000 | 111111 | 1010001 |
Color Harmonies of #EDB0E9
Complementary color
Monochromatic Colors of #EDB0E9
Black with #EDB0E9
Text Example
Text Example
White with #EDB0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0E9; }
p { color: rgb(237,176,233); }
H1.HeaderClassName
{
color: #EDB0E9;
}
.AnyTagClassName
{
color: #EDB0E9;
}
</style>
background-color css
<style>
a { background-color: #EDB0E9; }
a { background-color: rgb(237,176,233); }
div.DivClassName
{
background-color: #EDB0E9;
}
.BgClassName
{
background-color: #EDB0E9;
}
</style>
border-color css
<style>
span { border-color: #EDB0E9; }
span { border-color: rgb(237,176,233); }
td.TdClassName
{
border-color: #EDB0E9;
}
.TagClassName
{
border-color: #EDB0E9;
}
</style>