Shades of Thistle #CFC1CD
Tints of Thistle #CFC1CD
RGB
CMYK
RGB Variations
Color information
#CFC1CD (or 0xCFC1CD) is known color: Thistle. HEX triplet: CF, C1 and CD. RGB value is (207,193,205). Sum of RGB (Red+Green+Blue) = 207+193+205=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1CD is #303E32. Grayscale: #C6C6C6. Windows color (decimal): -3161651 or 13484495. OLE color: 13484495.
HSL color Cylindrical-coordinate representation of color #CFC1CD: hue angle of 308.57º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC1CD is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 193 | 205 | - |
CMYK | 0 | 0.07 | 0.01 | 0.19 |
HSL | 308.57º | 0.13% | 0.78% | - |
HSV(B) | 308.57º | 0.07% | 0.81% | - |
XYZ | 55.82 | 55.81 | 65.59 | - |
YUV | 198.55 | 131.64 | 134.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 193 | 205 | 0 | 0.07 | 0.01 | 0.19 | 308.57 | 0.13 | 0.78 |
Hex | CF | C1 | CD | 0 | 7 | 1 | 13 | 135 | D | 4E |
Octal | 317 | 301 | 315 | 0 | 7 | 1 | 23 | 465 | 15 | 116 |
Binary | 11001111 | 11000001 | 11001101 | 0 | 111 | 1 | 10011 | 100110101 | 1101 | 1001110 |
Color Harmonies of #CFC1CD
Complementary color
Monochromatic Colors of #CFC1CD
Black with #CFC1CD
Text Example
Text Example
White with #CFC1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1CD; }
p { color: rgb(207,193,205); }
H1.HeaderClassName
{
color: #CFC1CD;
}
.AnyTagClassName
{
color: #CFC1CD;
}
</style>
background-color css
<style>
a { background-color: #CFC1CD; }
a { background-color: rgb(207,193,205); }
div.DivClassName
{
background-color: #CFC1CD;
}
.BgClassName
{
background-color: #CFC1CD;
}
</style>
border-color css
<style>
span { border-color: #CFC1CD; }
span { border-color: rgb(207,193,205); }
td.TdClassName
{
border-color: #CFC1CD;
}
.TagClassName
{
border-color: #CFC1CD;
}
</style>