Shades of Thistle #D9C0D7
Tints of Thistle #D9C0D7
RGB
CMYK
RGB Variations
Color information
#D9C0D7 (or 0xD9C0D7) is known color: Thistle. HEX triplet: D9, C0 and D7. RGB value is (217,192,215). Sum of RGB (Red+Green+Blue) = 217+192+215=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0D7 is #263F28. Grayscale: #CACACA. Windows color (decimal): -2506537 or 14139609. OLE color: 14139609.
HSL color Cylindrical-coordinate representation of color #D9C0D7: hue angle of 304.8º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C0D7 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 215 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.15 |
| HSL | 304.8º | 0.25% | 0.8% | - |
| HSV(B) | 304.8º | 0.12% | 0.85% | - |
| XYZ | 59.73 | 57.36 | 72.21 | - |
| YUV | 202.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 215 | 0 | 0.12 | 0.01 | 0.15 | 304.8 | 0.25 | 0.8 |
| Hex | D9 | C0 | D7 | 0 | C | 1 | F | 131 | 19 | 50 |
| Octal | 331 | 300 | 327 | 0 | 14 | 1 | 17 | 461 | 31 | 120 |
| Binary | 11011001 | 11000000 | 11010111 | 0 | 1100 | 1 | 1111 | 100110001 | 11001 | 1010000 |
Color Harmonies of #D9C0D7
Complementary color
Monochromatic Colors of #D9C0D7
Black with #D9C0D7
Text Example
Text Example
White with #D9C0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C0D7; }
p { color: rgb(217,192,215); }
H1.HeaderClassName
{
color: #D9C0D7;
}
.AnyTagClassName
{
color: #D9C0D7;
}
</style>
background-color css
<style>
a { background-color: #D9C0D7; }
a { background-color: rgb(217,192,215); }
div.DivClassName
{
background-color: #D9C0D7;
}
.BgClassName
{
background-color: #D9C0D7;
}
</style>
border-color css
<style>
span { border-color: #D9C0D7; }
span { border-color: rgb(217,192,215); }
td.TdClassName
{
border-color: #D9C0D7;
}
.TagClassName
{
border-color: #D9C0D7;
}
</style>