Shades of Thistle #CEC1CD
Tints of Thistle #CEC1CD
RGB
CMYK
RGB Variations
Color information
#CEC1CD (or 0xCEC1CD) is known color: Thistle. HEX triplet: CE, C1 and CD. RGB value is (206,193,205). Sum of RGB (Red+Green+Blue) = 206+193+205=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1CD is #313E32. Grayscale: #C6C6C6. Windows color (decimal): -3227187 or 13484494. OLE color: 13484494.
HSL color Cylindrical-coordinate representation of color #CEC1CD: hue angle of 304.62º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC1CD is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 193 | 205 | - |
CMYK | 0 | 0.06 | 0.00 | 0.19 |
HSL | 304.62º | 0.12% | 0.78% | - |
HSV(B) | 304.62º | 0.06% | 0.81% | - |
XYZ | 55.54 | 55.67 | 65.58 | - |
YUV | 198.26 | 131.81 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 193 | 205 | 0 | 0.06 | 0.00 | 0.19 | 304.62 | 0.12 | 0.78 |
Hex | CE | C1 | CD | 0 | 6 | 0 | 13 | 131 | C | 4E |
Octal | 316 | 301 | 315 | 0 | 6 | 0 | 23 | 461 | 14 | 116 |
Binary | 11001110 | 11000001 | 11001101 | 0 | 110 | 0 | 10011 | 100110001 | 1100 | 1001110 |
Color Harmonies of #CEC1CD
Complementary color
Monochromatic Colors of #CEC1CD
Black with #CEC1CD
Text Example
Text Example
White with #CEC1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1CD; }
p { color: rgb(206,193,205); }
H1.HeaderClassName
{
color: #CEC1CD;
}
.AnyTagClassName
{
color: #CEC1CD;
}
</style>
background-color css
<style>
a { background-color: #CEC1CD; }
a { background-color: rgb(206,193,205); }
div.DivClassName
{
background-color: #CEC1CD;
}
.BgClassName
{
background-color: #CEC1CD;
}
</style>
border-color css
<style>
span { border-color: #CEC1CD; }
span { border-color: rgb(206,193,205); }
td.TdClassName
{
border-color: #CEC1CD;
}
.TagClassName
{
border-color: #CEC1CD;
}
</style>