Shades of Thistle #D9BCDD
Tints of Thistle #D9BCDD
RGB
CMYK
RGB Variations
Color information
#D9BCDD (or 0xD9BCDD) is known color: Thistle. HEX triplet: D9, BC and DD. RGB value is (217,188,221). Sum of RGB (Red+Green+Blue) = 217+188+221=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCDD is #264322. Grayscale: #C8C8C8. Windows color (decimal): -2507555 or 14531801. OLE color: 14531801.
HSL color Cylindrical-coordinate representation of color #D9BCDD: hue angle of 292.73º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9BCDD is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 188 | 221 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.13 |
| HSL | 292.73º | 0.33% | 0.8% | - |
| HSV(B) | 292.73º | 0.15% | 0.87% | - |
| XYZ | 59.65 | 55.94 | 76.06 | - |
| YUV | 200.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 221 | 0.02 | 0.15 | 0 | 0.13 | 292.73 | 0.33 | 0.8 |
| Hex | D9 | BC | DD | 2 | F | 0 | D | 125 | 21 | 50 |
| Octal | 331 | 274 | 335 | 2 | 17 | 0 | 15 | 445 | 41 | 120 |
| Binary | 11011001 | 10111100 | 11011101 | 10 | 1111 | 0 | 1101 | 100100101 | 100001 | 1010000 |
Color Harmonies of #D9BCDD
Complementary color
Monochromatic Colors of #D9BCDD
Black with #D9BCDD
Text Example
Text Example
White with #D9BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCDD; }
p { color: rgb(217,188,221); }
H1.HeaderClassName
{
color: #D9BCDD;
}
.AnyTagClassName
{
color: #D9BCDD;
}
</style>
background-color css
<style>
a { background-color: #D9BCDD; }
a { background-color: rgb(217,188,221); }
div.DivClassName
{
background-color: #D9BCDD;
}
.BgClassName
{
background-color: #D9BCDD;
}
</style>
border-color css
<style>
span { border-color: #D9BCDD; }
span { border-color: rgb(217,188,221); }
td.TdClassName
{
border-color: #D9BCDD;
}
.TagClassName
{
border-color: #D9BCDD;
}
</style>