Shades of Thistle #CFC0D1
Tints of Thistle #CFC0D1
RGB
CMYK
RGB Variations
Color information
#CFC0D1 (or 0xCFC0D1) is known color: Thistle. HEX triplet: CF, C0 and D1. RGB value is (207,192,209). Sum of RGB (Red+Green+Blue) = 207+192+209=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFC0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0D1 is #303F2E. Grayscale: #C6C6C6. Windows color (decimal): -3161903 or 13746383. OLE color: 13746383.
HSL color Cylindrical-coordinate representation of color #CFC0D1: hue angle of 292.94º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFC0D1 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 192 | 209 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.18 |
| HSL | 292.94º | 0.16% | 0.79% | - |
| HSV(B) | 292.94º | 0.08% | 0.82% | - |
| XYZ | 56.09 | 55.57 | 68.09 | - |
| YUV | 198.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 209 | 0.01 | 0.08 | 0 | 0.18 | 292.94 | 0.16 | 0.79 |
| Hex | CF | C0 | D1 | 1 | 8 | 0 | 12 | 125 | 10 | 4F |
| Octal | 317 | 300 | 321 | 1 | 10 | 0 | 22 | 445 | 20 | 117 |
| Binary | 11001111 | 11000000 | 11010001 | 1 | 1000 | 0 | 10010 | 100100101 | 10000 | 1001111 |
Color Harmonies of #CFC0D1
Complementary color
Monochromatic Colors of #CFC0D1
Black with #CFC0D1
Text Example
Text Example
White with #CFC0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0D1; }
p { color: rgb(207,192,209); }
H1.HeaderClassName
{
color: #CFC0D1;
}
.AnyTagClassName
{
color: #CFC0D1;
}
</style>
background-color css
<style>
a { background-color: #CFC0D1; }
a { background-color: rgb(207,192,209); }
div.DivClassName
{
background-color: #CFC0D1;
}
.BgClassName
{
background-color: #CFC0D1;
}
</style>
border-color css
<style>
span { border-color: #CFC0D1; }
span { border-color: rgb(207,192,209); }
td.TdClassName
{
border-color: #CFC0D1;
}
.TagClassName
{
border-color: #CFC0D1;
}
</style>