Shades of Thistle #D5B0D8
Tints of Thistle #D5B0D8
RGB
CMYK
RGB Variations
Color information
#D5B0D8 (or 0xD5B0D8) is known color: Thistle. HEX triplet: D5, B0 and D8. RGB value is (213,176,216). Sum of RGB (Red+Green+Blue) = 213+176+216=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #D5B0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B0D8 is #2A4F27. Grayscale: #BFBFBF. Windows color (decimal): -2772776 or 14201045. OLE color: 14201045.
HSL color Cylindrical-coordinate representation of color #D5B0D8: hue angle of 295.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B0D8 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 176 | 216 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.15 |
| HSL | 295.5º | 0.34% | 0.77% | - |
| HSV(B) | 295.5º | 0.19% | 0.85% | - |
| XYZ | 55.36 | 50.15 | 71.73 | - |
| YUV | 191.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 216 | 0.01 | 0.19 | 0 | 0.15 | 295.5 | 0.34 | 0.77 |
| Hex | D5 | B0 | D8 | 1 | 13 | 0 | F | 128 | 22 | 4D |
| Octal | 325 | 260 | 330 | 1 | 23 | 0 | 17 | 450 | 42 | 115 |
| Binary | 11010101 | 10110000 | 11011000 | 1 | 10011 | 0 | 1111 | 100101000 | 100010 | 1001101 |
Color Harmonies of #D5B0D8
Complementary color
Monochromatic Colors of #D5B0D8
Black with #D5B0D8
Text Example
Text Example
White with #D5B0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B0D8; }
p { color: rgb(213,176,216); }
H1.HeaderClassName
{
color: #D5B0D8;
}
.AnyTagClassName
{
color: #D5B0D8;
}
</style>
background-color css
<style>
a { background-color: #D5B0D8; }
a { background-color: rgb(213,176,216); }
div.DivClassName
{
background-color: #D5B0D8;
}
.BgClassName
{
background-color: #D5B0D8;
}
</style>
border-color css
<style>
span { border-color: #D5B0D8; }
span { border-color: rgb(213,176,216); }
td.TdClassName
{
border-color: #D5B0D8;
}
.TagClassName
{
border-color: #D5B0D8;
}
</style>