Shades of French Lilac #EDBCE2
Tints of French Lilac #EDBCE2
RGB
CMYK
RGB Variations
Color information
#EDBCE2 (or 0xEDBCE2) is known color: French Lilac. HEX triplet: ED, BC and E2. RGB value is (237,188,226). Sum of RGB (Red+Green+Blue) = 237+188+226=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCE2 is #12431D. Grayscale: #CECECE. Windows color (decimal): -1196830 or 14859501. OLE color: 14859501.
HSL color Cylindrical-coordinate representation of color #EDBCE2: hue angle of 313.47º 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 #EDBCE2 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 226 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.07 |
| HSL | 313.47º | 0.58% | 0.83% | - |
| HSV(B) | 313.47º | 0.21% | 0.93% | - |
| XYZ | 66.64 | 59.46 | 79.92 | - |
| YUV | 206.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 226 | 0 | 0.21 | 0.05 | 0.07 | 313.47 | 0.58 | 0.83 |
| Hex | ED | BC | E2 | 0 | 15 | 5 | 7 | 139 | 3A | 53 |
| Octal | 355 | 274 | 342 | 0 | 25 | 5 | 7 | 471 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11100010 | 0 | 10101 | 101 | 111 | 100111001 | 111010 | 1010011 |
Color Harmonies of #EDBCE2
Complementary color
Monochromatic Colors of #EDBCE2
Black with #EDBCE2
Text Example
Text Example
White with #EDBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCE2; }
p { color: rgb(237,188,226); }
H1.HeaderClassName
{
color: #EDBCE2;
}
.AnyTagClassName
{
color: #EDBCE2;
}
</style>
background-color css
<style>
a { background-color: #EDBCE2; }
a { background-color: rgb(237,188,226); }
div.DivClassName
{
background-color: #EDBCE2;
}
.BgClassName
{
background-color: #EDBCE2;
}
</style>
border-color css
<style>
span { border-color: #EDBCE2; }
span { border-color: rgb(237,188,226); }
td.TdClassName
{
border-color: #EDBCE2;
}
.TagClassName
{
border-color: #EDBCE2;
}
</style>