Shades of Thistle #D9BBDD
Tints of Thistle #D9BBDD
RGB
CMYK
RGB Variations
Color information
#D9BBDD (or 0xD9BBDD) is known color: Thistle. HEX triplet: D9, BB and DD. RGB value is (217,187,221). Sum of RGB (Red+Green+Blue) = 217+187+221=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBDD is #264422. Grayscale: #C7C7C7. Windows color (decimal): -2507811 or 14531545. OLE color: 14531545.
HSL color Cylindrical-coordinate representation of color #D9BBDD: hue angle of 292.94º 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 #D9BBDD is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 187 | 221 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.13 |
| HSL | 292.94º | 0.33% | 0.8% | - |
| HSV(B) | 292.94º | 0.15% | 0.87% | - |
| XYZ | 59.44 | 55.51 | 75.99 | - |
| YUV | 199.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 221 | 0.02 | 0.15 | 0 | 0.13 | 292.94 | 0.33 | 0.8 |
| Hex | D9 | BB | DD | 2 | F | 0 | D | 125 | 21 | 50 |
| Octal | 331 | 273 | 335 | 2 | 17 | 0 | 15 | 445 | 41 | 120 |
| Binary | 11011001 | 10111011 | 11011101 | 10 | 1111 | 0 | 1101 | 100100101 | 100001 | 1010000 |
Color Harmonies of #D9BBDD
Complementary color
Monochromatic Colors of #D9BBDD
Black with #D9BBDD
Text Example
Text Example
White with #D9BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBDD; }
p { color: rgb(217,187,221); }
H1.HeaderClassName
{
color: #D9BBDD;
}
.AnyTagClassName
{
color: #D9BBDD;
}
</style>
background-color css
<style>
a { background-color: #D9BBDD; }
a { background-color: rgb(217,187,221); }
div.DivClassName
{
background-color: #D9BBDD;
}
.BgClassName
{
background-color: #D9BBDD;
}
</style>
border-color css
<style>
span { border-color: #D9BBDD; }
span { border-color: rgb(217,187,221); }
td.TdClassName
{
border-color: #D9BBDD;
}
.TagClassName
{
border-color: #D9BBDD;
}
</style>