Shades of French Lilac #EDB7DC
Tints of French Lilac #EDB7DC
RGB
CMYK
RGB Variations
Color information
#EDB7DC (or 0xEDB7DC) is known color: French Lilac. HEX triplet: ED, B7 and DC. RGB value is (237,183,220). Sum of RGB (Red+Green+Blue) = 237+183+220=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7DC is #124823. Grayscale: #CBCBCB. Windows color (decimal): -1198116 or 14465005. OLE color: 14465005.
HSL color Cylindrical-coordinate representation of color #EDB7DC: hue angle of 318.89º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB7DC is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 220 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.07 |
| HSL | 318.89º | 0.6% | 0.82% | - |
| HSV(B) | 318.89º | 0.23% | 0.93% | - |
| XYZ | 64.78 | 57.04 | 75.31 | - |
| YUV | 203.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 220 | 0 | 0.23 | 0.07 | 0.07 | 318.89 | 0.6 | 0.82 |
| Hex | ED | B7 | DC | 0 | 17 | 7 | 7 | 13F | 3C | 52 |
| Octal | 355 | 267 | 334 | 0 | 27 | 7 | 7 | 477 | 74 | 122 |
| Binary | 11101101 | 10110111 | 11011100 | 0 | 10111 | 111 | 111 | 100111111 | 111100 | 1010010 |
Color Harmonies of #EDB7DC
Complementary color
Monochromatic Colors of #EDB7DC
Black with #EDB7DC
Text Example
Text Example
White with #EDB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7DC; }
p { color: rgb(237,183,220); }
H1.HeaderClassName
{
color: #EDB7DC;
}
.AnyTagClassName
{
color: #EDB7DC;
}
</style>
background-color css
<style>
a { background-color: #EDB7DC; }
a { background-color: rgb(237,183,220); }
div.DivClassName
{
background-color: #EDB7DC;
}
.BgClassName
{
background-color: #EDB7DC;
}
</style>
border-color css
<style>
span { border-color: #EDB7DC; }
span { border-color: rgb(237,183,220); }
td.TdClassName
{
border-color: #EDB7DC;
}
.TagClassName
{
border-color: #EDB7DC;
}
</style>