Shades of Thistle #CFB7CE
Tints of Thistle #CFB7CE
RGB
CMYK
RGB Variations
Color information
#CFB7CE (or 0xCFB7CE) is known color: Thistle. HEX triplet: CF, B7 and CE. RGB value is (207,183,206). Sum of RGB (Red+Green+Blue) = 207+183+206=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7CE is #304831. Grayscale: #C0C0C0. Windows color (decimal): -3164210 or 13547471. OLE color: 13547471.
HSL color Cylindrical-coordinate representation of color #CFB7CE: hue angle of 302.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFB7CE is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 206 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.19 |
| HSL | 302.5º | 0.2% | 0.76% | - |
| HSV(B) | 302.5º | 0.12% | 0.81% | - |
| XYZ | 53.81 | 51.59 | 65.51 | - |
| YUV | 192.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 206 | 0 | 0.12 | 0.00 | 0.19 | 302.5 | 0.2 | 0.76 |
| Hex | CF | B7 | CE | 0 | C | 0 | 13 | 12E | 14 | 4C |
| Octal | 317 | 267 | 316 | 0 | 14 | 0 | 23 | 456 | 24 | 114 |
| Binary | 11001111 | 10110111 | 11001110 | 0 | 1100 | 0 | 10011 | 100101110 | 10100 | 1001100 |
Color Harmonies of #CFB7CE
Complementary color
Monochromatic Colors of #CFB7CE
Black with #CFB7CE
Text Example
Text Example
White with #CFB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB7CE; }
p { color: rgb(207,183,206); }
H1.HeaderClassName
{
color: #CFB7CE;
}
.AnyTagClassName
{
color: #CFB7CE;
}
</style>
background-color css
<style>
a { background-color: #CFB7CE; }
a { background-color: rgb(207,183,206); }
div.DivClassName
{
background-color: #CFB7CE;
}
.BgClassName
{
background-color: #CFB7CE;
}
</style>
border-color css
<style>
span { border-color: #CFB7CE; }
span { border-color: rgb(207,183,206); }
td.TdClassName
{
border-color: #CFB7CE;
}
.TagClassName
{
border-color: #CFB7CE;
}
</style>