Shades of Thistle #DFC6DD
Tints of Thistle #DFC6DD
RGB
CMYK
RGB Variations
Color information
#DFC6DD (or 0xDFC6DD) is known color: Thistle. HEX triplet: DF, C6 and DD. RGB value is (223,198,221). Sum of RGB (Red+Green+Blue) = 223+198+221=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6DD is #203922. Grayscale: #D0D0D0. Windows color (decimal): -2111779 or 14534367. OLE color: 14534367.
HSL color Cylindrical-coordinate representation of color #DFC6DD: hue angle of 304.8º 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 #DFC6DD is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 221 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.13 |
| HSL | 304.8º | 0.28% | 0.83% | - |
| HSV(B) | 304.8º | 0.11% | 0.87% | - |
| XYZ | 63.68 | 61.3 | 76.88 | - |
| YUV | 208.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 221 | 0 | 0.11 | 0.01 | 0.13 | 304.8 | 0.28 | 0.83 |
| Hex | DF | C6 | DD | 0 | B | 1 | D | 131 | 1C | 53 |
| Octal | 337 | 306 | 335 | 0 | 13 | 1 | 15 | 461 | 34 | 123 |
| Binary | 11011111 | 11000110 | 11011101 | 0 | 1011 | 1 | 1101 | 100110001 | 11100 | 1010011 |
Color Harmonies of #DFC6DD
Complementary color
Monochromatic Colors of #DFC6DD
Black with #DFC6DD
Text Example
Text Example
White with #DFC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6DD; }
p { color: rgb(223,198,221); }
H1.HeaderClassName
{
color: #DFC6DD;
}
.AnyTagClassName
{
color: #DFC6DD;
}
</style>
background-color css
<style>
a { background-color: #DFC6DD; }
a { background-color: rgb(223,198,221); }
div.DivClassName
{
background-color: #DFC6DD;
}
.BgClassName
{
background-color: #DFC6DD;
}
</style>
border-color css
<style>
span { border-color: #DFC6DD; }
span { border-color: rgb(223,198,221); }
td.TdClassName
{
border-color: #DFC6DD;
}
.TagClassName
{
border-color: #DFC6DD;
}
</style>