Shades of French Lilac #EDB0DE
Tints of French Lilac #EDB0DE
RGB
CMYK
RGB Variations
Color information
#EDB0DE (or 0xEDB0DE) is known color: French Lilac. HEX triplet: ED, B0 and DE. RGB value is (237,176,222). Sum of RGB (Red+Green+Blue) = 237+176+222=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0DE is #124F21. Grayscale: #C7C7C7. Windows color (decimal): -1199906 or 14594285. OLE color: 14594285.
HSL color Cylindrical-coordinate representation of color #EDB0DE: hue angle of 314.75º 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 #EDB0DE is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 222 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.07 |
| HSL | 314.75º | 0.63% | 0.81% | - |
| HSV(B) | 314.75º | 0.26% | 0.93% | - |
| XYZ | 63.64 | 54.33 | 76.24 | - |
| YUV | 199.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 222 | 0 | 0.26 | 0.06 | 0.07 | 314.75 | 0.63 | 0.81 |
| Hex | ED | B0 | DE | 0 | 1A | 6 | 7 | 13B | 3F | 51 |
| Octal | 355 | 260 | 336 | 0 | 32 | 6 | 7 | 473 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11011110 | 0 | 11010 | 110 | 111 | 100111011 | 111111 | 1010001 |
Color Harmonies of #EDB0DE
Complementary color
Monochromatic Colors of #EDB0DE
Black with #EDB0DE
Text Example
Text Example
White with #EDB0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0DE; }
p { color: rgb(237,176,222); }
H1.HeaderClassName
{
color: #EDB0DE;
}
.AnyTagClassName
{
color: #EDB0DE;
}
</style>
background-color css
<style>
a { background-color: #EDB0DE; }
a { background-color: rgb(237,176,222); }
div.DivClassName
{
background-color: #EDB0DE;
}
.BgClassName
{
background-color: #EDB0DE;
}
</style>
border-color css
<style>
span { border-color: #EDB0DE; }
span { border-color: rgb(237,176,222); }
td.TdClassName
{
border-color: #EDB0DE;
}
.TagClassName
{
border-color: #EDB0DE;
}
</style>