Shades of French Lilac #EDBDEC
Tints of French Lilac #EDBDEC
RGB
CMYK
RGB Variations
Color information
#EDBDEC (or 0xEDBDEC) is known color: French Lilac. HEX triplet: ED, BD and EC. RGB value is (237,189,236). Sum of RGB (Red+Green+Blue) = 237+189+236=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDEC is #124213. Grayscale: #D0D0D0. Windows color (decimal): -1196564 or 15515117. OLE color: 15515117.
HSL color Cylindrical-coordinate representation of color #EDBDEC: hue angle of 301.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDEC is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 236 | - |
| CMYK | 0 | 0.20 | 0.00 | 0.07 |
| HSL | 301.25º | 0.57% | 0.84% | - |
| HSV(B) | 301.25º | 0.2% | 0.93% | - |
| XYZ | 68.26 | 60.46 | 87.43 | - |
| YUV | 208.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 236 | 0 | 0.20 | 0.00 | 0.07 | 301.25 | 0.57 | 0.84 |
| Hex | ED | BD | EC | 0 | 14 | 0 | 7 | 12D | 39 | 54 |
| Octal | 355 | 275 | 354 | 0 | 24 | 0 | 7 | 455 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11101100 | 0 | 10100 | 0 | 111 | 100101101 | 111001 | 1010100 |
Color Harmonies of #EDBDEC
Complementary color
Monochromatic Colors of #EDBDEC
Black with #EDBDEC
Text Example
Text Example
White with #EDBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDEC; }
p { color: rgb(237,189,236); }
H1.HeaderClassName
{
color: #EDBDEC;
}
.AnyTagClassName
{
color: #EDBDEC;
}
</style>
background-color css
<style>
a { background-color: #EDBDEC; }
a { background-color: rgb(237,189,236); }
div.DivClassName
{
background-color: #EDBDEC;
}
.BgClassName
{
background-color: #EDBDEC;
}
</style>
border-color css
<style>
span { border-color: #EDBDEC; }
span { border-color: rgb(237,189,236); }
td.TdClassName
{
border-color: #EDBDEC;
}
.TagClassName
{
border-color: #EDBDEC;
}
</style>