Shades of Thistle #CFC5CE
Tints of Thistle #CFC5CE
RGB
CMYK
RGB Variations
Color information
#CFC5CE (or 0xCFC5CE) is known color: Thistle. HEX triplet: CF, C5 and CE. RGB value is (207,197,206). Sum of RGB (Red+Green+Blue) = 207+197+206=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5CE is #303A31. Grayscale: #C8C8C8. Windows color (decimal): -3160626 or 13551055. OLE color: 13551055.
HSL color Cylindrical-coordinate representation of color #CFC5CE: hue angle of 306º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFC5CE is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 197 | 206 | - |
CMYK | 0 | 0.05 | 0.00 | 0.19 |
HSL | 306º | 0.09% | 0.79% | - |
HSV(B) | 306º | 0.05% | 0.81% | - |
XYZ | 56.84 | 57.65 | 66.53 | - |
YUV | 201.02 | 130.81 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 197 | 206 | 0 | 0.05 | 0.00 | 0.19 | 306 | 0.09 | 0.79 |
Hex | CF | C5 | CE | 0 | 5 | 0 | 13 | 132 | 9 | 4F |
Octal | 317 | 305 | 316 | 0 | 5 | 0 | 23 | 462 | 11 | 117 |
Binary | 11001111 | 11000101 | 11001110 | 0 | 101 | 0 | 10011 | 100110010 | 1001 | 1001111 |
Color Harmonies of #CFC5CE
Complementary color
Monochromatic Colors of #CFC5CE
Black with #CFC5CE
Text Example
Text Example
White with #CFC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5CE; }
p { color: rgb(207,197,206); }
H1.HeaderClassName
{
color: #CFC5CE;
}
.AnyTagClassName
{
color: #CFC5CE;
}
</style>
background-color css
<style>
a { background-color: #CFC5CE; }
a { background-color: rgb(207,197,206); }
div.DivClassName
{
background-color: #CFC5CE;
}
.BgClassName
{
background-color: #CFC5CE;
}
</style>
border-color css
<style>
span { border-color: #CFC5CE; }
span { border-color: rgb(207,197,206); }
td.TdClassName
{
border-color: #CFC5CE;
}
.TagClassName
{
border-color: #CFC5CE;
}
</style>