Shades of Thistle #D7BDD6
Tints of Thistle #D7BDD6
RGB
CMYK
RGB Variations
Color information
#D7BDD6 (or 0xD7BDD6) is known color: Thistle. HEX triplet: D7, BD and D6. RGB value is (215,189,214). Sum of RGB (Red+Green+Blue) = 215+189+214=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDD6 is #284229. Grayscale: #C7C7C7. Windows color (decimal): -2638378 or 14073303. OLE color: 14073303.
HSL color Cylindrical-coordinate representation of color #D7BDD6: hue angle of 302.31º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7BDD6 is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 214 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.16 |
| HSL | 302.31º | 0.25% | 0.79% | - |
| HSV(B) | 302.31º | 0.12% | 0.84% | - |
| XYZ | 58.36 | 55.7 | 71.29 | - |
| YUV | 199.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 214 | 0 | 0.12 | 0.00 | 0.16 | 302.31 | 0.25 | 0.79 |
| Hex | D7 | BD | D6 | 0 | C | 0 | 10 | 12E | 19 | 4F |
| Octal | 327 | 275 | 326 | 0 | 14 | 0 | 20 | 456 | 31 | 117 |
| Binary | 11010111 | 10111101 | 11010110 | 0 | 1100 | 0 | 10000 | 100101110 | 11001 | 1001111 |
Color Harmonies of #D7BDD6
Complementary color
Monochromatic Colors of #D7BDD6
Black with #D7BDD6
Text Example
Text Example
White with #D7BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDD6; }
p { color: rgb(215,189,214); }
H1.HeaderClassName
{
color: #D7BDD6;
}
.AnyTagClassName
{
color: #D7BDD6;
}
</style>
background-color css
<style>
a { background-color: #D7BDD6; }
a { background-color: rgb(215,189,214); }
div.DivClassName
{
background-color: #D7BDD6;
}
.BgClassName
{
background-color: #D7BDD6;
}
</style>
border-color css
<style>
span { border-color: #D7BDD6; }
span { border-color: rgb(215,189,214); }
td.TdClassName
{
border-color: #D7BDD6;
}
.TagClassName
{
border-color: #D7BDD6;
}
</style>