Shades of French Lilac #EDBCE3
Tints of French Lilac #EDBCE3
RGB
CMYK
RGB Variations
Color information
#EDBCE3 (or 0xEDBCE3) is known color: French Lilac. HEX triplet: ED, BC and E3. RGB value is (237,188,227). Sum of RGB (Red+Green+Blue) = 237+188+227=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCE3 is #12431C. Grayscale: #CECECE. Windows color (decimal): -1196829 or 14925037. OLE color: 14925037.
HSL color Cylindrical-coordinate representation of color #EDBCE3: hue angle of 312.24º 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 #EDBCE3 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 227 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.07 |
| HSL | 312.24º | 0.58% | 0.83% | - |
| HSV(B) | 312.24º | 0.21% | 0.93% | - |
| XYZ | 66.77 | 59.52 | 80.64 | - |
| YUV | 207.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 227 | 0 | 0.21 | 0.04 | 0.07 | 312.24 | 0.58 | 0.83 |
| Hex | ED | BC | E3 | 0 | 15 | 4 | 7 | 138 | 3A | 53 |
| Octal | 355 | 274 | 343 | 0 | 25 | 4 | 7 | 470 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11100011 | 0 | 10101 | 100 | 111 | 100111000 | 111010 | 1010011 |
Color Harmonies of #EDBCE3
Complementary color
Monochromatic Colors of #EDBCE3
Black with #EDBCE3
Text Example
Text Example
White with #EDBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCE3; }
p { color: rgb(237,188,227); }
H1.HeaderClassName
{
color: #EDBCE3;
}
.AnyTagClassName
{
color: #EDBCE3;
}
</style>
background-color css
<style>
a { background-color: #EDBCE3; }
a { background-color: rgb(237,188,227); }
div.DivClassName
{
background-color: #EDBCE3;
}
.BgClassName
{
background-color: #EDBCE3;
}
</style>
border-color css
<style>
span { border-color: #EDBCE3; }
span { border-color: rgb(237,188,227); }
td.TdClassName
{
border-color: #EDBCE3;
}
.TagClassName
{
border-color: #EDBCE3;
}
</style>