Shades of Thistle #D6BBD8
Tints of Thistle #D6BBD8
RGB
CMYK
RGB Variations
Color information
#D6BBD8 (or 0xD6BBD8) is known color: Thistle. HEX triplet: D6, BB and D8. RGB value is (214,187,216). Sum of RGB (Red+Green+Blue) = 214+187+216=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBD8 is #294427. Grayscale: #C6C6C6. Windows color (decimal): -2704424 or 14203862. OLE color: 14203862.
HSL color Cylindrical-coordinate representation of color #D6BBD8: hue angle of 295.86º 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 #D6BBD8 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 187 | 216 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.15 |
| HSL | 295.86º | 0.27% | 0.79% | - |
| HSV(B) | 295.86º | 0.13% | 0.85% | - |
| XYZ | 57.9 | 54.79 | 72.49 | - |
| YUV | 198.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 216 | 0.01 | 0.13 | 0 | 0.15 | 295.86 | 0.27 | 0.79 |
| Hex | D6 | BB | D8 | 1 | D | 0 | F | 128 | 1B | 4F |
| Octal | 326 | 273 | 330 | 1 | 15 | 0 | 17 | 450 | 33 | 117 |
| Binary | 11010110 | 10111011 | 11011000 | 1 | 1101 | 0 | 1111 | 100101000 | 11011 | 1001111 |
Color Harmonies of #D6BBD8
Complementary color
Monochromatic Colors of #D6BBD8
Black with #D6BBD8
Text Example
Text Example
White with #D6BBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBD8; }
p { color: rgb(214,187,216); }
H1.HeaderClassName
{
color: #D6BBD8;
}
.AnyTagClassName
{
color: #D6BBD8;
}
</style>
background-color css
<style>
a { background-color: #D6BBD8; }
a { background-color: rgb(214,187,216); }
div.DivClassName
{
background-color: #D6BBD8;
}
.BgClassName
{
background-color: #D6BBD8;
}
</style>
border-color css
<style>
span { border-color: #D6BBD8; }
span { border-color: rgb(214,187,216); }
td.TdClassName
{
border-color: #D6BBD8;
}
.TagClassName
{
border-color: #D6BBD8;
}
</style>