Shades of Thistle #CECACE
Tints of Thistle #CECACE
RGB
CMYK
RGB Variations
Color information
#CECACE (or 0xCECACE) is known color: Thistle. HEX triplet: CE, CA and CE. RGB value is (206,202,206). Sum of RGB (Red+Green+Blue) = 206+202+206=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CECACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECACE is #313531. Grayscale: #CBCBCB. Windows color (decimal): -3224882 or 13552334. OLE color: 13552334.
HSL color Cylindrical-coordinate representation of color #CECACE: hue angle of 300º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECACE is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 202 | 206 | - |
CMYK | 0 | 0.02 | 0 | 0.19 |
HSL | 300º | 0.04% | 0.8% | - |
HSV(B) | 300º | 0.02% | 0.81% | - |
XYZ | 57.71 | 59.82 | 66.9 | - |
YUV | 203.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 206 | 0 | 0.02 | 0 | 0.19 | 300 | 0.04 | 0.8 |
Hex | CE | CA | CE | 0 | 2 | 0 | 13 | 12C | 4 | 50 |
Octal | 316 | 312 | 316 | 0 | 2 | 0 | 23 | 454 | 4 | 120 |
Binary | 11001110 | 11001010 | 11001110 | 0 | 10 | 0 | 10011 | 100101100 | 100 | 1010000 |
Color Harmonies of #CECACE
Complementary color
Monochromatic Colors of #CECACE
Black with #CECACE
Text Example
Text Example
White with #CECACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECACE; }
p { color: rgb(206,202,206); }
H1.HeaderClassName
{
color: #CECACE;
}
.AnyTagClassName
{
color: #CECACE;
}
</style>
background-color css
<style>
a { background-color: #CECACE; }
a { background-color: rgb(206,202,206); }
div.DivClassName
{
background-color: #CECACE;
}
.BgClassName
{
background-color: #CECACE;
}
</style>
border-color css
<style>
span { border-color: #CECACE; }
span { border-color: rgb(206,202,206); }
td.TdClassName
{
border-color: #CECACE;
}
.TagClassName
{
border-color: #CECACE;
}
</style>