Shades of Thistle #D2B8D1
Tints of Thistle #D2B8D1
RGB
CMYK
RGB Variations
Color information
#D2B8D1 (or 0xD2B8D1) is known color: Thistle. HEX triplet: D2, B8 and D1. RGB value is (210,184,209). Sum of RGB (Red+Green+Blue) = 210+184+209=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B8D1 is #2D472E. Grayscale: #C2C2C2. Windows color (decimal): -2967343 or 13744338. OLE color: 13744338.
HSL color Cylindrical-coordinate representation of color #D2B8D1: hue angle of 302.31º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2B8D1 is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 209 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.18 |
| HSL | 302.31º | 0.22% | 0.77% | - |
| HSV(B) | 302.31º | 0.12% | 0.82% | - |
| XYZ | 55.23 | 52.59 | 67.56 | - |
| YUV | 194.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 209 | 0 | 0.12 | 0.00 | 0.18 | 302.31 | 0.22 | 0.77 |
| Hex | D2 | B8 | D1 | 0 | C | 0 | 12 | 12E | 16 | 4D |
| Octal | 322 | 270 | 321 | 0 | 14 | 0 | 22 | 456 | 26 | 115 |
| Binary | 11010010 | 10111000 | 11010001 | 0 | 1100 | 0 | 10010 | 100101110 | 10110 | 1001101 |
Color Harmonies of #D2B8D1
Complementary color
Monochromatic Colors of #D2B8D1
Black with #D2B8D1
Text Example
Text Example
White with #D2B8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B8D1; }
p { color: rgb(210,184,209); }
H1.HeaderClassName
{
color: #D2B8D1;
}
.AnyTagClassName
{
color: #D2B8D1;
}
</style>
background-color css
<style>
a { background-color: #D2B8D1; }
a { background-color: rgb(210,184,209); }
div.DivClassName
{
background-color: #D2B8D1;
}
.BgClassName
{
background-color: #D2B8D1;
}
</style>
border-color css
<style>
span { border-color: #D2B8D1; }
span { border-color: rgb(210,184,209); }
td.TdClassName
{
border-color: #D2B8D1;
}
.TagClassName
{
border-color: #D2B8D1;
}
</style>