Shades of Thistle #D9BCD8
Tints of Thistle #D9BCD8
RGB
CMYK
RGB Variations
Color information
#D9BCD8 (or 0xD9BCD8) is known color: Thistle. HEX triplet: D9, BC and D8. RGB value is (217,188,216). Sum of RGB (Red+Green+Blue) = 217+188+216=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCD8 is #264327. Grayscale: #C7C7C7. Windows color (decimal): -2507560 or 14204121. OLE color: 14204121.
HSL color Cylindrical-coordinate representation of color #D9BCD8: hue angle of 302.07º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BCD8 is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 216 | - |
| CMYK | 0 | 0.13 | 0.00 | 0.15 |
| HSL | 302.07º | 0.28% | 0.79% | - |
| HSV(B) | 302.07º | 0.13% | 0.85% | - |
| XYZ | 58.99 | 55.68 | 72.6 | - |
| YUV | 199.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 216 | 0 | 0.13 | 0.00 | 0.15 | 302.07 | 0.28 | 0.79 |
| Hex | D9 | BC | D8 | 0 | D | 0 | F | 12E | 1C | 4F |
| Octal | 331 | 274 | 330 | 0 | 15 | 0 | 17 | 456 | 34 | 117 |
| Binary | 11011001 | 10111100 | 11011000 | 0 | 1101 | 0 | 1111 | 100101110 | 11100 | 1001111 |
Color Harmonies of #D9BCD8
Complementary color
Monochromatic Colors of #D9BCD8
Black with #D9BCD8
Text Example
Text Example
White with #D9BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCD8; }
p { color: rgb(217,188,216); }
H1.HeaderClassName
{
color: #D9BCD8;
}
.AnyTagClassName
{
color: #D9BCD8;
}
</style>
background-color css
<style>
a { background-color: #D9BCD8; }
a { background-color: rgb(217,188,216); }
div.DivClassName
{
background-color: #D9BCD8;
}
.BgClassName
{
background-color: #D9BCD8;
}
</style>
border-color css
<style>
span { border-color: #D9BCD8; }
span { border-color: rgb(217,188,216); }
td.TdClassName
{
border-color: #D9BCD8;
}
.TagClassName
{
border-color: #D9BCD8;
}
</style>