Shades of Thistle #CEC7CE
Tints of Thistle #CEC7CE
RGB
CMYK
RGB Variations
Color information
#CEC7CE (or 0xCEC7CE) is known color: Thistle. HEX triplet: CE, C7 and CE. RGB value is (206,199,206). Sum of RGB (Red+Green+Blue) = 206+199+206=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7CE is #313831. Grayscale: #C9C9C9. Windows color (decimal): -3225650 or 13551566. OLE color: 13551566.
HSL color Cylindrical-coordinate representation of color #CEC7CE: hue angle of 300º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CEC7CE is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 199 | 206 | - |
CMYK | 0 | 0.03 | 0 | 0.19 |
HSL | 300º | 0.07% | 0.79% | - |
HSV(B) | 300º | 0.03% | 0.81% | - |
XYZ | 57.02 | 58.42 | 66.66 | - |
YUV | 201.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 206 | 0 | 0.03 | 0 | 0.19 | 300 | 0.07 | 0.79 |
Hex | CE | C7 | CE | 0 | 3 | 0 | 13 | 12C | 7 | 4F |
Octal | 316 | 307 | 316 | 0 | 3 | 0 | 23 | 454 | 7 | 117 |
Binary | 11001110 | 11000111 | 11001110 | 0 | 11 | 0 | 10011 | 100101100 | 111 | 1001111 |
Color Harmonies of #CEC7CE
Complementary color
Monochromatic Colors of #CEC7CE
Black with #CEC7CE
Text Example
Text Example
White with #CEC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7CE; }
p { color: rgb(206,199,206); }
H1.HeaderClassName
{
color: #CEC7CE;
}
.AnyTagClassName
{
color: #CEC7CE;
}
</style>
background-color css
<style>
a { background-color: #CEC7CE; }
a { background-color: rgb(206,199,206); }
div.DivClassName
{
background-color: #CEC7CE;
}
.BgClassName
{
background-color: #CEC7CE;
}
</style>
border-color css
<style>
span { border-color: #CEC7CE; }
span { border-color: rgb(206,199,206); }
td.TdClassName
{
border-color: #CEC7CE;
}
.TagClassName
{
border-color: #CEC7CE;
}
</style>