Shades of Thistle #DFC9DF
Tints of Thistle #DFC9DF
RGB
CMYK
RGB Variations
Color information
#DFC9DF (or 0xDFC9DF) is known color: Thistle. HEX triplet: DF, C9 and DF. RGB value is (223,201,223). Sum of RGB (Red+Green+Blue) = 223+201+223=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9DF is #203620. Grayscale: #D2D2D2. Windows color (decimal): -2111009 or 14666207. OLE color: 14666207.
HSL color Cylindrical-coordinate representation of color #DFC9DF: 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 #DFC9DF is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 223 | - |
| CMYK | 0 | 0.10 | 0 | 0.13 |
| HSL | 300º | 0.26% | 0.83% | - |
| HSV(B) | 300º | 0.1% | 0.87% | - |
| XYZ | 64.64 | 62.79 | 78.52 | - |
| YUV | 210.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 223 | 0 | 0.10 | 0 | 0.13 | 300 | 0.26 | 0.83 |
| Hex | DF | C9 | DF | 0 | A | 0 | D | 12C | 1A | 53 |
| Octal | 337 | 311 | 337 | 0 | 12 | 0 | 15 | 454 | 32 | 123 |
| Binary | 11011111 | 11001001 | 11011111 | 0 | 1010 | 0 | 1101 | 100101100 | 11010 | 1010011 |
Color Harmonies of #DFC9DF
Complementary color
Monochromatic Colors of #DFC9DF
Black with #DFC9DF
Text Example
Text Example
White with #DFC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9DF; }
p { color: rgb(223,201,223); }
H1.HeaderClassName
{
color: #DFC9DF;
}
.AnyTagClassName
{
color: #DFC9DF;
}
</style>
background-color css
<style>
a { background-color: #DFC9DF; }
a { background-color: rgb(223,201,223); }
div.DivClassName
{
background-color: #DFC9DF;
}
.BgClassName
{
background-color: #DFC9DF;
}
</style>
border-color css
<style>
span { border-color: #DFC9DF; }
span { border-color: rgb(223,201,223); }
td.TdClassName
{
border-color: #DFC9DF;
}
.TagClassName
{
border-color: #DFC9DF;
}
</style>