Shades of Thistle #D6BFD3
Tints of Thistle #D6BFD3
RGB
CMYK
RGB Variations
Color information
#D6BFD3 (or 0xD6BFD3) is known color: Thistle. HEX triplet: D6, BF and D3. RGB value is (214,191,211). Sum of RGB (Red+Green+Blue) = 214+191+211=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFD3 is #29402C. Grayscale: #C8C8C8. Windows color (decimal): -2703405 or 13877206. OLE color: 13877206.
HSL color Cylindrical-coordinate representation of color #D6BFD3: hue angle of 307.83º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BFD3 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 211 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.16 |
| HSL | 307.83º | 0.22% | 0.79% | - |
| HSV(B) | 307.83º | 0.11% | 0.84% | - |
| XYZ | 58.12 | 56.26 | 69.42 | - |
| YUV | 200.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 211 | 0 | 0.11 | 0.01 | 0.16 | 307.83 | 0.22 | 0.79 |
| Hex | D6 | BF | D3 | 0 | B | 1 | 10 | 134 | 16 | 4F |
| Octal | 326 | 277 | 323 | 0 | 13 | 1 | 20 | 464 | 26 | 117 |
| Binary | 11010110 | 10111111 | 11010011 | 0 | 1011 | 1 | 10000 | 100110100 | 10110 | 1001111 |
Color Harmonies of #D6BFD3
Complementary color
Monochromatic Colors of #D6BFD3
Black with #D6BFD3
Text Example
Text Example
White with #D6BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFD3; }
p { color: rgb(214,191,211); }
H1.HeaderClassName
{
color: #D6BFD3;
}
.AnyTagClassName
{
color: #D6BFD3;
}
</style>
background-color css
<style>
a { background-color: #D6BFD3; }
a { background-color: rgb(214,191,211); }
div.DivClassName
{
background-color: #D6BFD3;
}
.BgClassName
{
background-color: #D6BFD3;
}
</style>
border-color css
<style>
span { border-color: #D6BFD3; }
span { border-color: rgb(214,191,211); }
td.TdClassName
{
border-color: #D6BFD3;
}
.TagClassName
{
border-color: #D6BFD3;
}
</style>