Shades of Thistle #CEC6CE
Tints of Thistle #CEC6CE
RGB
CMYK
RGB Variations
Color information
#CEC6CE (or 0xCEC6CE) is known color: Thistle. HEX triplet: CE, C6 and CE. RGB value is (206,198,206). Sum of RGB (Red+Green+Blue) = 206+198+206=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6CE is #313931. Grayscale: #C9C9C9. Windows color (decimal): -3225906 or 13551310. OLE color: 13551310.
HSL color Cylindrical-coordinate representation of color #CEC6CE: hue angle of 300º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CEC6CE is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 206 | - |
| CMYK | 0 | 0.04 | 0 | 0.19 |
| HSL | 300º | 0.08% | 0.79% | - |
| HSV(B) | 300º | 0.04% | 0.81% | - |
| XYZ | 56.79 | 57.97 | 66.59 | - |
| YUV | 201.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 206 | 0 | 0.04 | 0 | 0.19 | 300 | 0.08 | 0.79 |
| Hex | CE | C6 | CE | 0 | 4 | 0 | 13 | 12C | 8 | 4F |
| Octal | 316 | 306 | 316 | 0 | 4 | 0 | 23 | 454 | 10 | 117 |
| Binary | 11001110 | 11000110 | 11001110 | 0 | 100 | 0 | 10011 | 100101100 | 1000 | 1001111 |
Color Harmonies of #CEC6CE
Complementary color
Monochromatic Colors of #CEC6CE
Black with #CEC6CE
Text Example
Text Example
White with #CEC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6CE; }
p { color: rgb(206,198,206); }
H1.HeaderClassName
{
color: #CEC6CE;
}
.AnyTagClassName
{
color: #CEC6CE;
}
</style>
background-color css
<style>
a { background-color: #CEC6CE; }
a { background-color: rgb(206,198,206); }
div.DivClassName
{
background-color: #CEC6CE;
}
.BgClassName
{
background-color: #CEC6CE;
}
</style>
border-color css
<style>
span { border-color: #CEC6CE; }
span { border-color: rgb(206,198,206); }
td.TdClassName
{
border-color: #CEC6CE;
}
.TagClassName
{
border-color: #CEC6CE;
}
</style>