Shades of Thistle #DFCFDC
Tints of Thistle #DFCFDC
RGB
CMYK
RGB Variations
Color information
#DFCFDC (or 0xDFCFDC) is known color: Thistle. HEX triplet: DF, CF and DC. RGB value is (223,207,220). Sum of RGB (Red+Green+Blue) = 223+207+220=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFDC is #203023. Grayscale: #D5D5D5. Windows color (decimal): -2109476 or 14471135. OLE color: 14471135.
HSL color Cylindrical-coordinate representation of color #DFCFDC: hue angle of 311.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFCFDC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 220 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.13 |
| HSL | 311.25º | 0.2% | 0.84% | - |
| HSV(B) | 311.25º | 0.07% | 0.87% | - |
| XYZ | 65.66 | 65.48 | 76.89 | - |
| YUV | 213.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 220 | 0 | 0.07 | 0.01 | 0.13 | 311.25 | 0.2 | 0.84 |
| Hex | DF | CF | DC | 0 | 7 | 1 | D | 137 | 14 | 54 |
| Octal | 337 | 317 | 334 | 0 | 7 | 1 | 15 | 467 | 24 | 124 |
| Binary | 11011111 | 11001111 | 11011100 | 0 | 111 | 1 | 1101 | 100110111 | 10100 | 1010100 |
Color Harmonies of #DFCFDC
Complementary color
Monochromatic Colors of #DFCFDC
Black with #DFCFDC
Text Example
Text Example
White with #DFCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFDC; }
p { color: rgb(223,207,220); }
H1.HeaderClassName
{
color: #DFCFDC;
}
.AnyTagClassName
{
color: #DFCFDC;
}
</style>
background-color css
<style>
a { background-color: #DFCFDC; }
a { background-color: rgb(223,207,220); }
div.DivClassName
{
background-color: #DFCFDC;
}
.BgClassName
{
background-color: #DFCFDC;
}
</style>
border-color css
<style>
span { border-color: #DFCFDC; }
span { border-color: rgb(223,207,220); }
td.TdClassName
{
border-color: #DFCFDC;
}
.TagClassName
{
border-color: #DFCFDC;
}
</style>