Shades of Thistle #D5BBD8
Tints of Thistle #D5BBD8
RGB
CMYK
RGB Variations
Color information
#D5BBD8 (or 0xD5BBD8) is known color: Thistle. HEX triplet: D5, BB and D8. RGB value is (213,187,216). Sum of RGB (Red+Green+Blue) = 213+187+216=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 216 - color contains mainly: blue. Hex color #D5BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBD8 is #2A4427. Grayscale: #C5C5C5. Windows color (decimal): -2769960 or 14203861. OLE color: 14203861.
HSL color Cylindrical-coordinate representation of color #D5BBD8: hue angle of 293.79º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BBD8 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 187 | 216 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.15 |
| HSL | 293.79º | 0.27% | 0.79% | - |
| HSV(B) | 293.79º | 0.13% | 0.85% | - |
| XYZ | 57.61 | 54.64 | 72.48 | - |
| YUV | 198.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 216 | 0.01 | 0.13 | 0 | 0.15 | 293.79 | 0.27 | 0.79 |
| Hex | D5 | BB | D8 | 1 | D | 0 | F | 126 | 1B | 4F |
| Octal | 325 | 273 | 330 | 1 | 15 | 0 | 17 | 446 | 33 | 117 |
| Binary | 11010101 | 10111011 | 11011000 | 1 | 1101 | 0 | 1111 | 100100110 | 11011 | 1001111 |
Color Harmonies of #D5BBD8
Complementary color
Monochromatic Colors of #D5BBD8
Black with #D5BBD8
Text Example
Text Example
White with #D5BBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBD8; }
p { color: rgb(213,187,216); }
H1.HeaderClassName
{
color: #D5BBD8;
}
.AnyTagClassName
{
color: #D5BBD8;
}
</style>
background-color css
<style>
a { background-color: #D5BBD8; }
a { background-color: rgb(213,187,216); }
div.DivClassName
{
background-color: #D5BBD8;
}
.BgClassName
{
background-color: #D5BBD8;
}
</style>
border-color css
<style>
span { border-color: #D5BBD8; }
span { border-color: rgb(213,187,216); }
td.TdClassName
{
border-color: #D5BBD8;
}
.TagClassName
{
border-color: #D5BBD8;
}
</style>