Shades of Thistle #D5B6D9
Tints of Thistle #D5B6D9
RGB
CMYK
RGB Variations
Color information
#D5B6D9 (or 0xD5B6D9) is known color: Thistle. HEX triplet: D5, B6 and D9. RGB value is (213,182,217). Sum of RGB (Red+Green+Blue) = 213+182+217=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #D5B6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B6D9 is #2A4926. Grayscale: #C3C3C3. Windows color (decimal): -2771239 or 14268117. OLE color: 14268117.
HSL color Cylindrical-coordinate representation of color #D5B6D9: hue angle of 293.14º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B6D9 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 182 | 217 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.15 |
| HSL | 293.14º | 0.32% | 0.78% | - |
| HSV(B) | 293.14º | 0.16% | 0.85% | - |
| XYZ | 56.69 | 52.61 | 72.81 | - |
| YUV | 195.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 182 | 217 | 0.02 | 0.16 | 0 | 0.15 | 293.14 | 0.32 | 0.78 |
| Hex | D5 | B6 | D9 | 2 | 10 | 0 | F | 125 | 20 | 4E |
| Octal | 325 | 266 | 331 | 2 | 20 | 0 | 17 | 445 | 40 | 116 |
| Binary | 11010101 | 10110110 | 11011001 | 10 | 10000 | 0 | 1111 | 100100101 | 100000 | 1001110 |
Color Harmonies of #D5B6D9
Complementary color
Monochromatic Colors of #D5B6D9
Black with #D5B6D9
Text Example
Text Example
White with #D5B6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B6D9; }
p { color: rgb(213,182,217); }
H1.HeaderClassName
{
color: #D5B6D9;
}
.AnyTagClassName
{
color: #D5B6D9;
}
</style>
background-color css
<style>
a { background-color: #D5B6D9; }
a { background-color: rgb(213,182,217); }
div.DivClassName
{
background-color: #D5B6D9;
}
.BgClassName
{
background-color: #D5B6D9;
}
</style>
border-color css
<style>
span { border-color: #D5B6D9; }
span { border-color: rgb(213,182,217); }
td.TdClassName
{
border-color: #D5B6D9;
}
.TagClassName
{
border-color: #D5B6D9;
}
</style>