Shades of Thistle #D5B9D8
Tints of Thistle #D5B9D8
RGB
CMYK
RGB Variations
Color information
#D5B9D8 (or 0xD5B9D8) is known color: Thistle. HEX triplet: D5, B9 and D8. RGB value is (213,185,216). Sum of RGB (Red+Green+Blue) = 213+185+216=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 216 - color contains mainly: blue. Hex color #D5B9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9D8 is #2A4627. Grayscale: #C4C4C4. Windows color (decimal): -2770472 or 14203349. OLE color: 14203349.
HSL color Cylindrical-coordinate representation of color #D5B9D8: hue angle of 294.19º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5B9D8 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 185 | 216 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.15 |
| HSL | 294.19º | 0.28% | 0.79% | - |
| HSV(B) | 294.19º | 0.14% | 0.85% | - |
| XYZ | 57.18 | 53.8 | 72.34 | - |
| YUV | 196.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 216 | 0.01 | 0.14 | 0 | 0.15 | 294.19 | 0.28 | 0.79 |
| Hex | D5 | B9 | D8 | 1 | E | 0 | F | 126 | 1C | 4F |
| Octal | 325 | 271 | 330 | 1 | 16 | 0 | 17 | 446 | 34 | 117 |
| Binary | 11010101 | 10111001 | 11011000 | 1 | 1110 | 0 | 1111 | 100100110 | 11100 | 1001111 |
Color Harmonies of #D5B9D8
Complementary color
Monochromatic Colors of #D5B9D8
Black with #D5B9D8
Text Example
Text Example
White with #D5B9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B9D8; }
p { color: rgb(213,185,216); }
H1.HeaderClassName
{
color: #D5B9D8;
}
.AnyTagClassName
{
color: #D5B9D8;
}
</style>
background-color css
<style>
a { background-color: #D5B9D8; }
a { background-color: rgb(213,185,216); }
div.DivClassName
{
background-color: #D5B9D8;
}
.BgClassName
{
background-color: #D5B9D8;
}
</style>
border-color css
<style>
span { border-color: #D5B9D8; }
span { border-color: rgb(213,185,216); }
td.TdClassName
{
border-color: #D5B9D8;
}
.TagClassName
{
border-color: #D5B9D8;
}
</style>