Shades of French Lilac #DFC0D8
Tints of French Lilac #DFC0D8
RGB
CMYK
RGB Variations
Color information
#DFC0D8 (or 0xDFC0D8) is known color: French Lilac. HEX triplet: DF, C0 and D8. RGB value is (223,192,216). Sum of RGB (Red+Green+Blue) = 223+192+216=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0D8 is #203F27. Grayscale: #CBCBCB. Windows color (decimal): -2113320 or 14205151. OLE color: 14205151.
HSL color Cylindrical-coordinate representation of color #DFC0D8: hue angle of 313.55º 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 #DFC0D8 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 216 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.13 |
| HSL | 313.55º | 0.33% | 0.81% | - |
| HSV(B) | 313.55º | 0.14% | 0.87% | - |
| XYZ | 61.68 | 58.35 | 72.98 | - |
| YUV | 204.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 216 | 0 | 0.14 | 0.03 | 0.13 | 313.55 | 0.33 | 0.81 |
| Hex | DF | C0 | D8 | 0 | E | 3 | D | 13A | 21 | 51 |
| Octal | 337 | 300 | 330 | 0 | 16 | 3 | 15 | 472 | 41 | 121 |
| Binary | 11011111 | 11000000 | 11011000 | 0 | 1110 | 11 | 1101 | 100111010 | 100001 | 1010001 |
Color Harmonies of #DFC0D8
Complementary color
Monochromatic Colors of #DFC0D8
Black with #DFC0D8
Text Example
Text Example
White with #DFC0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0D8; }
p { color: rgb(223,192,216); }
H1.HeaderClassName
{
color: #DFC0D8;
}
.AnyTagClassName
{
color: #DFC0D8;
}
</style>
background-color css
<style>
a { background-color: #DFC0D8; }
a { background-color: rgb(223,192,216); }
div.DivClassName
{
background-color: #DFC0D8;
}
.BgClassName
{
background-color: #DFC0D8;
}
</style>
border-color css
<style>
span { border-color: #DFC0D8; }
span { border-color: rgb(223,192,216); }
td.TdClassName
{
border-color: #DFC0D8;
}
.TagClassName
{
border-color: #DFC0D8;
}
</style>