Shades of Thistle #CFBFD0
Tints of Thistle #CFBFD0
RGB
CMYK
RGB Variations
Color information
#CFBFD0 (or 0xCFBFD0) is known color: Thistle. HEX triplet: CF, BF and D0. RGB value is (207,191,208). Sum of RGB (Red+Green+Blue) = 207+191+208=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFD0 is #30402F. Grayscale: #C5C5C5. Windows color (decimal): -3162160 or 13680591. OLE color: 13680591.
HSL color Cylindrical-coordinate representation of color #CFBFD0: hue angle of 296.47º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBFD0 is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 191 | 208 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.18 |
| HSL | 296.47º | 0.15% | 0.78% | - |
| HSV(B) | 296.47º | 0.08% | 0.82% | - |
| XYZ | 55.75 | 55.08 | 67.37 | - |
| YUV | 197.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 208 | 0.00 | 0.08 | 0 | 0.18 | 296.47 | 0.15 | 0.78 |
| Hex | CF | BF | D0 | 0 | 8 | 0 | 12 | 128 | F | 4E |
| Octal | 317 | 277 | 320 | 0 | 10 | 0 | 22 | 450 | 17 | 116 |
| Binary | 11001111 | 10111111 | 11010000 | 0 | 1000 | 0 | 10010 | 100101000 | 1111 | 1001110 |
Color Harmonies of #CFBFD0
Complementary color
Monochromatic Colors of #CFBFD0
Black with #CFBFD0
Text Example
Text Example
White with #CFBFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFD0; }
p { color: rgb(207,191,208); }
H1.HeaderClassName
{
color: #CFBFD0;
}
.AnyTagClassName
{
color: #CFBFD0;
}
</style>
background-color css
<style>
a { background-color: #CFBFD0; }
a { background-color: rgb(207,191,208); }
div.DivClassName
{
background-color: #CFBFD0;
}
.BgClassName
{
background-color: #CFBFD0;
}
</style>
border-color css
<style>
span { border-color: #CFBFD0; }
span { border-color: rgb(207,191,208); }
td.TdClassName
{
border-color: #CFBFD0;
}
.TagClassName
{
border-color: #CFBFD0;
}
</style>