Shades of Thistle #CEBACE
Tints of Thistle #CEBACE
RGB
CMYK
RGB Variations
Color information
#CEBACE (or 0xCEBACE) is known color: Thistle. HEX triplet: CE, BA and CE. RGB value is (206,186,206). Sum of RGB (Red+Green+Blue) = 206+186+206=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEBACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBACE is #314531. Grayscale: #C2C2C2. Windows color (decimal): -3228978 or 13548238. OLE color: 13548238.
HSL color Cylindrical-coordinate representation of color #CEBACE: hue angle of 300º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBACE is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 206 | - |
| CMYK | 0 | 0.10 | 0 | 0.19 |
| HSL | 300º | 0.17% | 0.77% | - |
| HSV(B) | 300º | 0.1% | 0.81% | - |
| XYZ | 54.15 | 52.7 | 65.71 | - |
| YUV | 194.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 206 | 0 | 0.10 | 0 | 0.19 | 300 | 0.17 | 0.77 |
| Hex | CE | BA | CE | 0 | A | 0 | 13 | 12C | 11 | 4D |
| Octal | 316 | 272 | 316 | 0 | 12 | 0 | 23 | 454 | 21 | 115 |
| Binary | 11001110 | 10111010 | 11001110 | 0 | 1010 | 0 | 10011 | 100101100 | 10001 | 1001101 |
Color Harmonies of #CEBACE
Complementary color
Monochromatic Colors of #CEBACE
Black with #CEBACE
Text Example
Text Example
White with #CEBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBACE; }
p { color: rgb(206,186,206); }
H1.HeaderClassName
{
color: #CEBACE;
}
.AnyTagClassName
{
color: #CEBACE;
}
</style>
background-color css
<style>
a { background-color: #CEBACE; }
a { background-color: rgb(206,186,206); }
div.DivClassName
{
background-color: #CEBACE;
}
.BgClassName
{
background-color: #CEBACE;
}
</style>
border-color css
<style>
span { border-color: #CEBACE; }
span { border-color: rgb(206,186,206); }
td.TdClassName
{
border-color: #CEBACE;
}
.TagClassName
{
border-color: #CEBACE;
}
</style>