Shades of French Lilac #EDBCDD
Tints of French Lilac #EDBCDD
RGB
CMYK
RGB Variations
Color information
#EDBCDD (or 0xEDBCDD) is known color: French Lilac. HEX triplet: ED, BC and DD. RGB value is (237,188,221). Sum of RGB (Red+Green+Blue) = 237+188+221=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCDD is #124322. Grayscale: #CECECE. Windows color (decimal): -1196835 or 14531821. OLE color: 14531821.
HSL color Cylindrical-coordinate representation of color #EDBCDD: hue angle of 319.59º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBCDD is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 221 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.07 |
| HSL | 319.59º | 0.58% | 0.83% | - |
| HSV(B) | 319.59º | 0.21% | 0.93% | - |
| XYZ | 65.96 | 59.19 | 76.36 | - |
| YUV | 206.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 221 | 0 | 0.21 | 0.07 | 0.07 | 319.59 | 0.58 | 0.83 |
| Hex | ED | BC | DD | 0 | 15 | 7 | 7 | 140 | 3A | 53 |
| Octal | 355 | 274 | 335 | 0 | 25 | 7 | 7 | 500 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11011101 | 0 | 10101 | 111 | 111 | 101000000 | 111010 | 1010011 |
Color Harmonies of #EDBCDD
Complementary color
Monochromatic Colors of #EDBCDD
Black with #EDBCDD
Text Example
Text Example
White with #EDBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCDD; }
p { color: rgb(237,188,221); }
H1.HeaderClassName
{
color: #EDBCDD;
}
.AnyTagClassName
{
color: #EDBCDD;
}
</style>
background-color css
<style>
a { background-color: #EDBCDD; }
a { background-color: rgb(237,188,221); }
div.DivClassName
{
background-color: #EDBCDD;
}
.BgClassName
{
background-color: #EDBCDD;
}
</style>
border-color css
<style>
span { border-color: #EDBCDD; }
span { border-color: rgb(237,188,221); }
td.TdClassName
{
border-color: #EDBCDD;
}
.TagClassName
{
border-color: #EDBCDD;
}
</style>