Shades of Thistle #CEC4CE
Tints of Thistle #CEC4CE
RGB
CMYK
RGB Variations
Color information
#CEC4CE (or 0xCEC4CE) is known color: Thistle. HEX triplet: CE, C4 and CE. RGB value is (206,196,206). Sum of RGB (Red+Green+Blue) = 206+196+206=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4CE is #313B31. Grayscale: #C8C8C8. Windows color (decimal): -3226418 or 13550798. OLE color: 13550798.
HSL color Cylindrical-coordinate representation of color #CEC4CE: hue angle of 300º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CEC4CE is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 196 | 206 | - |
CMYK | 0 | 0.05 | 0 | 0.19 |
HSL | 300º | 0.09% | 0.79% | - |
HSV(B) | 300º | 0.05% | 0.81% | - |
XYZ | 56.33 | 57.06 | 66.44 | - |
YUV | 200.13 | 131.31 | 132.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 196 | 206 | 0 | 0.05 | 0 | 0.19 | 300 | 0.09 | 0.79 |
Hex | CE | C4 | CE | 0 | 5 | 0 | 13 | 12C | 9 | 4F |
Octal | 316 | 304 | 316 | 0 | 5 | 0 | 23 | 454 | 11 | 117 |
Binary | 11001110 | 11000100 | 11001110 | 0 | 101 | 0 | 10011 | 100101100 | 1001 | 1001111 |
Color Harmonies of #CEC4CE
Complementary color
Monochromatic Colors of #CEC4CE
Black with #CEC4CE
Text Example
Text Example
White with #CEC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4CE; }
p { color: rgb(206,196,206); }
H1.HeaderClassName
{
color: #CEC4CE;
}
.AnyTagClassName
{
color: #CEC4CE;
}
</style>
background-color css
<style>
a { background-color: #CEC4CE; }
a { background-color: rgb(206,196,206); }
div.DivClassName
{
background-color: #CEC4CE;
}
.BgClassName
{
background-color: #CEC4CE;
}
</style>
border-color css
<style>
span { border-color: #CEC4CE; }
span { border-color: rgb(206,196,206); }
td.TdClassName
{
border-color: #CEC4CE;
}
.TagClassName
{
border-color: #CEC4CE;
}
</style>