Shades of French Lilac #EDBCE5
Tints of French Lilac #EDBCE5
RGB
CMYK
RGB Variations
Color information
#EDBCE5 (or 0xEDBCE5) is known color: French Lilac. HEX triplet: ED, BC and E5. RGB value is (237,188,229). Sum of RGB (Red+Green+Blue) = 237+188+229=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCE5 is #12431A. Grayscale: #CFCFCF. Windows color (decimal): -1196827 or 15056109. OLE color: 15056109.
HSL color Cylindrical-coordinate representation of color #EDBCE5: hue angle of 309.8º 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 #EDBCE5 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 229 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.07 |
| HSL | 309.8º | 0.58% | 0.83% | - |
| HSV(B) | 309.8º | 0.21% | 0.93% | - |
| XYZ | 67.05 | 59.63 | 82.1 | - |
| YUV | 207.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 229 | 0 | 0.21 | 0.03 | 0.07 | 309.8 | 0.58 | 0.83 |
| Hex | ED | BC | E5 | 0 | 15 | 3 | 7 | 136 | 3A | 53 |
| Octal | 355 | 274 | 345 | 0 | 25 | 3 | 7 | 466 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11100101 | 0 | 10101 | 11 | 111 | 100110110 | 111010 | 1010011 |
Color Harmonies of #EDBCE5
Complementary color
Monochromatic Colors of #EDBCE5
Black with #EDBCE5
Text Example
Text Example
White with #EDBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCE5; }
p { color: rgb(237,188,229); }
H1.HeaderClassName
{
color: #EDBCE5;
}
.AnyTagClassName
{
color: #EDBCE5;
}
</style>
background-color css
<style>
a { background-color: #EDBCE5; }
a { background-color: rgb(237,188,229); }
div.DivClassName
{
background-color: #EDBCE5;
}
.BgClassName
{
background-color: #EDBCE5;
}
</style>
border-color css
<style>
span { border-color: #EDBCE5; }
span { border-color: rgb(237,188,229); }
td.TdClassName
{
border-color: #EDBCE5;
}
.TagClassName
{
border-color: #EDBCE5;
}
</style>