Shades of Thistle #D0BACF
Tints of Thistle #D0BACF
RGB
CMYK
RGB Variations
Color information
#D0BACF (or 0xD0BACF) is known color: Thistle. HEX triplet: D0, BA and CF. RGB value is (208,186,207). Sum of RGB (Red+Green+Blue) = 208+186+207=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BACF is #2F4530. Grayscale: #C2C2C2. Windows color (decimal): -3097905 or 13613776. OLE color: 13613776.
HSL color Cylindrical-coordinate representation of color #D0BACF: hue angle of 302.73º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0BACF is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 207 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.18 |
| HSL | 302.73º | 0.19% | 0.77% | - |
| HSV(B) | 302.73º | 0.11% | 0.82% | - |
| XYZ | 54.83 | 53.03 | 66.38 | - |
| YUV | 194.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 207 | 0 | 0.11 | 0.00 | 0.18 | 302.73 | 0.19 | 0.77 |
| Hex | D0 | BA | CF | 0 | B | 0 | 12 | 12F | 13 | 4D |
| Octal | 320 | 272 | 317 | 0 | 13 | 0 | 22 | 457 | 23 | 115 |
| Binary | 11010000 | 10111010 | 11001111 | 0 | 1011 | 0 | 10010 | 100101111 | 10011 | 1001101 |
Color Harmonies of #D0BACF
Complementary color
Monochromatic Colors of #D0BACF
Black with #D0BACF
Text Example
Text Example
White with #D0BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BACF; }
p { color: rgb(208,186,207); }
H1.HeaderClassName
{
color: #D0BACF;
}
.AnyTagClassName
{
color: #D0BACF;
}
</style>
background-color css
<style>
a { background-color: #D0BACF; }
a { background-color: rgb(208,186,207); }
div.DivClassName
{
background-color: #D0BACF;
}
.BgClassName
{
background-color: #D0BACF;
}
</style>
border-color css
<style>
span { border-color: #D0BACF; }
span { border-color: rgb(208,186,207); }
td.TdClassName
{
border-color: #D0BACF;
}
.TagClassName
{
border-color: #D0BACF;
}
</style>