Shades of French Lilac #EDBCE9
Tints of French Lilac #EDBCE9
RGB
CMYK
RGB Variations
Color information
#EDBCE9 (or 0xEDBCE9) is known color: French Lilac. HEX triplet: ED, BC and E9. RGB value is (237,188,233). Sum of RGB (Red+Green+Blue) = 237+188+233=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCE9 is #124316. Grayscale: #CFCFCF. Windows color (decimal): -1196823 or 15318253. OLE color: 15318253.
HSL color Cylindrical-coordinate representation of color #EDBCE9: hue angle of 304.9º 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 #EDBCE9 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 233 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.07 |
| HSL | 304.9º | 0.58% | 0.83% | - |
| HSV(B) | 304.9º | 0.21% | 0.93% | - |
| XYZ | 67.62 | 59.85 | 85.08 | - |
| YUV | 207.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 233 | 0 | 0.21 | 0.02 | 0.07 | 304.9 | 0.58 | 0.83 |
| Hex | ED | BC | E9 | 0 | 15 | 2 | 7 | 131 | 3A | 53 |
| Octal | 355 | 274 | 351 | 0 | 25 | 2 | 7 | 461 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11101001 | 0 | 10101 | 10 | 111 | 100110001 | 111010 | 1010011 |
Color Harmonies of #EDBCE9
Complementary color
Monochromatic Colors of #EDBCE9
Black with #EDBCE9
Text Example
Text Example
White with #EDBCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCE9; }
p { color: rgb(237,188,233); }
H1.HeaderClassName
{
color: #EDBCE9;
}
.AnyTagClassName
{
color: #EDBCE9;
}
</style>
background-color css
<style>
a { background-color: #EDBCE9; }
a { background-color: rgb(237,188,233); }
div.DivClassName
{
background-color: #EDBCE9;
}
.BgClassName
{
background-color: #EDBCE9;
}
</style>
border-color css
<style>
span { border-color: #EDBCE9; }
span { border-color: rgb(237,188,233); }
td.TdClassName
{
border-color: #EDBCE9;
}
.TagClassName
{
border-color: #EDBCE9;
}
</style>