Shades of Thistle #CFBDCE
Tints of Thistle #CFBDCE
RGB
CMYK
RGB Variations
Color information
#CFBDCE (or 0xCFBDCE) is known color: Thistle. HEX triplet: CF, BD and CE. RGB value is (207,189,206). Sum of RGB (Red+Green+Blue) = 207+189+206=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDCE is #304231. Grayscale: #C4C4C4. Windows color (decimal): -3162674 or 13549007. OLE color: 13549007.
HSL color Cylindrical-coordinate representation of color #CFBDCE: hue angle of 303.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBDCE is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 206 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.19 |
| HSL | 303.33º | 0.16% | 0.78% | - |
| HSV(B) | 303.33º | 0.09% | 0.81% | - |
| XYZ | 55.07 | 54.12 | 65.94 | - |
| YUV | 196.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 206 | 0 | 0.09 | 0.00 | 0.19 | 303.33 | 0.16 | 0.78 |
| Hex | CF | BD | CE | 0 | 9 | 0 | 13 | 12F | 10 | 4E |
| Octal | 317 | 275 | 316 | 0 | 11 | 0 | 23 | 457 | 20 | 116 |
| Binary | 11001111 | 10111101 | 11001110 | 0 | 1001 | 0 | 10011 | 100101111 | 10000 | 1001110 |
Color Harmonies of #CFBDCE
Complementary color
Monochromatic Colors of #CFBDCE
Black with #CFBDCE
Text Example
Text Example
White with #CFBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDCE; }
p { color: rgb(207,189,206); }
H1.HeaderClassName
{
color: #CFBDCE;
}
.AnyTagClassName
{
color: #CFBDCE;
}
</style>
background-color css
<style>
a { background-color: #CFBDCE; }
a { background-color: rgb(207,189,206); }
div.DivClassName
{
background-color: #CFBDCE;
}
.BgClassName
{
background-color: #CFBDCE;
}
</style>
border-color css
<style>
span { border-color: #CFBDCE; }
span { border-color: rgb(207,189,206); }
td.TdClassName
{
border-color: #CFBDCE;
}
.TagClassName
{
border-color: #CFBDCE;
}
</style>