Shades of Thistle #CFC7CE
Tints of Thistle #CFC7CE
RGB
CMYK
RGB Variations
Color information
#CFC7CE (or 0xCFC7CE) is known color: Thistle. HEX triplet: CF, C7 and CE. RGB value is (207,199,206). Sum of RGB (Red+Green+Blue) = 207+199+206=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7CE is #303831. Grayscale: #CACACA. Windows color (decimal): -3160114 or 13551567. OLE color: 13551567.
HSL color Cylindrical-coordinate representation of color #CFC7CE: hue angle of 307.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFC7CE is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 199 | 206 | - |
CMYK | 0 | 0.04 | 0.00 | 0.19 |
HSL | 307.5º | 0.08% | 0.8% | - |
HSV(B) | 307.5º | 0.04% | 0.81% | - |
XYZ | 57.3 | 58.57 | 66.68 | - |
YUV | 202.19 | 130.15 | 131.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 199 | 206 | 0 | 0.04 | 0.00 | 0.19 | 307.5 | 0.08 | 0.8 |
Hex | CF | C7 | CE | 0 | 4 | 0 | 13 | 134 | 8 | 50 |
Octal | 317 | 307 | 316 | 0 | 4 | 0 | 23 | 464 | 10 | 120 |
Binary | 11001111 | 11000111 | 11001110 | 0 | 100 | 0 | 10011 | 100110100 | 1000 | 1010000 |
Color Harmonies of #CFC7CE
Complementary color
Monochromatic Colors of #CFC7CE
Black with #CFC7CE
Text Example
Text Example
White with #CFC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7CE; }
p { color: rgb(207,199,206); }
H1.HeaderClassName
{
color: #CFC7CE;
}
.AnyTagClassName
{
color: #CFC7CE;
}
</style>
background-color css
<style>
a { background-color: #CFC7CE; }
a { background-color: rgb(207,199,206); }
div.DivClassName
{
background-color: #CFC7CE;
}
.BgClassName
{
background-color: #CFC7CE;
}
</style>
border-color css
<style>
span { border-color: #CFC7CE; }
span { border-color: rgb(207,199,206); }
td.TdClassName
{
border-color: #CFC7CE;
}
.TagClassName
{
border-color: #CFC7CE;
}
</style>