Shades of Thistle #CFBCCF
Tints of Thistle #CFBCCF
RGB
CMYK
RGB Variations
Color information
#CFBCCF (or 0xCFBCCF) is known color: Thistle. HEX triplet: CF, BC and CF. RGB value is (207,188,207). Sum of RGB (Red+Green+Blue) = 207+188+207=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCCF is #304330. Grayscale: #C3C3C3. Windows color (decimal): -3162929 or 13614287. OLE color: 13614287.
HSL color Cylindrical-coordinate representation of color #CFBCCF: 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.09%. Process color model (Four color, CMYK) of #CFBCCF is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 207 | - |
| CMYK | 0 | 0.09 | 0 | 0.19 |
| HSL | 300º | 0.17% | 0.77% | - |
| HSV(B) | 300º | 0.09% | 0.81% | - |
| XYZ | 54.98 | 53.74 | 66.51 | - |
| YUV | 195.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 207 | 0 | 0.09 | 0 | 0.19 | 300 | 0.17 | 0.77 |
| Hex | CF | BC | CF | 0 | 9 | 0 | 13 | 12C | 11 | 4D |
| Octal | 317 | 274 | 317 | 0 | 11 | 0 | 23 | 454 | 21 | 115 |
| Binary | 11001111 | 10111100 | 11001111 | 0 | 1001 | 0 | 10011 | 100101100 | 10001 | 1001101 |
Color Harmonies of #CFBCCF
Complementary color
Monochromatic Colors of #CFBCCF
Black with #CFBCCF
Text Example
Text Example
White with #CFBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCCF; }
p { color: rgb(207,188,207); }
H1.HeaderClassName
{
color: #CFBCCF;
}
.AnyTagClassName
{
color: #CFBCCF;
}
</style>
background-color css
<style>
a { background-color: #CFBCCF; }
a { background-color: rgb(207,188,207); }
div.DivClassName
{
background-color: #CFBCCF;
}
.BgClassName
{
background-color: #CFBCCF;
}
</style>
border-color css
<style>
span { border-color: #CFBCCF; }
span { border-color: rgb(207,188,207); }
td.TdClassName
{
border-color: #CFBCCF;
}
.TagClassName
{
border-color: #CFBCCF;
}
</style>