Shades of French Lilac #EDB6EC
Tints of French Lilac #EDB6EC
RGB
CMYK
RGB Variations
Color information
#EDB6EC (or 0xEDB6EC) is known color: French Lilac. HEX triplet: ED, B6 and EC. RGB value is (237,182,236). Sum of RGB (Red+Green+Blue) = 237+182+236=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB6EC is #124913. Grayscale: #CCCCCC. Windows color (decimal): -1198356 or 15513325. OLE color: 15513325.
HSL color Cylindrical-coordinate representation of color #EDB6EC: hue angle of 301.09º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB6EC is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 236 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.07 |
| HSL | 301.09º | 0.6% | 0.82% | - |
| HSV(B) | 301.09º | 0.23% | 0.93% | - |
| XYZ | 66.79 | 57.52 | 86.94 | - |
| YUV | 204.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 236 | 0 | 0.23 | 0.00 | 0.07 | 301.09 | 0.6 | 0.82 |
| Hex | ED | B6 | EC | 0 | 17 | 0 | 7 | 12D | 3C | 52 |
| Octal | 355 | 266 | 354 | 0 | 27 | 0 | 7 | 455 | 74 | 122 |
| Binary | 11101101 | 10110110 | 11101100 | 0 | 10111 | 0 | 111 | 100101101 | 111100 | 1010010 |
Color Harmonies of #EDB6EC
Complementary color
Monochromatic Colors of #EDB6EC
Black with #EDB6EC
Text Example
Text Example
White with #EDB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6EC; }
p { color: rgb(237,182,236); }
H1.HeaderClassName
{
color: #EDB6EC;
}
.AnyTagClassName
{
color: #EDB6EC;
}
</style>
background-color css
<style>
a { background-color: #EDB6EC; }
a { background-color: rgb(237,182,236); }
div.DivClassName
{
background-color: #EDB6EC;
}
.BgClassName
{
background-color: #EDB6EC;
}
</style>
border-color css
<style>
span { border-color: #EDB6EC; }
span { border-color: rgb(237,182,236); }
td.TdClassName
{
border-color: #EDB6EC;
}
.TagClassName
{
border-color: #EDB6EC;
}
</style>