Shades of Thistle #D0B7CF
Tints of Thistle #D0B7CF
RGB
CMYK
RGB Variations
Color information
#D0B7CF (or 0xD0B7CF) is known color: Thistle. HEX triplet: D0, B7 and CF. RGB value is (208,183,207). Sum of RGB (Red+Green+Blue) = 208+183+207=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B7CF is #2F4830. Grayscale: #C1C1C1. Windows color (decimal): -3098673 or 13613008. OLE color: 13613008.
HSL color Cylindrical-coordinate representation of color #D0B7CF: hue angle of 302.4º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B7CF is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 207 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.18 |
| HSL | 302.4º | 0.21% | 0.77% | - |
| HSV(B) | 302.4º | 0.12% | 0.82% | - |
| XYZ | 54.21 | 51.78 | 66.17 | - |
| YUV | 193.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 207 | 0 | 0.12 | 0.00 | 0.18 | 302.4 | 0.21 | 0.77 |
| Hex | D0 | B7 | CF | 0 | C | 0 | 12 | 12E | 15 | 4D |
| Octal | 320 | 267 | 317 | 0 | 14 | 0 | 22 | 456 | 25 | 115 |
| Binary | 11010000 | 10110111 | 11001111 | 0 | 1100 | 0 | 10010 | 100101110 | 10101 | 1001101 |
Color Harmonies of #D0B7CF
Complementary color
Monochromatic Colors of #D0B7CF
Black with #D0B7CF
Text Example
Text Example
White with #D0B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B7CF; }
p { color: rgb(208,183,207); }
H1.HeaderClassName
{
color: #D0B7CF;
}
.AnyTagClassName
{
color: #D0B7CF;
}
</style>
background-color css
<style>
a { background-color: #D0B7CF; }
a { background-color: rgb(208,183,207); }
div.DivClassName
{
background-color: #D0B7CF;
}
.BgClassName
{
background-color: #D0B7CF;
}
</style>
border-color css
<style>
span { border-color: #D0B7CF; }
span { border-color: rgb(208,183,207); }
td.TdClassName
{
border-color: #D0B7CF;
}
.TagClassName
{
border-color: #D0B7CF;
}
</style>