Shades of French Lilac #DFC5D8
Tints of French Lilac #DFC5D8
RGB
CMYK
RGB Variations
Color information
#DFC5D8 (or 0xDFC5D8) is known color: French Lilac. HEX triplet: DF, C5 and D8. RGB value is (223,197,216). Sum of RGB (Red+Green+Blue) = 223+197+216=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5D8 is #203A27. Grayscale: #CECECE. Windows color (decimal): -2112040 or 14206431. OLE color: 14206431.
HSL color Cylindrical-coordinate representation of color #DFC5D8: hue angle of 316.15º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC5D8 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 216 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.13 |
| HSL | 316.15º | 0.29% | 0.82% | - |
| HSV(B) | 316.15º | 0.12% | 0.87% | - |
| XYZ | 62.79 | 60.58 | 73.35 | - |
| YUV | 206.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 216 | 0 | 0.12 | 0.03 | 0.13 | 316.15 | 0.29 | 0.82 |
| Hex | DF | C5 | D8 | 0 | C | 3 | D | 13C | 1D | 52 |
| Octal | 337 | 305 | 330 | 0 | 14 | 3 | 15 | 474 | 35 | 122 |
| Binary | 11011111 | 11000101 | 11011000 | 0 | 1100 | 11 | 1101 | 100111100 | 11101 | 1010010 |
Color Harmonies of #DFC5D8
Complementary color
Monochromatic Colors of #DFC5D8
Black with #DFC5D8
Text Example
Text Example
White with #DFC5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5D8; }
p { color: rgb(223,197,216); }
H1.HeaderClassName
{
color: #DFC5D8;
}
.AnyTagClassName
{
color: #DFC5D8;
}
</style>
background-color css
<style>
a { background-color: #DFC5D8; }
a { background-color: rgb(223,197,216); }
div.DivClassName
{
background-color: #DFC5D8;
}
.BgClassName
{
background-color: #DFC5D8;
}
</style>
border-color css
<style>
span { border-color: #DFC5D8; }
span { border-color: rgb(223,197,216); }
td.TdClassName
{
border-color: #DFC5D8;
}
.TagClassName
{
border-color: #DFC5D8;
}
</style>