Shades of Thistle #DFC0DE
Tints of Thistle #DFC0DE
RGB
CMYK
RGB Variations
Color information
#DFC0DE (or 0xDFC0DE) is known color: Thistle. HEX triplet: DF, C0 and DE. RGB value is (223,192,222). Sum of RGB (Red+Green+Blue) = 223+192+222=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0DE is #203F21. Grayscale: #CCCCCC. Windows color (decimal): -2113314 or 14598367. OLE color: 14598367.
HSL color Cylindrical-coordinate representation of color #DFC0DE: hue angle of 301.94º 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 #DFC0DE is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 222 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.13 |
| HSL | 301.94º | 0.33% | 0.81% | - |
| HSV(B) | 301.94º | 0.14% | 0.87% | - |
| XYZ | 62.47 | 58.66 | 77.14 | - |
| YUV | 204.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 222 | 0 | 0.14 | 0.00 | 0.13 | 301.94 | 0.33 | 0.81 |
| Hex | DF | C0 | DE | 0 | E | 0 | D | 12E | 21 | 51 |
| Octal | 337 | 300 | 336 | 0 | 16 | 0 | 15 | 456 | 41 | 121 |
| Binary | 11011111 | 11000000 | 11011110 | 0 | 1110 | 0 | 1101 | 100101110 | 100001 | 1010001 |
Color Harmonies of #DFC0DE
Complementary color
Monochromatic Colors of #DFC0DE
Black with #DFC0DE
Text Example
Text Example
White with #DFC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0DE; }
p { color: rgb(223,192,222); }
H1.HeaderClassName
{
color: #DFC0DE;
}
.AnyTagClassName
{
color: #DFC0DE;
}
</style>
background-color css
<style>
a { background-color: #DFC0DE; }
a { background-color: rgb(223,192,222); }
div.DivClassName
{
background-color: #DFC0DE;
}
.BgClassName
{
background-color: #DFC0DE;
}
</style>
border-color css
<style>
span { border-color: #DFC0DE; }
span { border-color: rgb(223,192,222); }
td.TdClassName
{
border-color: #DFC0DE;
}
.TagClassName
{
border-color: #DFC0DE;
}
</style>