Shades of Thistle #D2B6D1
Tints of Thistle #D2B6D1
RGB
CMYK
RGB Variations
Color information
#D2B6D1 (or 0xD2B6D1) is known color: Thistle. HEX triplet: D2, B6 and D1. RGB value is (210,182,209). Sum of RGB (Red+Green+Blue) = 210+182+209=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B6D1 is #2D492E. Grayscale: #C1C1C1. Windows color (decimal): -2967855 or 13743826. OLE color: 13743826.
HSL color Cylindrical-coordinate representation of color #D2B6D1: hue angle of 302.14º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2B6D1 is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 209 | - |
| CMYK | 0 | 0.13 | 0.00 | 0.18 |
| HSL | 302.14º | 0.24% | 0.77% | - |
| HSV(B) | 302.14º | 0.13% | 0.82% | - |
| XYZ | 54.81 | 51.76 | 67.42 | - |
| YUV | 193.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 209 | 0 | 0.13 | 0.00 | 0.18 | 302.14 | 0.24 | 0.77 |
| Hex | D2 | B6 | D1 | 0 | D | 0 | 12 | 12E | 18 | 4D |
| Octal | 322 | 266 | 321 | 0 | 15 | 0 | 22 | 456 | 30 | 115 |
| Binary | 11010010 | 10110110 | 11010001 | 0 | 1101 | 0 | 10010 | 100101110 | 11000 | 1001101 |
Color Harmonies of #D2B6D1
Complementary color
Monochromatic Colors of #D2B6D1
Black with #D2B6D1
Text Example
Text Example
White with #D2B6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B6D1; }
p { color: rgb(210,182,209); }
H1.HeaderClassName
{
color: #D2B6D1;
}
.AnyTagClassName
{
color: #D2B6D1;
}
</style>
background-color css
<style>
a { background-color: #D2B6D1; }
a { background-color: rgb(210,182,209); }
div.DivClassName
{
background-color: #D2B6D1;
}
.BgClassName
{
background-color: #D2B6D1;
}
</style>
border-color css
<style>
span { border-color: #D2B6D1; }
span { border-color: rgb(210,182,209); }
td.TdClassName
{
border-color: #D2B6D1;
}
.TagClassName
{
border-color: #D2B6D1;
}
</style>