Shades of French Lilac #EDB8DF
Tints of French Lilac #EDB8DF
RGB
CMYK
RGB Variations
Color information
#EDB8DF (or 0xEDB8DF) is known color: French Lilac. HEX triplet: ED, B8 and DF. RGB value is (237,184,223). Sum of RGB (Red+Green+Blue) = 237+184+223=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8DF is #124720. Grayscale: #CCCCCC. Windows color (decimal): -1197857 or 14661869. OLE color: 14661869.
HSL color Cylindrical-coordinate representation of color #EDB8DF: hue angle of 315.85º degrees, saturation: 0.6, 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 #EDB8DF is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 223 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.07 |
| HSL | 315.85º | 0.6% | 0.83% | - |
| HSV(B) | 315.85º | 0.22% | 0.93% | - |
| XYZ | 65.38 | 57.61 | 77.49 | - |
| YUV | 204.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 223 | 0 | 0.22 | 0.06 | 0.07 | 315.85 | 0.6 | 0.83 |
| Hex | ED | B8 | DF | 0 | 16 | 6 | 7 | 13C | 3C | 53 |
| Octal | 355 | 270 | 337 | 0 | 26 | 6 | 7 | 474 | 74 | 123 |
| Binary | 11101101 | 10111000 | 11011111 | 0 | 10110 | 110 | 111 | 100111100 | 111100 | 1010011 |
Color Harmonies of #EDB8DF
Complementary color
Monochromatic Colors of #EDB8DF
Black with #EDB8DF
Text Example
Text Example
White with #EDB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8DF; }
p { color: rgb(237,184,223); }
H1.HeaderClassName
{
color: #EDB8DF;
}
.AnyTagClassName
{
color: #EDB8DF;
}
</style>
background-color css
<style>
a { background-color: #EDB8DF; }
a { background-color: rgb(237,184,223); }
div.DivClassName
{
background-color: #EDB8DF;
}
.BgClassName
{
background-color: #EDB8DF;
}
</style>
border-color css
<style>
span { border-color: #EDB8DF; }
span { border-color: rgb(237,184,223); }
td.TdClassName
{
border-color: #EDB8DF;
}
.TagClassName
{
border-color: #EDB8DF;
}
</style>