Shades of Thistle #CFB6D1
Tints of Thistle #CFB6D1
RGB
CMYK
RGB Variations
Color information
#CFB6D1 (or 0xCFB6D1) is known color: Thistle. HEX triplet: CF, B6 and D1. RGB value is (207,182,209). Sum of RGB (Red+Green+Blue) = 207+182+209=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFB6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6D1 is #30492E. Grayscale: #C0C0C0. Windows color (decimal): -3164463 or 13743823. OLE color: 13743823.
HSL color Cylindrical-coordinate representation of color #CFB6D1: hue angle of 295.56º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB6D1 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 182 | 209 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.18 |
| HSL | 295.56º | 0.23% | 0.77% | - |
| HSV(B) | 295.56º | 0.13% | 0.82% | - |
| XYZ | 53.97 | 51.32 | 67.38 | - |
| YUV | 192.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 209 | 0.01 | 0.13 | 0 | 0.18 | 295.56 | 0.23 | 0.77 |
| Hex | CF | B6 | D1 | 1 | D | 0 | 12 | 128 | 17 | 4D |
| Octal | 317 | 266 | 321 | 1 | 15 | 0 | 22 | 450 | 27 | 115 |
| Binary | 11001111 | 10110110 | 11010001 | 1 | 1101 | 0 | 10010 | 100101000 | 10111 | 1001101 |
Color Harmonies of #CFB6D1
Complementary color
Monochromatic Colors of #CFB6D1
Black with #CFB6D1
Text Example
Text Example
White with #CFB6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB6D1; }
p { color: rgb(207,182,209); }
H1.HeaderClassName
{
color: #CFB6D1;
}
.AnyTagClassName
{
color: #CFB6D1;
}
</style>
background-color css
<style>
a { background-color: #CFB6D1; }
a { background-color: rgb(207,182,209); }
div.DivClassName
{
background-color: #CFB6D1;
}
.BgClassName
{
background-color: #CFB6D1;
}
</style>
border-color css
<style>
span { border-color: #CFB6D1; }
span { border-color: rgb(207,182,209); }
td.TdClassName
{
border-color: #CFB6D1;
}
.TagClassName
{
border-color: #CFB6D1;
}
</style>