Shades of French Lilac #EDB0DB
Tints of French Lilac #EDB0DB
RGB
CMYK
RGB Variations
Color information
#EDB0DB (or 0xEDB0DB) is known color: French Lilac. HEX triplet: ED, B0 and DB. RGB value is (237,176,219). Sum of RGB (Red+Green+Blue) = 237+176+219=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0DB is #124F24. Grayscale: #C7C7C7. Windows color (decimal): -1199909 or 14397677. OLE color: 14397677.
HSL color Cylindrical-coordinate representation of color #EDB0DB: hue angle of 317.7º 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 #EDB0DB is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 219 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.07 |
| HSL | 317.7º | 0.63% | 0.81% | - |
| HSV(B) | 317.7º | 0.26% | 0.93% | - |
| XYZ | 63.24 | 54.17 | 74.14 | - |
| YUV | 199.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 219 | 0 | 0.26 | 0.08 | 0.07 | 317.7 | 0.63 | 0.81 |
| Hex | ED | B0 | DB | 0 | 1A | 8 | 7 | 13E | 3F | 51 |
| Octal | 355 | 260 | 333 | 0 | 32 | 10 | 7 | 476 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11011011 | 0 | 11010 | 1000 | 111 | 100111110 | 111111 | 1010001 |
Color Harmonies of #EDB0DB
Complementary color
Monochromatic Colors of #EDB0DB
Black with #EDB0DB
Text Example
Text Example
White with #EDB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0DB; }
p { color: rgb(237,176,219); }
H1.HeaderClassName
{
color: #EDB0DB;
}
.AnyTagClassName
{
color: #EDB0DB;
}
</style>
background-color css
<style>
a { background-color: #EDB0DB; }
a { background-color: rgb(237,176,219); }
div.DivClassName
{
background-color: #EDB0DB;
}
.BgClassName
{
background-color: #EDB0DB;
}
</style>
border-color css
<style>
span { border-color: #EDB0DB; }
span { border-color: rgb(237,176,219); }
td.TdClassName
{
border-color: #EDB0DB;
}
.TagClassName
{
border-color: #EDB0DB;
}
</style>