Shades of Thistle #CEC0CE
Tints of Thistle #CEC0CE
RGB
CMYK
RGB Variations
Color information
#CEC0CE (or 0xCEC0CE) is known color: Thistle. HEX triplet: CE, C0 and CE. RGB value is (206,192,206). Sum of RGB (Red+Green+Blue) = 206+192+206=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0CE is #313F31. Grayscale: #C5C5C5. Windows color (decimal): -3227442 or 13549774. OLE color: 13549774.
HSL color Cylindrical-coordinate representation of color #CEC0CE: hue angle of 300º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC0CE is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 192 | 206 | - |
CMYK | 0 | 0.07 | 0 | 0.19 |
HSL | 300º | 0.13% | 0.78% | - |
HSV(B) | 300º | 0.07% | 0.81% | - |
XYZ | 55.44 | 55.28 | 66.14 | - |
YUV | 197.78 | 132.64 | 133.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 192 | 206 | 0 | 0.07 | 0 | 0.19 | 300 | 0.13 | 0.78 |
Hex | CE | C0 | CE | 0 | 7 | 0 | 13 | 12C | C | 4E |
Octal | 316 | 300 | 316 | 0 | 7 | 0 | 23 | 454 | 14 | 116 |
Binary | 11001110 | 11000000 | 11001110 | 0 | 111 | 0 | 10011 | 100101100 | 1100 | 1001110 |
Color Harmonies of #CEC0CE
Complementary color
Monochromatic Colors of #CEC0CE
Black with #CEC0CE
Text Example
Text Example
White with #CEC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0CE; }
p { color: rgb(206,192,206); }
H1.HeaderClassName
{
color: #CEC0CE;
}
.AnyTagClassName
{
color: #CEC0CE;
}
</style>
background-color css
<style>
a { background-color: #CEC0CE; }
a { background-color: rgb(206,192,206); }
div.DivClassName
{
background-color: #CEC0CE;
}
.BgClassName
{
background-color: #CEC0CE;
}
</style>
border-color css
<style>
span { border-color: #CEC0CE; }
span { border-color: rgb(206,192,206); }
td.TdClassName
{
border-color: #CEC0CE;
}
.TagClassName
{
border-color: #CEC0CE;
}
</style>