Shades of Thistle #CEC5CE
Tints of Thistle #CEC5CE
RGB
CMYK
RGB Variations
Color information
#CEC5CE (or 0xCEC5CE) is known color: Thistle. HEX triplet: CE, C5 and CE. RGB value is (206,197,206). Sum of RGB (Red+Green+Blue) = 206+197+206=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5CE is #313A31. Grayscale: #C8C8C8. Windows color (decimal): -3226162 or 13551054. OLE color: 13551054.
HSL color Cylindrical-coordinate representation of color #CEC5CE: hue angle of 300º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CEC5CE is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 197 | 206 | - |
CMYK | 0 | 0.04 | 0 | 0.19 |
HSL | 300º | 0.08% | 0.79% | - |
HSV(B) | 300º | 0.04% | 0.81% | - |
XYZ | 56.56 | 57.51 | 66.51 | - |
YUV | 200.72 | 130.98 | 131.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 206 | 0 | 0.04 | 0 | 0.19 | 300 | 0.08 | 0.79 |
Hex | CE | C5 | CE | 0 | 4 | 0 | 13 | 12C | 8 | 4F |
Octal | 316 | 305 | 316 | 0 | 4 | 0 | 23 | 454 | 10 | 117 |
Binary | 11001110 | 11000101 | 11001110 | 0 | 100 | 0 | 10011 | 100101100 | 1000 | 1001111 |
Color Harmonies of #CEC5CE
Complementary color
Monochromatic Colors of #CEC5CE
Black with #CEC5CE
Text Example
Text Example
White with #CEC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5CE; }
p { color: rgb(206,197,206); }
H1.HeaderClassName
{
color: #CEC5CE;
}
.AnyTagClassName
{
color: #CEC5CE;
}
</style>
background-color css
<style>
a { background-color: #CEC5CE; }
a { background-color: rgb(206,197,206); }
div.DivClassName
{
background-color: #CEC5CE;
}
.BgClassName
{
background-color: #CEC5CE;
}
</style>
border-color css
<style>
span { border-color: #CEC5CE; }
span { border-color: rgb(206,197,206); }
td.TdClassName
{
border-color: #CEC5CE;
}
.TagClassName
{
border-color: #CEC5CE;
}
</style>