Shades of Thistle #D2C0CF
Tints of Thistle #D2C0CF
RGB
CMYK
RGB Variations
Color information
#D2C0CF (or 0xD2C0CF) is known color: Thistle. HEX triplet: D2, C0 and CF. RGB value is (210,192,207). Sum of RGB (Red+Green+Blue) = 210+192+207=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C0CF is #2D3F30. Grayscale: #C7C7C7. Windows color (decimal): -2965297 or 13615314. OLE color: 13615314.
HSL color Cylindrical-coordinate representation of color #D2C0CF: hue angle of 310º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2C0CF is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 207 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.18 |
| HSL | 310º | 0.17% | 0.79% | - |
| HSV(B) | 310º | 0.09% | 0.82% | - |
| XYZ | 56.69 | 55.91 | 66.83 | - |
| YUV | 199.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 207 | 0 | 0.09 | 0.01 | 0.18 | 310 | 0.17 | 0.79 |
| Hex | D2 | C0 | CF | 0 | 9 | 1 | 12 | 136 | 11 | 4F |
| Octal | 322 | 300 | 317 | 0 | 11 | 1 | 22 | 466 | 21 | 117 |
| Binary | 11010010 | 11000000 | 11001111 | 0 | 1001 | 1 | 10010 | 100110110 | 10001 | 1001111 |
Color Harmonies of #D2C0CF
Complementary color
Monochromatic Colors of #D2C0CF
Black with #D2C0CF
Text Example
Text Example
White with #D2C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C0CF; }
p { color: rgb(210,192,207); }
H1.HeaderClassName
{
color: #D2C0CF;
}
.AnyTagClassName
{
color: #D2C0CF;
}
</style>
background-color css
<style>
a { background-color: #D2C0CF; }
a { background-color: rgb(210,192,207); }
div.DivClassName
{
background-color: #D2C0CF;
}
.BgClassName
{
background-color: #D2C0CF;
}
</style>
border-color css
<style>
span { border-color: #D2C0CF; }
span { border-color: rgb(210,192,207); }
td.TdClassName
{
border-color: #D2C0CF;
}
.TagClassName
{
border-color: #D2C0CF;
}
</style>