Shades of French Lilac #EDB4EC
Tints of French Lilac #EDB4EC
RGB
CMYK
RGB Variations
Color information
#EDB4EC (or 0xEDB4EC) is known color: French Lilac. HEX triplet: ED, B4 and EC. RGB value is (237,180,236). Sum of RGB (Red+Green+Blue) = 237+180+236=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB4EC is #124B13. Grayscale: #CBCBCB. Windows color (decimal): -1198868 or 15512813. OLE color: 15512813.
HSL color Cylindrical-coordinate representation of color #EDB4EC: hue angle of 301.05º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB4EC is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 236 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.07 |
| HSL | 301.05º | 0.61% | 0.82% | - |
| HSV(B) | 301.05º | 0.24% | 0.93% | - |
| XYZ | 66.39 | 56.7 | 86.8 | - |
| YUV | 203.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 236 | 0 | 0.24 | 0.00 | 0.07 | 301.05 | 0.61 | 0.82 |
| Hex | ED | B4 | EC | 0 | 18 | 0 | 7 | 12D | 3D | 52 |
| Octal | 355 | 264 | 354 | 0 | 30 | 0 | 7 | 455 | 75 | 122 |
| Binary | 11101101 | 10110100 | 11101100 | 0 | 11000 | 0 | 111 | 100101101 | 111101 | 1010010 |
Color Harmonies of #EDB4EC
Complementary color
Monochromatic Colors of #EDB4EC
Black with #EDB4EC
Text Example
Text Example
White with #EDB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4EC; }
p { color: rgb(237,180,236); }
H1.HeaderClassName
{
color: #EDB4EC;
}
.AnyTagClassName
{
color: #EDB4EC;
}
</style>
background-color css
<style>
a { background-color: #EDB4EC; }
a { background-color: rgb(237,180,236); }
div.DivClassName
{
background-color: #EDB4EC;
}
.BgClassName
{
background-color: #EDB4EC;
}
</style>
border-color css
<style>
span { border-color: #EDB4EC; }
span { border-color: rgb(237,180,236); }
td.TdClassName
{
border-color: #EDB4EC;
}
.TagClassName
{
border-color: #EDB4EC;
}
</style>