Shades of Thistle #D6C0D3
Tints of Thistle #D6C0D3
RGB
CMYK
RGB Variations
Color information
#D6C0D3 (or 0xD6C0D3) is known color: Thistle. HEX triplet: D6, C0 and D3. RGB value is (214,192,211). Sum of RGB (Red+Green+Blue) = 214+192+211=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C0D3 is #293F2C. Grayscale: #C8C8C8. Windows color (decimal): -2703149 or 13877462. OLE color: 13877462.
HSL color Cylindrical-coordinate representation of color #D6C0D3: hue angle of 308.18º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C0D3 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 211 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.16 |
| HSL | 308.18º | 0.21% | 0.8% | - |
| HSV(B) | 308.18º | 0.1% | 0.84% | - |
| XYZ | 58.34 | 56.7 | 69.5 | - |
| YUV | 200.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 211 | 0 | 0.10 | 0.01 | 0.16 | 308.18 | 0.21 | 0.8 |
| Hex | D6 | C0 | D3 | 0 | A | 1 | 10 | 134 | 15 | 50 |
| Octal | 326 | 300 | 323 | 0 | 12 | 1 | 20 | 464 | 25 | 120 |
| Binary | 11010110 | 11000000 | 11010011 | 0 | 1010 | 1 | 10000 | 100110100 | 10101 | 1010000 |
Color Harmonies of #D6C0D3
Complementary color
Monochromatic Colors of #D6C0D3
Black with #D6C0D3
Text Example
Text Example
White with #D6C0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0D3; }
p { color: rgb(214,192,211); }
H1.HeaderClassName
{
color: #D6C0D3;
}
.AnyTagClassName
{
color: #D6C0D3;
}
</style>
background-color css
<style>
a { background-color: #D6C0D3; }
a { background-color: rgb(214,192,211); }
div.DivClassName
{
background-color: #D6C0D3;
}
.BgClassName
{
background-color: #D6C0D3;
}
</style>
border-color css
<style>
span { border-color: #D6C0D3; }
span { border-color: rgb(214,192,211); }
td.TdClassName
{
border-color: #D6C0D3;
}
.TagClassName
{
border-color: #D6C0D3;
}
</style>