Shades of Thistle #D8BAD6
Tints of Thistle #D8BAD6
RGB
CMYK
RGB Variations
Color information
#D8BAD6 (or 0xD8BAD6) is known color: Thistle. HEX triplet: D8, BA and D6. RGB value is (216,186,214). Sum of RGB (Red+Green+Blue) = 216+186+214=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAD6 is #274529. Grayscale: #C6C6C6. Windows color (decimal): -2573610 or 14072536. OLE color: 14072536.
HSL color Cylindrical-coordinate representation of color #D8BAD6: hue angle of 304º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BAD6 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 214 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.15 |
| HSL | 304º | 0.28% | 0.79% | - |
| HSV(B) | 304º | 0.14% | 0.85% | - |
| XYZ | 58.02 | 54.57 | 71.09 | - |
| YUV | 198.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 214 | 0 | 0.14 | 0.01 | 0.15 | 304 | 0.28 | 0.79 |
| Hex | D8 | BA | D6 | 0 | E | 1 | F | 130 | 1C | 4F |
| Octal | 330 | 272 | 326 | 0 | 16 | 1 | 17 | 460 | 34 | 117 |
| Binary | 11011000 | 10111010 | 11010110 | 0 | 1110 | 1 | 1111 | 100110000 | 11100 | 1001111 |
Color Harmonies of #D8BAD6
Complementary color
Monochromatic Colors of #D8BAD6
Black with #D8BAD6
Text Example
Text Example
White with #D8BAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAD6; }
p { color: rgb(216,186,214); }
H1.HeaderClassName
{
color: #D8BAD6;
}
.AnyTagClassName
{
color: #D8BAD6;
}
</style>
background-color css
<style>
a { background-color: #D8BAD6; }
a { background-color: rgb(216,186,214); }
div.DivClassName
{
background-color: #D8BAD6;
}
.BgClassName
{
background-color: #D8BAD6;
}
</style>
border-color css
<style>
span { border-color: #D8BAD6; }
span { border-color: rgb(216,186,214); }
td.TdClassName
{
border-color: #D8BAD6;
}
.TagClassName
{
border-color: #D8BAD6;
}
</style>