Shades of French Lilac #DFC0D7
Tints of French Lilac #DFC0D7
RGB
CMYK
RGB Variations
Color information
#DFC0D7 (or 0xDFC0D7) is known color: French Lilac. HEX triplet: DF, C0 and D7. RGB value is (223,192,215). Sum of RGB (Red+Green+Blue) = 223+192+215=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0D7 is #203F28. Grayscale: #CBCBCB. Windows color (decimal): -2113321 or 14139615. OLE color: 14139615.
HSL color Cylindrical-coordinate representation of color #DFC0D7: hue angle of 315.48º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC0D7 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 215 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.13 |
| HSL | 315.48º | 0.33% | 0.81% | - |
| HSV(B) | 315.48º | 0.14% | 0.87% | - |
| XYZ | 61.55 | 58.29 | 72.3 | - |
| YUV | 203.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 215 | 0 | 0.14 | 0.04 | 0.13 | 315.48 | 0.33 | 0.81 |
| Hex | DF | C0 | D7 | 0 | E | 4 | D | 13B | 21 | 51 |
| Octal | 337 | 300 | 327 | 0 | 16 | 4 | 15 | 473 | 41 | 121 |
| Binary | 11011111 | 11000000 | 11010111 | 0 | 1110 | 100 | 1101 | 100111011 | 100001 | 1010001 |
Color Harmonies of #DFC0D7
Complementary color
Monochromatic Colors of #DFC0D7
Black with #DFC0D7
Text Example
Text Example
White with #DFC0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0D7; }
p { color: rgb(223,192,215); }
H1.HeaderClassName
{
color: #DFC0D7;
}
.AnyTagClassName
{
color: #DFC0D7;
}
</style>
background-color css
<style>
a { background-color: #DFC0D7; }
a { background-color: rgb(223,192,215); }
div.DivClassName
{
background-color: #DFC0D7;
}
.BgClassName
{
background-color: #DFC0D7;
}
</style>
border-color css
<style>
span { border-color: #DFC0D7; }
span { border-color: rgb(223,192,215); }
td.TdClassName
{
border-color: #DFC0D7;
}
.TagClassName
{
border-color: #DFC0D7;
}
</style>