Shades of Thistle #CFBBCF
Tints of Thistle #CFBBCF
RGB
CMYK
RGB Variations
Color information
#CFBBCF (or 0xCFBBCF) is known color: Thistle. HEX triplet: CF, BB and CF. RGB value is (207,187,207). Sum of RGB (Red+Green+Blue) = 207+187+207=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFBBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBCF is #304430. Grayscale: #C3C3C3. Windows color (decimal): -3163185 or 13614031. OLE color: 13614031.
HSL color Cylindrical-coordinate representation of color #CFBBCF: hue angle of 300º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBBCF is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 207 | - |
| CMYK | 0 | 0.10 | 0 | 0.19 |
| HSL | 300º | 0.17% | 0.77% | - |
| HSV(B) | 300º | 0.1% | 0.81% | - |
| XYZ | 54.76 | 53.31 | 66.44 | - |
| YUV | 195.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 207 | 0 | 0.10 | 0 | 0.19 | 300 | 0.17 | 0.77 |
| Hex | CF | BB | CF | 0 | A | 0 | 13 | 12C | 11 | 4D |
| Octal | 317 | 273 | 317 | 0 | 12 | 0 | 23 | 454 | 21 | 115 |
| Binary | 11001111 | 10111011 | 11001111 | 0 | 1010 | 0 | 10011 | 100101100 | 10001 | 1001101 |
Color Harmonies of #CFBBCF
Complementary color
Monochromatic Colors of #CFBBCF
Black with #CFBBCF
Text Example
Text Example
White with #CFBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBCF; }
p { color: rgb(207,187,207); }
H1.HeaderClassName
{
color: #CFBBCF;
}
.AnyTagClassName
{
color: #CFBBCF;
}
</style>
background-color css
<style>
a { background-color: #CFBBCF; }
a { background-color: rgb(207,187,207); }
div.DivClassName
{
background-color: #CFBBCF;
}
.BgClassName
{
background-color: #CFBBCF;
}
</style>
border-color css
<style>
span { border-color: #CFBBCF; }
span { border-color: rgb(207,187,207); }
td.TdClassName
{
border-color: #CFBBCF;
}
.TagClassName
{
border-color: #CFBBCF;
}
</style>