Shades of Thistle #D0BFCF
Tints of Thistle #D0BFCF
RGB
CMYK
RGB Variations
Color information
#D0BFCF (or 0xD0BFCF) is known color: Thistle. HEX triplet: D0, BF and CF. RGB value is (208,191,207). Sum of RGB (Red+Green+Blue) = 208+191+207=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFCF is #2F4030. Grayscale: #C5C5C5. Windows color (decimal): -3096625 or 13615056. OLE color: 13615056.
HSL color Cylindrical-coordinate representation of color #D0BFCF: hue angle of 303.53º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0BFCF is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 207 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.18 |
| HSL | 303.53º | 0.15% | 0.78% | - |
| HSV(B) | 303.53º | 0.08% | 0.82% | - |
| XYZ | 55.91 | 55.18 | 66.74 | - |
| YUV | 197.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 207 | 0 | 0.08 | 0.00 | 0.18 | 303.53 | 0.15 | 0.78 |
| Hex | D0 | BF | CF | 0 | 8 | 0 | 12 | 130 | F | 4E |
| Octal | 320 | 277 | 317 | 0 | 10 | 0 | 22 | 460 | 17 | 116 |
| Binary | 11010000 | 10111111 | 11001111 | 0 | 1000 | 0 | 10010 | 100110000 | 1111 | 1001110 |
Color Harmonies of #D0BFCF
Complementary color
Monochromatic Colors of #D0BFCF
Black with #D0BFCF
Text Example
Text Example
White with #D0BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFCF; }
p { color: rgb(208,191,207); }
H1.HeaderClassName
{
color: #D0BFCF;
}
.AnyTagClassName
{
color: #D0BFCF;
}
</style>
background-color css
<style>
a { background-color: #D0BFCF; }
a { background-color: rgb(208,191,207); }
div.DivClassName
{
background-color: #D0BFCF;
}
.BgClassName
{
background-color: #D0BFCF;
}
</style>
border-color css
<style>
span { border-color: #D0BFCF; }
span { border-color: rgb(208,191,207); }
td.TdClassName
{
border-color: #D0BFCF;
}
.TagClassName
{
border-color: #D0BFCF;
}
</style>