Shades of Thistle #CECCCE
Tints of Thistle #CECCCE
RGB
CMYK
RGB Variations
Color information
#CECCCE (or 0xCECCCE) is known color: Thistle. HEX triplet: CE, CC and CE. RGB value is (206,204,206). Sum of RGB (Red+Green+Blue) = 206+204+206=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CECCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCCE is #313331. Grayscale: #CCCCCC. Windows color (decimal): -3224370 or 13552846. OLE color: 13552846.
HSL color Cylindrical-coordinate representation of color #CECCCE: hue angle of 300º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECCCE is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 204 | 206 | - |
CMYK | 0 | 0.01 | 0 | 0.19 |
HSL | 300º | 0.02% | 0.8% | - |
HSV(B) | 300º | 0.01% | 0.81% | - |
XYZ | 58.19 | 60.76 | 67.05 | - |
YUV | 204.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 206 | 0 | 0.01 | 0 | 0.19 | 300 | 0.02 | 0.8 |
Hex | CE | CC | CE | 0 | 1 | 0 | 13 | 12C | 2 | 50 |
Octal | 316 | 314 | 316 | 0 | 1 | 0 | 23 | 454 | 2 | 120 |
Binary | 11001110 | 11001100 | 11001110 | 0 | 1 | 0 | 10011 | 100101100 | 10 | 1010000 |
Color Harmonies of #CECCCE
Complementary color
Monochromatic Colors of #CECCCE
Black with #CECCCE
Text Example
Text Example
White with #CECCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCCE; }
p { color: rgb(206,204,206); }
H1.HeaderClassName
{
color: #CECCCE;
}
.AnyTagClassName
{
color: #CECCCE;
}
</style>
background-color css
<style>
a { background-color: #CECCCE; }
a { background-color: rgb(206,204,206); }
div.DivClassName
{
background-color: #CECCCE;
}
.BgClassName
{
background-color: #CECCCE;
}
</style>
border-color css
<style>
span { border-color: #CECCCE; }
span { border-color: rgb(206,204,206); }
td.TdClassName
{
border-color: #CECCCE;
}
.TagClassName
{
border-color: #CECCCE;
}
</style>