Shades of Thistle #CFBAD0
Tints of Thistle #CFBAD0
RGB
CMYK
RGB Variations
Color information
#CFBAD0 (or 0xCFBAD0) is known color: Thistle. HEX triplet: CF, BA and D0. RGB value is (207,186,208). Sum of RGB (Red+Green+Blue) = 207+186+208=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAD0 is #30452F. Grayscale: #C2C2C2. Windows color (decimal): -3163440 or 13679311. OLE color: 13679311.
HSL color Cylindrical-coordinate representation of color #CFBAD0: hue angle of 297.27º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFBAD0 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 186 | 208 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.18 |
| HSL | 297.27º | 0.19% | 0.77% | - |
| HSV(B) | 297.27º | 0.11% | 0.82% | - |
| XYZ | 54.68 | 52.94 | 67.01 | - |
| YUV | 194.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 208 | 0.00 | 0.11 | 0 | 0.18 | 297.27 | 0.19 | 0.77 |
| Hex | CF | BA | D0 | 0 | B | 0 | 12 | 129 | 13 | 4D |
| Octal | 317 | 272 | 320 | 0 | 13 | 0 | 22 | 451 | 23 | 115 |
| Binary | 11001111 | 10111010 | 11010000 | 0 | 1011 | 0 | 10010 | 100101001 | 10011 | 1001101 |
Color Harmonies of #CFBAD0
Complementary color
Monochromatic Colors of #CFBAD0
Black with #CFBAD0
Text Example
Text Example
White with #CFBAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAD0; }
p { color: rgb(207,186,208); }
H1.HeaderClassName
{
color: #CFBAD0;
}
.AnyTagClassName
{
color: #CFBAD0;
}
</style>
background-color css
<style>
a { background-color: #CFBAD0; }
a { background-color: rgb(207,186,208); }
div.DivClassName
{
background-color: #CFBAD0;
}
.BgClassName
{
background-color: #CFBAD0;
}
</style>
border-color css
<style>
span { border-color: #CFBAD0; }
span { border-color: rgb(207,186,208); }
td.TdClassName
{
border-color: #CFBAD0;
}
.TagClassName
{
border-color: #CFBAD0;
}
</style>