Shades of Thistle #D6BBDD
Tints of Thistle #D6BBDD
RGB
CMYK
RGB Variations
Color information
#D6BBDD (or 0xD6BBDD) is known color: Thistle. HEX triplet: D6, BB and DD. RGB value is (214,187,221). Sum of RGB (Red+Green+Blue) = 214+187+221=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBDD is #294422. Grayscale: #C6C6C6. Windows color (decimal): -2704419 or 14531542. OLE color: 14531542.
HSL color Cylindrical-coordinate representation of color #D6BBDD: hue angle of 287.65º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6BBDD is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 187 | 221 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.13 |
| HSL | 287.65º | 0.33% | 0.8% | - |
| HSV(B) | 287.65º | 0.15% | 0.87% | - |
| XYZ | 58.55 | 55.06 | 75.95 | - |
| YUV | 198.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 221 | 0.03 | 0.15 | 0 | 0.13 | 287.65 | 0.33 | 0.8 |
| Hex | D6 | BB | DD | 3 | F | 0 | D | 120 | 21 | 50 |
| Octal | 326 | 273 | 335 | 3 | 17 | 0 | 15 | 440 | 41 | 120 |
| Binary | 11010110 | 10111011 | 11011101 | 11 | 1111 | 0 | 1101 | 100100000 | 100001 | 1010000 |
Color Harmonies of #D6BBDD
Complementary color
Monochromatic Colors of #D6BBDD
Black with #D6BBDD
Text Example
Text Example
White with #D6BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBDD; }
p { color: rgb(214,187,221); }
H1.HeaderClassName
{
color: #D6BBDD;
}
.AnyTagClassName
{
color: #D6BBDD;
}
</style>
background-color css
<style>
a { background-color: #D6BBDD; }
a { background-color: rgb(214,187,221); }
div.DivClassName
{
background-color: #D6BBDD;
}
.BgClassName
{
background-color: #D6BBDD;
}
</style>
border-color css
<style>
span { border-color: #D6BBDD; }
span { border-color: rgb(214,187,221); }
td.TdClassName
{
border-color: #D6BBDD;
}
.TagClassName
{
border-color: #D6BBDD;
}
</style>