Shades of Thistle #CFCECF
Tints of Thistle #CFCECF
RGB
CMYK
RGB Variations
Color information
#CFCECF (or 0xCFCECF) is known color: Thistle. HEX triplet: CF, CE and CF. RGB value is (207,206,207). Sum of RGB (Red+Green+Blue) = 207+206+207=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCECF is #303130. Grayscale: #CECECE. Windows color (decimal): -3158321 or 13618895. OLE color: 13618895.
HSL color Cylindrical-coordinate representation of color #CFCECF: hue angle of 300º degrees, saturation: 0.01, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CFCECF is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 206 | 207 | - |
CMYK | 0 | 0.00 | 0 | 0.19 |
HSL | 300º | 0.01% | 0.81% | - |
HSV(B) | 300º | 0% | 0.81% | - |
XYZ | 59.07 | 61.91 | 67.87 | - |
YUV | 206.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 207 | 0 | 0.00 | 0 | 0.19 | 300 | 0.01 | 0.81 |
Hex | CF | CE | CF | 0 | 0 | 0 | 13 | 12C | 1 | 51 |
Octal | 317 | 316 | 317 | 0 | 0 | 0 | 23 | 454 | 1 | 121 |
Binary | 11001111 | 11001110 | 11001111 | 0 | 0 | 0 | 10011 | 100101100 | 1 | 1010001 |
Color Harmonies of #CFCECF
Complementary color
Monochromatic Colors of #CFCECF
Black with #CFCECF
Text Example
Text Example
White with #CFCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCECF; }
p { color: rgb(207,206,207); }
H1.HeaderClassName
{
color: #CFCECF;
}
.AnyTagClassName
{
color: #CFCECF;
}
</style>
background-color css
<style>
a { background-color: #CFCECF; }
a { background-color: rgb(207,206,207); }
div.DivClassName
{
background-color: #CFCECF;
}
.BgClassName
{
background-color: #CFCECF;
}
</style>
border-color css
<style>
span { border-color: #CFCECF; }
span { border-color: rgb(207,206,207); }
td.TdClassName
{
border-color: #CFCECF;
}
.TagClassName
{
border-color: #CFCECF;
}
</style>