Shades of Thistle #D8BFDD
Tints of Thistle #D8BFDD
RGB
CMYK
RGB Variations
Color information
#D8BFDD (or 0xD8BFDD) is known color: Thistle. HEX triplet: D8, BF and DD. RGB value is (216,191,221). Sum of RGB (Red+Green+Blue) = 216+191+221=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFDD is #274022. Grayscale: #C9C9C9. Windows color (decimal): -2572323 or 14532568. OLE color: 14532568.
HSL color Cylindrical-coordinate representation of color #D8BFDD: hue angle of 290º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BFDD is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 191 | 221 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.13 |
| HSL | 290º | 0.31% | 0.81% | - |
| HSV(B) | 290º | 0.14% | 0.87% | - |
| XYZ | 60 | 57.08 | 76.26 | - |
| YUV | 201.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 221 | 0.02 | 0.14 | 0 | 0.13 | 290 | 0.31 | 0.81 |
| Hex | D8 | BF | DD | 2 | E | 0 | D | 122 | 1F | 51 |
| Octal | 330 | 277 | 335 | 2 | 16 | 0 | 15 | 442 | 37 | 121 |
| Binary | 11011000 | 10111111 | 11011101 | 10 | 1110 | 0 | 1101 | 100100010 | 11111 | 1010001 |
Color Harmonies of #D8BFDD
Complementary color
Monochromatic Colors of #D8BFDD
Black with #D8BFDD
Text Example
Text Example
White with #D8BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BFDD; }
p { color: rgb(216,191,221); }
H1.HeaderClassName
{
color: #D8BFDD;
}
.AnyTagClassName
{
color: #D8BFDD;
}
</style>
background-color css
<style>
a { background-color: #D8BFDD; }
a { background-color: rgb(216,191,221); }
div.DivClassName
{
background-color: #D8BFDD;
}
.BgClassName
{
background-color: #D8BFDD;
}
</style>
border-color css
<style>
span { border-color: #D8BFDD; }
span { border-color: rgb(216,191,221); }
td.TdClassName
{
border-color: #D8BFDD;
}
.TagClassName
{
border-color: #D8BFDD;
}
</style>