Shades of Thistle #D8BDDD
Tints of Thistle #D8BDDD
RGB
CMYK
RGB Variations
Color information
#D8BDDD (or 0xD8BDDD) is known color: Thistle. HEX triplet: D8, BD and DD. RGB value is (216,189,221). Sum of RGB (Red+Green+Blue) = 216+189+221=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDDD is #274222. Grayscale: #C8C8C8. Windows color (decimal): -2572835 or 14532056. OLE color: 14532056.
HSL color Cylindrical-coordinate representation of color #D8BDDD: hue angle of 290.62º 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 #D8BDDD is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 189 | 221 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.13 |
| HSL | 290.63º | 0.32% | 0.8% | - |
| HSV(B) | 290.63º | 0.14% | 0.87% | - |
| XYZ | 59.57 | 56.21 | 76.12 | - |
| YUV | 200.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 221 | 0.02 | 0.14 | 0 | 0.13 | 290.63 | 0.32 | 0.8 |
| Hex | D8 | BD | DD | 2 | E | 0 | D | 123 | 20 | 50 |
| Octal | 330 | 275 | 335 | 2 | 16 | 0 | 15 | 443 | 40 | 120 |
| Binary | 11011000 | 10111101 | 11011101 | 10 | 1110 | 0 | 1101 | 100100011 | 100000 | 1010000 |
Color Harmonies of #D8BDDD
Complementary color
Monochromatic Colors of #D8BDDD
Black with #D8BDDD
Text Example
Text Example
White with #D8BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDDD; }
p { color: rgb(216,189,221); }
H1.HeaderClassName
{
color: #D8BDDD;
}
.AnyTagClassName
{
color: #D8BDDD;
}
</style>
background-color css
<style>
a { background-color: #D8BDDD; }
a { background-color: rgb(216,189,221); }
div.DivClassName
{
background-color: #D8BDDD;
}
.BgClassName
{
background-color: #D8BDDD;
}
</style>
border-color css
<style>
span { border-color: #D8BDDD; }
span { border-color: rgb(216,189,221); }
td.TdClassName
{
border-color: #D8BDDD;
}
.TagClassName
{
border-color: #D8BDDD;
}
</style>