Shades of Thistle #D9BADD
Tints of Thistle #D9BADD
RGB
CMYK
RGB Variations
Color information
#D9BADD (or 0xD9BADD) is known color: Thistle. HEX triplet: D9, BA and DD. RGB value is (217,186,221). Sum of RGB (Red+Green+Blue) = 217+186+221=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BADD is #264522. Grayscale: #C7C7C7. Windows color (decimal): -2508067 or 14531289. OLE color: 14531289.
HSL color Cylindrical-coordinate representation of color #D9BADD: hue angle of 293.14º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9BADD is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 186 | 221 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.13 |
| HSL | 293.14º | 0.34% | 0.8% | - |
| HSV(B) | 293.14º | 0.16% | 0.87% | - |
| XYZ | 59.23 | 55.09 | 75.92 | - |
| YUV | 199.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 221 | 0.02 | 0.16 | 0 | 0.13 | 293.14 | 0.34 | 0.8 |
| Hex | D9 | BA | DD | 2 | 10 | 0 | D | 125 | 22 | 50 |
| Octal | 331 | 272 | 335 | 2 | 20 | 0 | 15 | 445 | 42 | 120 |
| Binary | 11011001 | 10111010 | 11011101 | 10 | 10000 | 0 | 1101 | 100100101 | 100010 | 1010000 |
Color Harmonies of #D9BADD
Complementary color
Monochromatic Colors of #D9BADD
Black with #D9BADD
Text Example
Text Example
White with #D9BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BADD; }
p { color: rgb(217,186,221); }
H1.HeaderClassName
{
color: #D9BADD;
}
.AnyTagClassName
{
color: #D9BADD;
}
</style>
background-color css
<style>
a { background-color: #D9BADD; }
a { background-color: rgb(217,186,221); }
div.DivClassName
{
background-color: #D9BADD;
}
.BgClassName
{
background-color: #D9BADD;
}
</style>
border-color css
<style>
span { border-color: #D9BADD; }
span { border-color: rgb(217,186,221); }
td.TdClassName
{
border-color: #D9BADD;
}
.TagClassName
{
border-color: #D9BADD;
}
</style>