Shades of Thistle #CFC6D0
Tints of Thistle #CFC6D0
RGB
CMYK
RGB Variations
Color information
#CFC6D0 (or 0xCFC6D0) is known color: Thistle. HEX triplet: CF, C6 and D0. RGB value is (207,198,208). Sum of RGB (Red+Green+Blue) = 207+198+208=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFC6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6D0 is #30392F. Grayscale: #C9C9C9. Windows color (decimal): -3160368 or 13682383. OLE color: 13682383.
HSL color Cylindrical-coordinate representation of color #CFC6D0: hue angle of 294º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFC6D0 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 198 | 208 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.18 |
| HSL | 294º | 0.1% | 0.8% | - |
| HSV(B) | 294º | 0.05% | 0.82% | - |
| XYZ | 57.31 | 58.21 | 67.89 | - |
| YUV | 201.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 208 | 0.00 | 0.05 | 0 | 0.18 | 294 | 0.1 | 0.8 |
| Hex | CF | C6 | D0 | 0 | 5 | 0 | 12 | 126 | A | 50 |
| Octal | 317 | 306 | 320 | 0 | 5 | 0 | 22 | 446 | 12 | 120 |
| Binary | 11001111 | 11000110 | 11010000 | 0 | 101 | 0 | 10010 | 100100110 | 1010 | 1010000 |
Color Harmonies of #CFC6D0
Complementary color
Monochromatic Colors of #CFC6D0
Black with #CFC6D0
Text Example
Text Example
White with #CFC6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6D0; }
p { color: rgb(207,198,208); }
H1.HeaderClassName
{
color: #CFC6D0;
}
.AnyTagClassName
{
color: #CFC6D0;
}
</style>
background-color css
<style>
a { background-color: #CFC6D0; }
a { background-color: rgb(207,198,208); }
div.DivClassName
{
background-color: #CFC6D0;
}
.BgClassName
{
background-color: #CFC6D0;
}
</style>
border-color css
<style>
span { border-color: #CFC6D0; }
span { border-color: rgb(207,198,208); }
td.TdClassName
{
border-color: #CFC6D0;
}
.TagClassName
{
border-color: #CFC6D0;
}
</style>