Shades of Thistle #D9BDD9
Tints of Thistle #D9BDD9
RGB
CMYK
RGB Variations
Color information
#D9BDD9 (or 0xD9BDD9) is known color: Thistle. HEX triplet: D9, BD and D9. RGB value is (217,189,217). Sum of RGB (Red+Green+Blue) = 217+189+217=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D9BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDD9 is #264226. Grayscale: #C8C8C8. Windows color (decimal): -2507303 or 14269913. OLE color: 14269913.
HSL color Cylindrical-coordinate representation of color #D9BDD9: hue angle of 300º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BDD9 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 217 | - |
| CMYK | 0 | 0.13 | 0 | 0.15 |
| HSL | 300º | 0.27% | 0.8% | - |
| HSV(B) | 300º | 0.13% | 0.85% | - |
| XYZ | 59.34 | 56.16 | 73.36 | - |
| YUV | 200.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 217 | 0 | 0.13 | 0 | 0.15 | 300 | 0.27 | 0.8 |
| Hex | D9 | BD | D9 | 0 | D | 0 | F | 12C | 1B | 50 |
| Octal | 331 | 275 | 331 | 0 | 15 | 0 | 17 | 454 | 33 | 120 |
| Binary | 11011001 | 10111101 | 11011001 | 0 | 1101 | 0 | 1111 | 100101100 | 11011 | 1010000 |
Color Harmonies of #D9BDD9
Complementary color
Monochromatic Colors of #D9BDD9
Black with #D9BDD9
Text Example
Text Example
White with #D9BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BDD9; }
p { color: rgb(217,189,217); }
H1.HeaderClassName
{
color: #D9BDD9;
}
.AnyTagClassName
{
color: #D9BDD9;
}
</style>
background-color css
<style>
a { background-color: #D9BDD9; }
a { background-color: rgb(217,189,217); }
div.DivClassName
{
background-color: #D9BDD9;
}
.BgClassName
{
background-color: #D9BDD9;
}
</style>
border-color css
<style>
span { border-color: #D9BDD9; }
span { border-color: rgb(217,189,217); }
td.TdClassName
{
border-color: #D9BDD9;
}
.TagClassName
{
border-color: #D9BDD9;
}
</style>