Shades of French Lilac #EDB9DF
Tints of French Lilac #EDB9DF
RGB
CMYK
RGB Variations
Color information
#EDB9DF (or 0xEDB9DF) is known color: French Lilac. HEX triplet: ED, B9 and DF. RGB value is (237,185,223). Sum of RGB (Red+Green+Blue) = 237+185+223=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9DF is #124620. Grayscale: #CCCCCC. Windows color (decimal): -1197601 or 14662125. OLE color: 14662125.
HSL color Cylindrical-coordinate representation of color #EDB9DF: hue angle of 316.15º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB9DF is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 223 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.07 |
| HSL | 316.15º | 0.59% | 0.83% | - |
| HSV(B) | 316.15º | 0.22% | 0.93% | - |
| XYZ | 65.59 | 58.03 | 77.56 | - |
| YUV | 204.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 223 | 0 | 0.22 | 0.06 | 0.07 | 316.15 | 0.59 | 0.83 |
| Hex | ED | B9 | DF | 0 | 16 | 6 | 7 | 13C | 3B | 53 |
| Octal | 355 | 271 | 337 | 0 | 26 | 6 | 7 | 474 | 73 | 123 |
| Binary | 11101101 | 10111001 | 11011111 | 0 | 10110 | 110 | 111 | 100111100 | 111011 | 1010011 |
Color Harmonies of #EDB9DF
Complementary color
Monochromatic Colors of #EDB9DF
Black with #EDB9DF
Text Example
Text Example
White with #EDB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9DF; }
p { color: rgb(237,185,223); }
H1.HeaderClassName
{
color: #EDB9DF;
}
.AnyTagClassName
{
color: #EDB9DF;
}
</style>
background-color css
<style>
a { background-color: #EDB9DF; }
a { background-color: rgb(237,185,223); }
div.DivClassName
{
background-color: #EDB9DF;
}
.BgClassName
{
background-color: #EDB9DF;
}
</style>
border-color css
<style>
span { border-color: #EDB9DF; }
span { border-color: rgb(237,185,223); }
td.TdClassName
{
border-color: #EDB9DF;
}
.TagClassName
{
border-color: #EDB9DF;
}
</style>