Shades of Thistle #CFBECF
Tints of Thistle #CFBECF
RGB
CMYK
RGB Variations
Color information
#CFBECF (or 0xCFBECF) is known color: Thistle. HEX triplet: CF, BE and CF. RGB value is (207,190,207). Sum of RGB (Red+Green+Blue) = 207+190+207=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBECF is #304130. Grayscale: #C4C4C4. Windows color (decimal): -3162417 or 13614799. OLE color: 13614799.
HSL color Cylindrical-coordinate representation of color #CFBECF: hue angle of 300º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBECF is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 207 | - |
| CMYK | 0 | 0.08 | 0 | 0.19 |
| HSL | 300º | 0.15% | 0.78% | - |
| HSV(B) | 300º | 0.08% | 0.81% | - |
| XYZ | 55.41 | 54.6 | 66.65 | - |
| YUV | 197.02 | 133.63 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 207 | 0 | 0.08 | 0 | 0.19 | 300 | 0.15 | 0.78 |
| Hex | CF | BE | CF | 0 | 8 | 0 | 13 | 12C | F | 4E |
| Octal | 317 | 276 | 317 | 0 | 10 | 0 | 23 | 454 | 17 | 116 |
| Binary | 11001111 | 10111110 | 11001111 | 0 | 1000 | 0 | 10011 | 100101100 | 1111 | 1001110 |
Color Harmonies of #CFBECF
Complementary color
Monochromatic Colors of #CFBECF
Black with #CFBECF
Text Example
Text Example
White with #CFBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBECF; }
p { color: rgb(207,190,207); }
H1.HeaderClassName
{
color: #CFBECF;
}
.AnyTagClassName
{
color: #CFBECF;
}
</style>
background-color css
<style>
a { background-color: #CFBECF; }
a { background-color: rgb(207,190,207); }
div.DivClassName
{
background-color: #CFBECF;
}
.BgClassName
{
background-color: #CFBECF;
}
</style>
border-color css
<style>
span { border-color: #CFBECF; }
span { border-color: rgb(207,190,207); }
td.TdClassName
{
border-color: #CFBECF;
}
.TagClassName
{
border-color: #CFBECF;
}
</style>