Shades of Thistle #D8B7DC
Tints of Thistle #D8B7DC
RGB
CMYK
RGB Variations
Color information
#D8B7DC (or 0xD8B7DC) is known color: Thistle. HEX triplet: D8, B7 and DC. RGB value is (216,183,220). Sum of RGB (Red+Green+Blue) = 216+183+220=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7DC is #274823. Grayscale: #C4C4C4. Windows color (decimal): -2574372 or 14464984. OLE color: 14464984.
HSL color Cylindrical-coordinate representation of color #D8B7DC: hue angle of 293.51º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8B7DC is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 183 | 220 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.14 |
| HSL | 293.51º | 0.35% | 0.79% | - |
| HSV(B) | 293.51º | 0.17% | 0.86% | - |
| XYZ | 58.17 | 53.63 | 75 | - |
| YUV | 197.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 220 | 0.02 | 0.17 | 0 | 0.14 | 293.51 | 0.35 | 0.79 |
| Hex | D8 | B7 | DC | 2 | 11 | 0 | E | 126 | 23 | 4F |
| Octal | 330 | 267 | 334 | 2 | 21 | 0 | 16 | 446 | 43 | 117 |
| Binary | 11011000 | 10110111 | 11011100 | 10 | 10001 | 0 | 1110 | 100100110 | 100011 | 1001111 |
Color Harmonies of #D8B7DC
Complementary color
Monochromatic Colors of #D8B7DC
Black with #D8B7DC
Text Example
Text Example
White with #D8B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7DC; }
p { color: rgb(216,183,220); }
H1.HeaderClassName
{
color: #D8B7DC;
}
.AnyTagClassName
{
color: #D8B7DC;
}
</style>
background-color css
<style>
a { background-color: #D8B7DC; }
a { background-color: rgb(216,183,220); }
div.DivClassName
{
background-color: #D8B7DC;
}
.BgClassName
{
background-color: #D8B7DC;
}
</style>
border-color css
<style>
span { border-color: #D8B7DC; }
span { border-color: rgb(216,183,220); }
td.TdClassName
{
border-color: #D8B7DC;
}
.TagClassName
{
border-color: #D8B7DC;
}
</style>