Shades of Thistle #CEC9CE
Tints of Thistle #CEC9CE
RGB
CMYK
RGB Variations
Color information
#CEC9CE (or 0xCEC9CE) is known color: Thistle. HEX triplet: CE, C9 and CE. RGB value is (206,201,206). Sum of RGB (Red+Green+Blue) = 206+201+206=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9CE is #313631. Grayscale: #CBCBCB. Windows color (decimal): -3225138 or 13552078. OLE color: 13552078.
HSL color Cylindrical-coordinate representation of color #CEC9CE: hue angle of 300º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CEC9CE is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 201 | 206 | - |
CMYK | 0 | 0.02 | 0 | 0.19 |
HSL | 300º | 0.05% | 0.8% | - |
HSV(B) | 300º | 0.02% | 0.81% | - |
XYZ | 57.48 | 59.35 | 66.82 | - |
YUV | 203.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 201 | 206 | 0 | 0.02 | 0 | 0.19 | 300 | 0.05 | 0.8 |
Hex | CE | C9 | CE | 0 | 2 | 0 | 13 | 12C | 5 | 50 |
Octal | 316 | 311 | 316 | 0 | 2 | 0 | 23 | 454 | 5 | 120 |
Binary | 11001110 | 11001001 | 11001110 | 0 | 10 | 0 | 10011 | 100101100 | 101 | 1010000 |
Color Harmonies of #CEC9CE
Complementary color
Monochromatic Colors of #CEC9CE
Black with #CEC9CE
Text Example
Text Example
White with #CEC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9CE; }
p { color: rgb(206,201,206); }
H1.HeaderClassName
{
color: #CEC9CE;
}
.AnyTagClassName
{
color: #CEC9CE;
}
</style>
background-color css
<style>
a { background-color: #CEC9CE; }
a { background-color: rgb(206,201,206); }
div.DivClassName
{
background-color: #CEC9CE;
}
.BgClassName
{
background-color: #CEC9CE;
}
</style>
border-color css
<style>
span { border-color: #CEC9CE; }
span { border-color: rgb(206,201,206); }
td.TdClassName
{
border-color: #CEC9CE;
}
.TagClassName
{
border-color: #CEC9CE;
}
</style>