Shades of Thistle #CEC8CE
Tints of Thistle #CEC8CE
RGB
CMYK
RGB Variations
Color information
#CEC8CE (or 0xCEC8CE) is known color: Thistle. HEX triplet: CE, C8 and CE. RGB value is (206,200,206). Sum of RGB (Red+Green+Blue) = 206+200+206=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8CE is #313731. Grayscale: #CACACA. Windows color (decimal): -3225394 or 13551822. OLE color: 13551822.
HSL color Cylindrical-coordinate representation of color #CEC8CE: hue angle of 300º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CEC8CE is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 200 | 206 | - |
CMYK | 0 | 0.03 | 0 | 0.19 |
HSL | 300º | 0.06% | 0.8% | - |
HSV(B) | 300º | 0.03% | 0.81% | - |
XYZ | 57.25 | 58.89 | 66.74 | - |
YUV | 202.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 200 | 206 | 0 | 0.03 | 0 | 0.19 | 300 | 0.06 | 0.8 |
Hex | CE | C8 | CE | 0 | 3 | 0 | 13 | 12C | 6 | 50 |
Octal | 316 | 310 | 316 | 0 | 3 | 0 | 23 | 454 | 6 | 120 |
Binary | 11001110 | 11001000 | 11001110 | 0 | 11 | 0 | 10011 | 100101100 | 110 | 1010000 |
Color Harmonies of #CEC8CE
Complementary color
Monochromatic Colors of #CEC8CE
Black with #CEC8CE
Text Example
Text Example
White with #CEC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8CE; }
p { color: rgb(206,200,206); }
H1.HeaderClassName
{
color: #CEC8CE;
}
.AnyTagClassName
{
color: #CEC8CE;
}
</style>
background-color css
<style>
a { background-color: #CEC8CE; }
a { background-color: rgb(206,200,206); }
div.DivClassName
{
background-color: #CEC8CE;
}
.BgClassName
{
background-color: #CEC8CE;
}
</style>
border-color css
<style>
span { border-color: #CEC8CE; }
span { border-color: rgb(206,200,206); }
td.TdClassName
{
border-color: #CEC8CE;
}
.TagClassName
{
border-color: #CEC8CE;
}
</style>