Shades of Thistle #D7BDDD
Tints of Thistle #D7BDDD
RGB
CMYK
RGB Variations
Color information
#D7BDDD (or 0xD7BDDD) is known color: Thistle. HEX triplet: D7, BD and DD. RGB value is (215,189,221). Sum of RGB (Red+Green+Blue) = 215+189+221=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 189 (74.22% from 255 or 30.24% 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 #D7BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDDD is #284222. Grayscale: #C8C8C8. Windows color (decimal): -2638371 or 14532055. OLE color: 14532055.
HSL color Cylindrical-coordinate representation of color #D7BDDD: hue angle of 288.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7BDDD is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 189 | 221 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.13 |
| HSL | 288.75º | 0.32% | 0.8% | - |
| HSV(B) | 288.75º | 0.14% | 0.87% | - |
| XYZ | 59.27 | 56.06 | 76.1 | - |
| YUV | 200.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 221 | 0.03 | 0.14 | 0 | 0.13 | 288.75 | 0.32 | 0.8 |
| Hex | D7 | BD | DD | 3 | E | 0 | D | 121 | 20 | 50 |
| Octal | 327 | 275 | 335 | 3 | 16 | 0 | 15 | 441 | 40 | 120 |
| Binary | 11010111 | 10111101 | 11011101 | 11 | 1110 | 0 | 1101 | 100100001 | 100000 | 1010000 |
Color Harmonies of #D7BDDD
Complementary color
Monochromatic Colors of #D7BDDD
Black with #D7BDDD
Text Example
Text Example
White with #D7BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BDDD; }
p { color: rgb(215,189,221); }
H1.HeaderClassName
{
color: #D7BDDD;
}
.AnyTagClassName
{
color: #D7BDDD;
}
</style>
background-color css
<style>
a { background-color: #D7BDDD; }
a { background-color: rgb(215,189,221); }
div.DivClassName
{
background-color: #D7BDDD;
}
.BgClassName
{
background-color: #D7BDDD;
}
</style>
border-color css
<style>
span { border-color: #D7BDDD; }
span { border-color: rgb(215,189,221); }
td.TdClassName
{
border-color: #D7BDDD;
}
.TagClassName
{
border-color: #D7BDDD;
}
</style>