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