Shades of Thistle #DFC8DE
Tints of Thistle #DFC8DE
RGB
CMYK
RGB Variations
Color information
#DFC8DE (or 0xDFC8DE) is known color: Thistle. HEX triplet: DF, C8 and DE. RGB value is (223,200,222). Sum of RGB (Red+Green+Blue) = 223+200+222=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8DE is #203721. Grayscale: #D1D1D1. Windows color (decimal): -2111266 or 14600415. OLE color: 14600415.
HSL color Cylindrical-coordinate representation of color #DFC8DE: hue angle of 302.61º 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 #DFC8DE is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 222 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.13 |
| HSL | 302.61º | 0.26% | 0.83% | - |
| HSV(B) | 302.61º | 0.1% | 0.87% | - |
| XYZ | 64.27 | 62.27 | 77.74 | - |
| YUV | 209.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 222 | 0 | 0.10 | 0.00 | 0.13 | 302.61 | 0.26 | 0.83 |
| Hex | DF | C8 | DE | 0 | A | 0 | D | 12F | 1A | 53 |
| Octal | 337 | 310 | 336 | 0 | 12 | 0 | 15 | 457 | 32 | 123 |
| Binary | 11011111 | 11001000 | 11011110 | 0 | 1010 | 0 | 1101 | 100101111 | 11010 | 1010011 |
Color Harmonies of #DFC8DE
Complementary color
Monochromatic Colors of #DFC8DE
Black with #DFC8DE
Text Example
Text Example
White with #DFC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8DE; }
p { color: rgb(223,200,222); }
H1.HeaderClassName
{
color: #DFC8DE;
}
.AnyTagClassName
{
color: #DFC8DE;
}
</style>
background-color css
<style>
a { background-color: #DFC8DE; }
a { background-color: rgb(223,200,222); }
div.DivClassName
{
background-color: #DFC8DE;
}
.BgClassName
{
background-color: #DFC8DE;
}
</style>
border-color css
<style>
span { border-color: #DFC8DE; }
span { border-color: rgb(223,200,222); }
td.TdClassName
{
border-color: #DFC8DE;
}
.TagClassName
{
border-color: #DFC8DE;
}
</style>