Shades of Thistle #D2B9D3
Tints of Thistle #D2B9D3
RGB
CMYK
RGB Variations
Color information
#D2B9D3 (or 0xD2B9D3) is known color: Thistle. HEX triplet: D2, B9 and D3. RGB value is (210,185,211). Sum of RGB (Red+Green+Blue) = 210+185+211=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 211 - color contains mainly: blue. Hex color #D2B9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9D3 is #2D462C. Grayscale: #C3C3C3. Windows color (decimal): -2967085 or 13875666. OLE color: 13875666.
HSL color Cylindrical-coordinate representation of color #D2B9D3: hue angle of 297.69º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2B9D3 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 185 | 211 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.17 |
| HSL | 297.69º | 0.23% | 0.78% | - |
| HSV(B) | 297.69º | 0.12% | 0.83% | - |
| XYZ | 55.69 | 53.1 | 68.94 | - |
| YUV | 195.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 211 | 0.00 | 0.12 | 0 | 0.17 | 297.69 | 0.23 | 0.78 |
| Hex | D2 | B9 | D3 | 0 | C | 0 | 11 | 12A | 17 | 4E |
| Octal | 322 | 271 | 323 | 0 | 14 | 0 | 21 | 452 | 27 | 116 |
| Binary | 11010010 | 10111001 | 11010011 | 0 | 1100 | 0 | 10001 | 100101010 | 10111 | 1001110 |
Color Harmonies of #D2B9D3
Complementary color
Monochromatic Colors of #D2B9D3
Black with #D2B9D3
Text Example
Text Example
White with #D2B9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B9D3; }
p { color: rgb(210,185,211); }
H1.HeaderClassName
{
color: #D2B9D3;
}
.AnyTagClassName
{
color: #D2B9D3;
}
</style>
background-color css
<style>
a { background-color: #D2B9D3; }
a { background-color: rgb(210,185,211); }
div.DivClassName
{
background-color: #D2B9D3;
}
.BgClassName
{
background-color: #D2B9D3;
}
</style>
border-color css
<style>
span { border-color: #D2B9D3; }
span { border-color: rgb(210,185,211); }
td.TdClassName
{
border-color: #D2B9D3;
}
.TagClassName
{
border-color: #D2B9D3;
}
</style>