Shades of Thistle #DFC8DF
Tints of Thistle #DFC8DF
RGB
CMYK
RGB Variations
Color information
#DFC8DF (or 0xDFC8DF) is known color: Thistle. HEX triplet: DF, C8 and DF. RGB value is (223,200,223). Sum of RGB (Red+Green+Blue) = 223+200+223=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFC8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8DF is #203720. Grayscale: #D1D1D1. Windows color (decimal): -2111265 or 14665951. OLE color: 14665951.
HSL color Cylindrical-coordinate representation of color #DFC8DF: hue angle of 300º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFC8DF is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 223 | - |
| CMYK | 0 | 0.10 | 0 | 0.13 |
| HSL | 300º | 0.26% | 0.83% | - |
| HSV(B) | 300º | 0.1% | 0.87% | - |
| XYZ | 64.4 | 62.32 | 78.45 | - |
| YUV | 209.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 223 | 0 | 0.10 | 0 | 0.13 | 300 | 0.26 | 0.83 |
| Hex | DF | C8 | DF | 0 | A | 0 | D | 12C | 1A | 53 |
| Octal | 337 | 310 | 337 | 0 | 12 | 0 | 15 | 454 | 32 | 123 |
| Binary | 11011111 | 11001000 | 11011111 | 0 | 1010 | 0 | 1101 | 100101100 | 11010 | 1010011 |
Color Harmonies of #DFC8DF
Complementary color
Monochromatic Colors of #DFC8DF
Black with #DFC8DF
Text Example
Text Example
White with #DFC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8DF; }
p { color: rgb(223,200,223); }
H1.HeaderClassName
{
color: #DFC8DF;
}
.AnyTagClassName
{
color: #DFC8DF;
}
</style>
background-color css
<style>
a { background-color: #DFC8DF; }
a { background-color: rgb(223,200,223); }
div.DivClassName
{
background-color: #DFC8DF;
}
.BgClassName
{
background-color: #DFC8DF;
}
</style>
border-color css
<style>
span { border-color: #DFC8DF; }
span { border-color: rgb(223,200,223); }
td.TdClassName
{
border-color: #DFC8DF;
}
.TagClassName
{
border-color: #DFC8DF;
}
</style>