Shades of Thistle #CFB3CF
Tints of Thistle #CFB3CF
RGB
CMYK
RGB Variations
Color information
#CFB3CF (or 0xCFB3CF) is known color: Thistle. HEX triplet: CF, B3 and CF. RGB value is (207,179,207). Sum of RGB (Red+Green+Blue) = 207+179+207=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFB3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3CF is #304C30. Grayscale: #BEBEBE. Windows color (decimal): -3165233 or 13611983. OLE color: 13611983.
HSL color Cylindrical-coordinate representation of color #CFB3CF: hue angle of 300º 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 #CFB3CF is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 207 | - |
| CMYK | 0 | 0.14 | 0 | 0.19 |
| HSL | 300º | 0.23% | 0.76% | - |
| HSV(B) | 300º | 0.14% | 0.81% | - |
| XYZ | 53.11 | 50.01 | 65.89 | - |
| YUV | 190.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 207 | 0 | 0.14 | 0 | 0.19 | 300 | 0.23 | 0.76 |
| Hex | CF | B3 | CF | 0 | E | 0 | 13 | 12C | 17 | 4C |
| Octal | 317 | 263 | 317 | 0 | 16 | 0 | 23 | 454 | 27 | 114 |
| Binary | 11001111 | 10110011 | 11001111 | 0 | 1110 | 0 | 10011 | 100101100 | 10111 | 1001100 |
Color Harmonies of #CFB3CF
Complementary color
Monochromatic Colors of #CFB3CF
Black with #CFB3CF
Text Example
Text Example
White with #CFB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB3CF; }
p { color: rgb(207,179,207); }
H1.HeaderClassName
{
color: #CFB3CF;
}
.AnyTagClassName
{
color: #CFB3CF;
}
</style>
background-color css
<style>
a { background-color: #CFB3CF; }
a { background-color: rgb(207,179,207); }
div.DivClassName
{
background-color: #CFB3CF;
}
.BgClassName
{
background-color: #CFB3CF;
}
</style>
border-color css
<style>
span { border-color: #CFB3CF; }
span { border-color: rgb(207,179,207); }
td.TdClassName
{
border-color: #CFB3CF;
}
.TagClassName
{
border-color: #CFB3CF;
}
</style>