Shades of Thistle #D2BFCF
Tints of Thistle #D2BFCF
RGB
CMYK
RGB Variations
Color information
#D2BFCF (or 0xD2BFCF) is known color: Thistle. HEX triplet: D2, BF and CF. RGB value is (210,191,207). Sum of RGB (Red+Green+Blue) = 210+191+207=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFCF is #2D4030. Grayscale: #C6C6C6. Windows color (decimal): -2965553 or 13615058. OLE color: 13615058.
HSL color Cylindrical-coordinate representation of color #D2BFCF: hue angle of 309.47º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2BFCF is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 207 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.18 |
| HSL | 309.47º | 0.17% | 0.79% | - |
| HSV(B) | 309.47º | 0.09% | 0.82% | - |
| XYZ | 56.47 | 55.47 | 66.76 | - |
| YUV | 198.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 207 | 0 | 0.09 | 0.01 | 0.18 | 309.47 | 0.17 | 0.79 |
| Hex | D2 | BF | CF | 0 | 9 | 1 | 12 | 135 | 11 | 4F |
| Octal | 322 | 277 | 317 | 0 | 11 | 1 | 22 | 465 | 21 | 117 |
| Binary | 11010010 | 10111111 | 11001111 | 0 | 1001 | 1 | 10010 | 100110101 | 10001 | 1001111 |
Color Harmonies of #D2BFCF
Complementary color
Monochromatic Colors of #D2BFCF
Black with #D2BFCF
Text Example
Text Example
White with #D2BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFCF; }
p { color: rgb(210,191,207); }
H1.HeaderClassName
{
color: #D2BFCF;
}
.AnyTagClassName
{
color: #D2BFCF;
}
</style>
background-color css
<style>
a { background-color: #D2BFCF; }
a { background-color: rgb(210,191,207); }
div.DivClassName
{
background-color: #D2BFCF;
}
.BgClassName
{
background-color: #D2BFCF;
}
</style>
border-color css
<style>
span { border-color: #D2BFCF; }
span { border-color: rgb(210,191,207); }
td.TdClassName
{
border-color: #D2BFCF;
}
.TagClassName
{
border-color: #D2BFCF;
}
</style>