Shades of Thistle #D2C6D3
Tints of Thistle #D2C6D3
RGB
CMYK
RGB Variations
Color information
#D2C6D3 (or 0xD2C6D3) is known color: Thistle. HEX triplet: D2, C6 and D3. RGB value is (210,198,211). Sum of RGB (Red+Green+Blue) = 210+198+211=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 211 - color contains mainly: blue. Hex color #D2C6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C6D3 is #2D392C. Grayscale: #CBCBCB. Windows color (decimal): -2963757 or 13878994. OLE color: 13878994.
HSL color Cylindrical-coordinate representation of color #D2C6D3: hue angle of 295.38º 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 #D2C6D3 is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 198 | 211 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.17 |
| HSL | 295.38º | 0.13% | 0.8% | - |
| HSV(B) | 295.38º | 0.06% | 0.83% | - |
| XYZ | 58.53 | 58.79 | 69.89 | - |
| YUV | 203.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 211 | 0.00 | 0.06 | 0 | 0.17 | 295.38 | 0.13 | 0.8 |
| Hex | D2 | C6 | D3 | 0 | 6 | 0 | 11 | 127 | D | 50 |
| Octal | 322 | 306 | 323 | 0 | 6 | 0 | 21 | 447 | 15 | 120 |
| Binary | 11010010 | 11000110 | 11010011 | 0 | 110 | 0 | 10001 | 100100111 | 1101 | 1010000 |
Color Harmonies of #D2C6D3
Complementary color
Monochromatic Colors of #D2C6D3
Black with #D2C6D3
Text Example
Text Example
White with #D2C6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C6D3; }
p { color: rgb(210,198,211); }
H1.HeaderClassName
{
color: #D2C6D3;
}
.AnyTagClassName
{
color: #D2C6D3;
}
</style>
background-color css
<style>
a { background-color: #D2C6D3; }
a { background-color: rgb(210,198,211); }
div.DivClassName
{
background-color: #D2C6D3;
}
.BgClassName
{
background-color: #D2C6D3;
}
</style>
border-color css
<style>
span { border-color: #D2C6D3; }
span { border-color: rgb(210,198,211); }
td.TdClassName
{
border-color: #D2C6D3;
}
.TagClassName
{
border-color: #D2C6D3;
}
</style>