Shades of Thistle #D6BBDB
Tints of Thistle #D6BBDB
RGB
CMYK
RGB Variations
Color information
#D6BBDB (or 0xD6BBDB) is known color: Thistle. HEX triplet: D6, BB and DB. RGB value is (214,187,219). Sum of RGB (Red+Green+Blue) = 214+187+219=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBDB is #294424. Grayscale: #C6C6C6. Windows color (decimal): -2704421 or 14400470. OLE color: 14400470.
HSL color Cylindrical-coordinate representation of color #D6BBDB: hue angle of 290.62º degrees, saturation: 0.31, 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 #D6BBDB is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 187 | 219 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.14 |
| HSL | 290.63º | 0.31% | 0.8% | - |
| HSV(B) | 290.63º | 0.15% | 0.86% | - |
| XYZ | 58.29 | 54.95 | 74.55 | - |
| YUV | 198.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 219 | 0.02 | 0.15 | 0 | 0.14 | 290.63 | 0.31 | 0.8 |
| Hex | D6 | BB | DB | 2 | F | 0 | E | 123 | 1F | 50 |
| Octal | 326 | 273 | 333 | 2 | 17 | 0 | 16 | 443 | 37 | 120 |
| Binary | 11010110 | 10111011 | 11011011 | 10 | 1111 | 0 | 1110 | 100100011 | 11111 | 1010000 |
Color Harmonies of #D6BBDB
Complementary color
Monochromatic Colors of #D6BBDB
Black with #D6BBDB
Text Example
Text Example
White with #D6BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBDB; }
p { color: rgb(214,187,219); }
H1.HeaderClassName
{
color: #D6BBDB;
}
.AnyTagClassName
{
color: #D6BBDB;
}
</style>
background-color css
<style>
a { background-color: #D6BBDB; }
a { background-color: rgb(214,187,219); }
div.DivClassName
{
background-color: #D6BBDB;
}
.BgClassName
{
background-color: #D6BBDB;
}
</style>
border-color css
<style>
span { border-color: #D6BBDB; }
span { border-color: rgb(214,187,219); }
td.TdClassName
{
border-color: #D6BBDB;
}
.TagClassName
{
border-color: #D6BBDB;
}
</style>