Shades of French Lilac #EDBCE0
Tints of French Lilac #EDBCE0
RGB
CMYK
RGB Variations
Color information
#EDBCE0 (or 0xEDBCE0) is known color: French Lilac. HEX triplet: ED, BC and E0. RGB value is (237,188,224). Sum of RGB (Red+Green+Blue) = 237+188+224=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCE0 is #12431F. Grayscale: #CECECE. Windows color (decimal): -1196832 or 14728429. OLE color: 14728429.
HSL color Cylindrical-coordinate representation of color #EDBCE0: hue angle of 315.92º 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 #EDBCE0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 224 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.07 |
| HSL | 315.92º | 0.58% | 0.83% | - |
| HSV(B) | 315.92º | 0.21% | 0.93% | - |
| XYZ | 66.36 | 59.35 | 78.48 | - |
| YUV | 206.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 224 | 0 | 0.21 | 0.05 | 0.07 | 315.92 | 0.58 | 0.83 |
| Hex | ED | BC | E0 | 0 | 15 | 5 | 7 | 13C | 3A | 53 |
| Octal | 355 | 274 | 340 | 0 | 25 | 5 | 7 | 474 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11100000 | 0 | 10101 | 101 | 111 | 100111100 | 111010 | 1010011 |
Color Harmonies of #EDBCE0
Complementary color
Monochromatic Colors of #EDBCE0
Black with #EDBCE0
Text Example
Text Example
White with #EDBCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCE0; }
p { color: rgb(237,188,224); }
H1.HeaderClassName
{
color: #EDBCE0;
}
.AnyTagClassName
{
color: #EDBCE0;
}
</style>
background-color css
<style>
a { background-color: #EDBCE0; }
a { background-color: rgb(237,188,224); }
div.DivClassName
{
background-color: #EDBCE0;
}
.BgClassName
{
background-color: #EDBCE0;
}
</style>
border-color css
<style>
span { border-color: #EDBCE0; }
span { border-color: rgb(237,188,224); }
td.TdClassName
{
border-color: #EDBCE0;
}
.TagClassName
{
border-color: #EDBCE0;
}
</style>