Shades of Thistle #D6BDD9
Tints of Thistle #D6BDD9
RGB
CMYK
RGB Variations
Color information
#D6BDD9 (or 0xD6BDD9) is known color: Thistle. HEX triplet: D6, BD and D9. RGB value is (214,189,217). Sum of RGB (Red+Green+Blue) = 214+189+217=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 217 - color contains mainly: blue. Hex color #D6BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDD9 is #294226. Grayscale: #C7C7C7. Windows color (decimal): -2703911 or 14269910. OLE color: 14269910.
HSL color Cylindrical-coordinate representation of color #D6BDD9: hue angle of 293.57º 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 #D6BDD9 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 189 | 217 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.15 |
| HSL | 293.57º | 0.27% | 0.8% | - |
| HSV(B) | 293.57º | 0.13% | 0.85% | - |
| XYZ | 58.45 | 55.7 | 73.32 | - |
| YUV | 199.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 217 | 0.01 | 0.13 | 0 | 0.15 | 293.57 | 0.27 | 0.8 |
| Hex | D6 | BD | D9 | 1 | D | 0 | F | 126 | 1B | 50 |
| Octal | 326 | 275 | 331 | 1 | 15 | 0 | 17 | 446 | 33 | 120 |
| Binary | 11010110 | 10111101 | 11011001 | 1 | 1101 | 0 | 1111 | 100100110 | 11011 | 1010000 |
Color Harmonies of #D6BDD9
Complementary color
Monochromatic Colors of #D6BDD9
Black with #D6BDD9
Text Example
Text Example
White with #D6BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDD9; }
p { color: rgb(214,189,217); }
H1.HeaderClassName
{
color: #D6BDD9;
}
.AnyTagClassName
{
color: #D6BDD9;
}
</style>
background-color css
<style>
a { background-color: #D6BDD9; }
a { background-color: rgb(214,189,217); }
div.DivClassName
{
background-color: #D6BDD9;
}
.BgClassName
{
background-color: #D6BDD9;
}
</style>
border-color css
<style>
span { border-color: #D6BDD9; }
span { border-color: rgb(214,189,217); }
td.TdClassName
{
border-color: #D6BDD9;
}
.TagClassName
{
border-color: #D6BDD9;
}
</style>