Shades of Thistle #CFB7D1
Tints of Thistle #CFB7D1
RGB
CMYK
RGB Variations
Color information
#CFB7D1 (or 0xCFB7D1) is known color: Thistle. HEX triplet: CF, B7 and D1. RGB value is (207,183,209). Sum of RGB (Red+Green+Blue) = 207+183+209=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFB7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7D1 is #30482E. Grayscale: #C1C1C1. Windows color (decimal): -3164207 or 13744079. OLE color: 13744079.
HSL color Cylindrical-coordinate representation of color #CFB7D1: hue angle of 295.38º degrees, saturation: 0.22, 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 #CFB7D1 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 183 | 209 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.18 |
| HSL | 295.38º | 0.22% | 0.77% | - |
| HSV(B) | 295.38º | 0.12% | 0.82% | - |
| XYZ | 54.17 | 51.74 | 67.45 | - |
| YUV | 193.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 209 | 0.01 | 0.12 | 0 | 0.18 | 295.38 | 0.22 | 0.77 |
| Hex | CF | B7 | D1 | 1 | C | 0 | 12 | 127 | 16 | 4D |
| Octal | 317 | 267 | 321 | 1 | 14 | 0 | 22 | 447 | 26 | 115 |
| Binary | 11001111 | 10110111 | 11010001 | 1 | 1100 | 0 | 10010 | 100100111 | 10110 | 1001101 |
Color Harmonies of #CFB7D1
Complementary color
Monochromatic Colors of #CFB7D1
Black with #CFB7D1
Text Example
Text Example
White with #CFB7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7D1; }
p { color: rgb(207,183,209); }
H1.HeaderClassName
{
color: #CFB7D1;
}
.AnyTagClassName
{
color: #CFB7D1;
}
</style>
background-color css
<style>
a { background-color: #CFB7D1; }
a { background-color: rgb(207,183,209); }
div.DivClassName
{
background-color: #CFB7D1;
}
.BgClassName
{
background-color: #CFB7D1;
}
</style>
border-color css
<style>
span { border-color: #CFB7D1; }
span { border-color: rgb(207,183,209); }
td.TdClassName
{
border-color: #CFB7D1;
}
.TagClassName
{
border-color: #CFB7D1;
}
</style>