Shades of Thistle #CFC2CF
Tints of Thistle #CFC2CF
RGB
CMYK
RGB Variations
Color information
#CFC2CF (or 0xCFC2CF) is known color: Thistle. HEX triplet: CF, C2 and CF. RGB value is (207,194,207). Sum of RGB (Red+Green+Blue) = 207+194+207=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2CF is #303D30. Grayscale: #C7C7C7. Windows color (decimal): -3161393 or 13615823. OLE color: 13615823.
HSL color Cylindrical-coordinate representation of color #CFC2CF: hue angle of 300º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFC2CF is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 194 | 207 | - |
CMYK | 0 | 0.06 | 0 | 0.19 |
HSL | 300º | 0.12% | 0.79% | - |
HSV(B) | 300º | 0.06% | 0.81% | - |
XYZ | 56.29 | 56.35 | 66.94 | - |
YUV | 199.37 | 132.31 | 133.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 194 | 207 | 0 | 0.06 | 0 | 0.19 | 300 | 0.12 | 0.79 |
Hex | CF | C2 | CF | 0 | 6 | 0 | 13 | 12C | C | 4F |
Octal | 317 | 302 | 317 | 0 | 6 | 0 | 23 | 454 | 14 | 117 |
Binary | 11001111 | 11000010 | 11001111 | 0 | 110 | 0 | 10011 | 100101100 | 1100 | 1001111 |
Color Harmonies of #CFC2CF
Complementary color
Monochromatic Colors of #CFC2CF
Black with #CFC2CF
Text Example
Text Example
White with #CFC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2CF; }
p { color: rgb(207,194,207); }
H1.HeaderClassName
{
color: #CFC2CF;
}
.AnyTagClassName
{
color: #CFC2CF;
}
</style>
background-color css
<style>
a { background-color: #CFC2CF; }
a { background-color: rgb(207,194,207); }
div.DivClassName
{
background-color: #CFC2CF;
}
.BgClassName
{
background-color: #CFC2CF;
}
</style>
border-color css
<style>
span { border-color: #CFC2CF; }
span { border-color: rgb(207,194,207); }
td.TdClassName
{
border-color: #CFC2CF;
}
.TagClassName
{
border-color: #CFC2CF;
}
</style>