Shades of Thistle #CFB6CE
Tints of Thistle #CFB6CE
RGB
CMYK
RGB Variations
Color information
#CFB6CE (or 0xCFB6CE) is known color: Thistle. HEX triplet: CF, B6 and CE. RGB value is (207,182,206). Sum of RGB (Red+Green+Blue) = 207+182+206=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6CE is #304931. Grayscale: #C0C0C0. Windows color (decimal): -3164466 or 13547215. OLE color: 13547215.
HSL color Cylindrical-coordinate representation of color #CFB6CE: hue angle of 302.4º degrees, saturation: 0.21, 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 #CFB6CE is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 206 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.19 |
| HSL | 302.4º | 0.21% | 0.76% | - |
| HSV(B) | 302.4º | 0.12% | 0.81% | - |
| XYZ | 53.6 | 51.18 | 65.45 | - |
| YUV | 192.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 206 | 0 | 0.12 | 0.00 | 0.19 | 302.4 | 0.21 | 0.76 |
| Hex | CF | B6 | CE | 0 | C | 0 | 13 | 12E | 15 | 4C |
| Octal | 317 | 266 | 316 | 0 | 14 | 0 | 23 | 456 | 25 | 114 |
| Binary | 11001111 | 10110110 | 11001110 | 0 | 1100 | 0 | 10011 | 100101110 | 10101 | 1001100 |
Color Harmonies of #CFB6CE
Complementary color
Monochromatic Colors of #CFB6CE
Black with #CFB6CE
Text Example
Text Example
White with #CFB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB6CE; }
p { color: rgb(207,182,206); }
H1.HeaderClassName
{
color: #CFB6CE;
}
.AnyTagClassName
{
color: #CFB6CE;
}
</style>
background-color css
<style>
a { background-color: #CFB6CE; }
a { background-color: rgb(207,182,206); }
div.DivClassName
{
background-color: #CFB6CE;
}
.BgClassName
{
background-color: #CFB6CE;
}
</style>
border-color css
<style>
span { border-color: #CFB6CE; }
span { border-color: rgb(207,182,206); }
td.TdClassName
{
border-color: #CFB6CE;
}
.TagClassName
{
border-color: #CFB6CE;
}
</style>