Shades of Thistle #DFC6DC
Tints of Thistle #DFC6DC
RGB
CMYK
RGB Variations
Color information
#DFC6DC (or 0xDFC6DC) is known color: Thistle. HEX triplet: DF, C6 and DC. RGB value is (223,198,220). Sum of RGB (Red+Green+Blue) = 223+198+220=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6DC is #203923. Grayscale: #CFCFCF. Windows color (decimal): -2111780 or 14468831. OLE color: 14468831.
HSL color Cylindrical-coordinate representation of color #DFC6DC: hue angle of 307.2º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFC6DC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 220 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.13 |
| HSL | 307.2º | 0.28% | 0.83% | - |
| HSV(B) | 307.2º | 0.11% | 0.87% | - |
| XYZ | 63.54 | 61.24 | 76.18 | - |
| YUV | 207.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 220 | 0 | 0.11 | 0.01 | 0.13 | 307.2 | 0.28 | 0.83 |
| Hex | DF | C6 | DC | 0 | B | 1 | D | 133 | 1C | 53 |
| Octal | 337 | 306 | 334 | 0 | 13 | 1 | 15 | 463 | 34 | 123 |
| Binary | 11011111 | 11000110 | 11011100 | 0 | 1011 | 1 | 1101 | 100110011 | 11100 | 1010011 |
Color Harmonies of #DFC6DC
Complementary color
Monochromatic Colors of #DFC6DC
Black with #DFC6DC
Text Example
Text Example
White with #DFC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6DC; }
p { color: rgb(223,198,220); }
H1.HeaderClassName
{
color: #DFC6DC;
}
.AnyTagClassName
{
color: #DFC6DC;
}
</style>
background-color css
<style>
a { background-color: #DFC6DC; }
a { background-color: rgb(223,198,220); }
div.DivClassName
{
background-color: #DFC6DC;
}
.BgClassName
{
background-color: #DFC6DC;
}
</style>
border-color css
<style>
span { border-color: #DFC6DC; }
span { border-color: rgb(223,198,220); }
td.TdClassName
{
border-color: #DFC6DC;
}
.TagClassName
{
border-color: #DFC6DC;
}
</style>