Shades of Thistle #CFBBCD
Tints of Thistle #CFBBCD
RGB
CMYK
RGB Variations
Color information
#CFBBCD (or 0xCFBBCD) is known color: Thistle. HEX triplet: CF, BB and CD. RGB value is (207,187,205). Sum of RGB (Red+Green+Blue) = 207+187+205=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBCD is #304432. Grayscale: #C2C2C2. Windows color (decimal): -3163187 or 13482959. OLE color: 13482959.
HSL color Cylindrical-coordinate representation of color #CFBBCD: hue angle of 306º 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 #CFBBCD is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 205 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.19 |
| HSL | 306º | 0.17% | 0.77% | - |
| HSV(B) | 306º | 0.1% | 0.81% | - |
| XYZ | 54.52 | 53.21 | 65.16 | - |
| YUV | 195.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 205 | 0 | 0.10 | 0.01 | 0.19 | 306 | 0.17 | 0.77 |
| Hex | CF | BB | CD | 0 | A | 1 | 13 | 132 | 11 | 4D |
| Octal | 317 | 273 | 315 | 0 | 12 | 1 | 23 | 462 | 21 | 115 |
| Binary | 11001111 | 10111011 | 11001101 | 0 | 1010 | 1 | 10011 | 100110010 | 10001 | 1001101 |
Color Harmonies of #CFBBCD
Complementary color
Monochromatic Colors of #CFBBCD
Black with #CFBBCD
Text Example
Text Example
White with #CFBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBCD; }
p { color: rgb(207,187,205); }
H1.HeaderClassName
{
color: #CFBBCD;
}
.AnyTagClassName
{
color: #CFBBCD;
}
</style>
background-color css
<style>
a { background-color: #CFBBCD; }
a { background-color: rgb(207,187,205); }
div.DivClassName
{
background-color: #CFBBCD;
}
.BgClassName
{
background-color: #CFBBCD;
}
</style>
border-color css
<style>
span { border-color: #CFBBCD; }
span { border-color: rgb(207,187,205); }
td.TdClassName
{
border-color: #CFBBCD;
}
.TagClassName
{
border-color: #CFBBCD;
}
</style>