Shades of Thistle #CFB3CE
Tints of Thistle #CFB3CE
RGB
CMYK
RGB Variations
Color information
#CFB3CE (or 0xCFB3CE) is known color: Thistle. HEX triplet: CF, B3 and CE. RGB value is (207,179,206). Sum of RGB (Red+Green+Blue) = 207+179+206=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3CE is #304C31. Grayscale: #BEBEBE. Windows color (decimal): -3165234 or 13546447. OLE color: 13546447.
HSL color Cylindrical-coordinate representation of color #CFB3CE: hue angle of 302.14º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB3CE is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 206 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.19 |
| HSL | 302.14º | 0.23% | 0.76% | - |
| HSV(B) | 302.14º | 0.14% | 0.81% | - |
| XYZ | 52.99 | 49.96 | 65.24 | - |
| YUV | 190.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 206 | 0 | 0.14 | 0.00 | 0.19 | 302.14 | 0.23 | 0.76 |
| Hex | CF | B3 | CE | 0 | E | 0 | 13 | 12E | 17 | 4C |
| Octal | 317 | 263 | 316 | 0 | 16 | 0 | 23 | 456 | 27 | 114 |
| Binary | 11001111 | 10110011 | 11001110 | 0 | 1110 | 0 | 10011 | 100101110 | 10111 | 1001100 |
Color Harmonies of #CFB3CE
Complementary color
Monochromatic Colors of #CFB3CE
Black with #CFB3CE
Text Example
Text Example
White with #CFB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3CE; }
p { color: rgb(207,179,206); }
H1.HeaderClassName
{
color: #CFB3CE;
}
.AnyTagClassName
{
color: #CFB3CE;
}
</style>
background-color css
<style>
a { background-color: #CFB3CE; }
a { background-color: rgb(207,179,206); }
div.DivClassName
{
background-color: #CFB3CE;
}
.BgClassName
{
background-color: #CFB3CE;
}
</style>
border-color css
<style>
span { border-color: #CFB3CE; }
span { border-color: rgb(207,179,206); }
td.TdClassName
{
border-color: #CFB3CE;
}
.TagClassName
{
border-color: #CFB3CE;
}
</style>