Shades of Thistle #CFB7D0
Tints of Thistle #CFB7D0
RGB
CMYK
RGB Variations
Color information
#CFB7D0 (or 0xCFB7D0) is known color: Thistle. HEX triplet: CF, B7 and D0. RGB value is (207,183,208). Sum of RGB (Red+Green+Blue) = 207+183+208=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFB7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7D0 is #30482F. Grayscale: #C0C0C0. Windows color (decimal): -3164208 or 13678543. OLE color: 13678543.
HSL color Cylindrical-coordinate representation of color #CFB7D0: hue angle of 297.6º 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 #CFB7D0 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 183 | 208 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.18 |
| HSL | 297.6º | 0.21% | 0.77% | - |
| HSV(B) | 297.6º | 0.12% | 0.82% | - |
| XYZ | 54.05 | 51.69 | 66.8 | - |
| YUV | 193.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 208 | 0.00 | 0.12 | 0 | 0.18 | 297.6 | 0.21 | 0.77 |
| Hex | CF | B7 | D0 | 0 | C | 0 | 12 | 12A | 15 | 4D |
| Octal | 317 | 267 | 320 | 0 | 14 | 0 | 22 | 452 | 25 | 115 |
| Binary | 11001111 | 10110111 | 11010000 | 0 | 1100 | 0 | 10010 | 100101010 | 10101 | 1001101 |
Color Harmonies of #CFB7D0
Complementary color
Monochromatic Colors of #CFB7D0
Black with #CFB7D0
Text Example
Text Example
White with #CFB7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7D0; }
p { color: rgb(207,183,208); }
H1.HeaderClassName
{
color: #CFB7D0;
}
.AnyTagClassName
{
color: #CFB7D0;
}
</style>
background-color css
<style>
a { background-color: #CFB7D0; }
a { background-color: rgb(207,183,208); }
div.DivClassName
{
background-color: #CFB7D0;
}
.BgClassName
{
background-color: #CFB7D0;
}
</style>
border-color css
<style>
span { border-color: #CFB7D0; }
span { border-color: rgb(207,183,208); }
td.TdClassName
{
border-color: #CFB7D0;
}
.TagClassName
{
border-color: #CFB7D0;
}
</style>