Shades of Thistle #D3C6D1
Tints of Thistle #D3C6D1
RGB
CMYK
RGB Variations
Color information
#D3C6D1 (or 0xD3C6D1) is known color: Thistle. HEX triplet: D3, C6 and D1. RGB value is (211,198,209). Sum of RGB (Red+Green+Blue) = 211+198+209=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C6D1 is #2C392E. Grayscale: #CBCBCB. Windows color (decimal): -2898223 or 13747923. OLE color: 13747923.
HSL color Cylindrical-coordinate representation of color #D3C6D1: hue angle of 309.23º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3C6D1 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 198 | 209 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.17 |
| HSL | 309.23º | 0.13% | 0.8% | - |
| HSV(B) | 309.23º | 0.06% | 0.83% | - |
| XYZ | 58.57 | 58.84 | 68.59 | - |
| YUV | 203.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 198 | 209 | 0 | 0.06 | 0.01 | 0.17 | 309.23 | 0.13 | 0.8 |
| Hex | D3 | C6 | D1 | 0 | 6 | 1 | 11 | 135 | D | 50 |
| Octal | 323 | 306 | 321 | 0 | 6 | 1 | 21 | 465 | 15 | 120 |
| Binary | 11010011 | 11000110 | 11010001 | 0 | 110 | 1 | 10001 | 100110101 | 1101 | 1010000 |
Color Harmonies of #D3C6D1
Complementary color
Monochromatic Colors of #D3C6D1
Black with #D3C6D1
Text Example
Text Example
White with #D3C6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C6D1; }
p { color: rgb(211,198,209); }
H1.HeaderClassName
{
color: #D3C6D1;
}
.AnyTagClassName
{
color: #D3C6D1;
}
</style>
background-color css
<style>
a { background-color: #D3C6D1; }
a { background-color: rgb(211,198,209); }
div.DivClassName
{
background-color: #D3C6D1;
}
.BgClassName
{
background-color: #D3C6D1;
}
</style>
border-color css
<style>
span { border-color: #D3C6D1; }
span { border-color: rgb(211,198,209); }
td.TdClassName
{
border-color: #D3C6D1;
}
.TagClassName
{
border-color: #D3C6D1;
}
</style>