Shades of Thistle #CEC8CD
Tints of Thistle #CEC8CD
RGB
CMYK
RGB Variations
Color information
#CEC8CD (or 0xCEC8CD) is known color: Thistle. HEX triplet: CE, C8 and CD. RGB value is (206,200,205). Sum of RGB (Red+Green+Blue) = 206+200+205=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8CD is #313732. Grayscale: #CACACA. Windows color (decimal): -3225395 or 13486286. OLE color: 13486286.
HSL color Cylindrical-coordinate representation of color #CEC8CD: hue angle of 310º 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 #CEC8CD is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 200 | 205 | - |
CMYK | 0 | 0.03 | 0.00 | 0.19 |
HSL | 310º | 0.06% | 0.8% | - |
HSV(B) | 310º | 0.03% | 0.81% | - |
XYZ | 57.13 | 58.84 | 66.1 | - |
YUV | 202.36 | 129.49 | 130.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 200 | 205 | 0 | 0.03 | 0.00 | 0.19 | 310 | 0.06 | 0.8 |
Hex | CE | C8 | CD | 0 | 3 | 0 | 13 | 136 | 6 | 50 |
Octal | 316 | 310 | 315 | 0 | 3 | 0 | 23 | 466 | 6 | 120 |
Binary | 11001110 | 11001000 | 11001101 | 0 | 11 | 0 | 10011 | 100110110 | 110 | 1010000 |
Color Harmonies of #CEC8CD
Complementary color
Monochromatic Colors of #CEC8CD
Black with #CEC8CD
Text Example
Text Example
White with #CEC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8CD; }
p { color: rgb(206,200,205); }
H1.HeaderClassName
{
color: #CEC8CD;
}
.AnyTagClassName
{
color: #CEC8CD;
}
</style>
background-color css
<style>
a { background-color: #CEC8CD; }
a { background-color: rgb(206,200,205); }
div.DivClassName
{
background-color: #CEC8CD;
}
.BgClassName
{
background-color: #CEC8CD;
}
</style>
border-color css
<style>
span { border-color: #CEC8CD; }
span { border-color: rgb(206,200,205); }
td.TdClassName
{
border-color: #CEC8CD;
}
.TagClassName
{
border-color: #CEC8CD;
}
</style>