Shades of Thistle #D8BBDC
Tints of Thistle #D8BBDC
RGB
CMYK
RGB Variations
Color information
#D8BBDC (or 0xD8BBDC) is known color: Thistle. HEX triplet: D8, BB and DC. RGB value is (216,187,220). Sum of RGB (Red+Green+Blue) = 216+187+220=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBDC is #274423. Grayscale: #C7C7C7. Windows color (decimal): -2573348 or 14466008. OLE color: 14466008.
HSL color Cylindrical-coordinate representation of color #D8BBDC: hue angle of 292.73º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8BBDC is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 187 | 220 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.14 |
| HSL | 292.73º | 0.32% | 0.8% | - |
| HSV(B) | 292.73º | 0.15% | 0.86% | - |
| XYZ | 59.01 | 55.31 | 75.28 | - |
| YUV | 199.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 220 | 0.02 | 0.15 | 0 | 0.14 | 292.73 | 0.32 | 0.8 |
| Hex | D8 | BB | DC | 2 | F | 0 | E | 125 | 20 | 50 |
| Octal | 330 | 273 | 334 | 2 | 17 | 0 | 16 | 445 | 40 | 120 |
| Binary | 11011000 | 10111011 | 11011100 | 10 | 1111 | 0 | 1110 | 100100101 | 100000 | 1010000 |
Color Harmonies of #D8BBDC
Complementary color
Monochromatic Colors of #D8BBDC
Black with #D8BBDC
Text Example
Text Example
White with #D8BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBDC; }
p { color: rgb(216,187,220); }
H1.HeaderClassName
{
color: #D8BBDC;
}
.AnyTagClassName
{
color: #D8BBDC;
}
</style>
background-color css
<style>
a { background-color: #D8BBDC; }
a { background-color: rgb(216,187,220); }
div.DivClassName
{
background-color: #D8BBDC;
}
.BgClassName
{
background-color: #D8BBDC;
}
</style>
border-color css
<style>
span { border-color: #D8BBDC; }
span { border-color: rgb(216,187,220); }
td.TdClassName
{
border-color: #D8BBDC;
}
.TagClassName
{
border-color: #D8BBDC;
}
</style>