Shades of Thistle #CFBAD1
Tints of Thistle #CFBAD1
RGB
CMYK
RGB Variations
Color information
#CFBAD1 (or 0xCFBAD1) is known color: Thistle. HEX triplet: CF, BA and D1. RGB value is (207,186,209). Sum of RGB (Red+Green+Blue) = 207+186+209=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAD1 is #30452E. Grayscale: #C2C2C2. Windows color (decimal): -3163439 or 13744847. OLE color: 13744847.
HSL color Cylindrical-coordinate representation of color #CFBAD1: hue angle of 294.78º degrees, saturation: 0.2, 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 #CFBAD1 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 186 | 209 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.18 |
| HSL | 294.78º | 0.2% | 0.77% | - |
| HSV(B) | 294.78º | 0.11% | 0.82% | - |
| XYZ | 54.8 | 52.99 | 67.66 | - |
| YUV | 194.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 209 | 0.01 | 0.11 | 0 | 0.18 | 294.78 | 0.2 | 0.77 |
| Hex | CF | BA | D1 | 1 | B | 0 | 12 | 127 | 14 | 4D |
| Octal | 317 | 272 | 321 | 1 | 13 | 0 | 22 | 447 | 24 | 115 |
| Binary | 11001111 | 10111010 | 11010001 | 1 | 1011 | 0 | 10010 | 100100111 | 10100 | 1001101 |
Color Harmonies of #CFBAD1
Complementary color
Monochromatic Colors of #CFBAD1
Black with #CFBAD1
Text Example
Text Example
White with #CFBAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAD1; }
p { color: rgb(207,186,209); }
H1.HeaderClassName
{
color: #CFBAD1;
}
.AnyTagClassName
{
color: #CFBAD1;
}
</style>
background-color css
<style>
a { background-color: #CFBAD1; }
a { background-color: rgb(207,186,209); }
div.DivClassName
{
background-color: #CFBAD1;
}
.BgClassName
{
background-color: #CFBAD1;
}
</style>
border-color css
<style>
span { border-color: #CFBAD1; }
span { border-color: rgb(207,186,209); }
td.TdClassName
{
border-color: #CFBAD1;
}
.TagClassName
{
border-color: #CFBAD1;
}
</style>