Shades of Thistle #DFC0DD
Tints of Thistle #DFC0DD
RGB
CMYK
RGB Variations
Color information
#DFC0DD (or 0xDFC0DD) is known color: Thistle. HEX triplet: DF, C0 and DD. RGB value is (223,192,221). Sum of RGB (Red+Green+Blue) = 223+192+221=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0DD is #203F22. Grayscale: #CCCCCC. Windows color (decimal): -2113315 or 14532831. OLE color: 14532831.
HSL color Cylindrical-coordinate representation of color #DFC0DD: hue angle of 303.87º 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 #DFC0DD is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 221 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.13 |
| HSL | 303.87º | 0.33% | 0.81% | - |
| HSV(B) | 303.87º | 0.14% | 0.87% | - |
| XYZ | 62.33 | 58.61 | 76.43 | - |
| YUV | 204.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 221 | 0 | 0.14 | 0.01 | 0.13 | 303.87 | 0.33 | 0.81 |
| Hex | DF | C0 | DD | 0 | E | 1 | D | 130 | 21 | 51 |
| Octal | 337 | 300 | 335 | 0 | 16 | 1 | 15 | 460 | 41 | 121 |
| Binary | 11011111 | 11000000 | 11011101 | 0 | 1110 | 1 | 1101 | 100110000 | 100001 | 1010001 |
Color Harmonies of #DFC0DD
Complementary color
Monochromatic Colors of #DFC0DD
Black with #DFC0DD
Text Example
Text Example
White with #DFC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0DD; }
p { color: rgb(223,192,221); }
H1.HeaderClassName
{
color: #DFC0DD;
}
.AnyTagClassName
{
color: #DFC0DD;
}
</style>
background-color css
<style>
a { background-color: #DFC0DD; }
a { background-color: rgb(223,192,221); }
div.DivClassName
{
background-color: #DFC0DD;
}
.BgClassName
{
background-color: #DFC0DD;
}
</style>
border-color css
<style>
span { border-color: #DFC0DD; }
span { border-color: rgb(223,192,221); }
td.TdClassName
{
border-color: #DFC0DD;
}
.TagClassName
{
border-color: #DFC0DD;
}
</style>