Shades of Thistle #CEBACD
Tints of Thistle #CEBACD
RGB
CMYK
RGB Variations
Color information
#CEBACD (or 0xCEBACD) is known color: Thistle. HEX triplet: CE, BA and CD. RGB value is (206,186,205). Sum of RGB (Red+Green+Blue) = 206+186+205=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBACD is #314532. Grayscale: #C2C2C2. Windows color (decimal): -3228979 or 13482702. OLE color: 13482702.
HSL color Cylindrical-coordinate representation of color #CEBACD: hue angle of 303º 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 #CEBACD is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 205 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.19 |
| HSL | 303º | 0.17% | 0.77% | - |
| HSV(B) | 303º | 0.1% | 0.81% | - |
| XYZ | 54.03 | 52.65 | 65.07 | - |
| YUV | 194.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 205 | 0 | 0.10 | 0.00 | 0.19 | 303 | 0.17 | 0.77 |
| Hex | CE | BA | CD | 0 | A | 0 | 13 | 12F | 11 | 4D |
| Octal | 316 | 272 | 315 | 0 | 12 | 0 | 23 | 457 | 21 | 115 |
| Binary | 11001110 | 10111010 | 11001101 | 0 | 1010 | 0 | 10011 | 100101111 | 10001 | 1001101 |
Color Harmonies of #CEBACD
Complementary color
Monochromatic Colors of #CEBACD
Black with #CEBACD
Text Example
Text Example
White with #CEBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBACD; }
p { color: rgb(206,186,205); }
H1.HeaderClassName
{
color: #CEBACD;
}
.AnyTagClassName
{
color: #CEBACD;
}
</style>
background-color css
<style>
a { background-color: #CEBACD; }
a { background-color: rgb(206,186,205); }
div.DivClassName
{
background-color: #CEBACD;
}
.BgClassName
{
background-color: #CEBACD;
}
</style>
border-color css
<style>
span { border-color: #CEBACD; }
span { border-color: rgb(206,186,205); }
td.TdClassName
{
border-color: #CEBACD;
}
.TagClassName
{
border-color: #CEBACD;
}
</style>