Shades of Thistle #D7BFDD
Tints of Thistle #D7BFDD
RGB
CMYK
RGB Variations
Color information
#D7BFDD (or 0xD7BFDD) is known color: Thistle. HEX triplet: D7, BF and DD. RGB value is (215,191,221). Sum of RGB (Red+Green+Blue) = 215+191+221=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFDD is #284022. Grayscale: #C9C9C9. Windows color (decimal): -2637859 or 14532567. OLE color: 14532567.
HSL color Cylindrical-coordinate representation of color #D7BFDD: hue angle of 288º 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 #D7BFDD is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 191 | 221 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.13 |
| HSL | 288º | 0.31% | 0.81% | - |
| HSV(B) | 288º | 0.14% | 0.87% | - |
| XYZ | 59.71 | 56.93 | 76.25 | - |
| YUV | 201.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 221 | 0.03 | 0.14 | 0 | 0.13 | 288 | 0.31 | 0.81 |
| Hex | D7 | BF | DD | 3 | E | 0 | D | 120 | 1F | 51 |
| Octal | 327 | 277 | 335 | 3 | 16 | 0 | 15 | 440 | 37 | 121 |
| Binary | 11010111 | 10111111 | 11011101 | 11 | 1110 | 0 | 1101 | 100100000 | 11111 | 1010001 |
Color Harmonies of #D7BFDD
Complementary color
Monochromatic Colors of #D7BFDD
Black with #D7BFDD
Text Example
Text Example
White with #D7BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFDD; }
p { color: rgb(215,191,221); }
H1.HeaderClassName
{
color: #D7BFDD;
}
.AnyTagClassName
{
color: #D7BFDD;
}
</style>
background-color css
<style>
a { background-color: #D7BFDD; }
a { background-color: rgb(215,191,221); }
div.DivClassName
{
background-color: #D7BFDD;
}
.BgClassName
{
background-color: #D7BFDD;
}
</style>
border-color css
<style>
span { border-color: #D7BFDD; }
span { border-color: rgb(215,191,221); }
td.TdClassName
{
border-color: #D7BFDD;
}
.TagClassName
{
border-color: #D7BFDD;
}
</style>