Shades of Thistle #D8B7D7
Tints of Thistle #D8B7D7
RGB
CMYK
RGB Variations
Color information
#D8B7D7 (or 0xD8B7D7) is known color: Thistle. HEX triplet: D8, B7 and D7. RGB value is (216,183,215). Sum of RGB (Red+Green+Blue) = 216+183+215=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7D7 is #274828. Grayscale: #C4C4C4. Windows color (decimal): -2574377 or 14137304. OLE color: 14137304.
HSL color Cylindrical-coordinate representation of color #D8B7D7: hue angle of 301.82º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B7D7 is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 215 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.15 |
| HSL | 301.82º | 0.3% | 0.78% | - |
| HSV(B) | 301.82º | 0.15% | 0.85% | - |
| XYZ | 57.52 | 53.37 | 71.56 | - |
| YUV | 196.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 215 | 0 | 0.15 | 0.00 | 0.15 | 301.82 | 0.3 | 0.78 |
| Hex | D8 | B7 | D7 | 0 | F | 0 | F | 12E | 1E | 4E |
| Octal | 330 | 267 | 327 | 0 | 17 | 0 | 17 | 456 | 36 | 116 |
| Binary | 11011000 | 10110111 | 11010111 | 0 | 1111 | 0 | 1111 | 100101110 | 11110 | 1001110 |
Color Harmonies of #D8B7D7
Complementary color
Monochromatic Colors of #D8B7D7
Black with #D8B7D7
Text Example
Text Example
White with #D8B7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7D7; }
p { color: rgb(216,183,215); }
H1.HeaderClassName
{
color: #D8B7D7;
}
.AnyTagClassName
{
color: #D8B7D7;
}
</style>
background-color css
<style>
a { background-color: #D8B7D7; }
a { background-color: rgb(216,183,215); }
div.DivClassName
{
background-color: #D8B7D7;
}
.BgClassName
{
background-color: #D8B7D7;
}
</style>
border-color css
<style>
span { border-color: #D8B7D7; }
span { border-color: rgb(216,183,215); }
td.TdClassName
{
border-color: #D8B7D7;
}
.TagClassName
{
border-color: #D8B7D7;
}
</style>