Shades of Thistle #CDBACD
Tints of Thistle #CDBACD
RGB
CMYK
RGB Variations
Color information
#CDBACD (or 0xCDBACD) is known color: Thistle. HEX triplet: CD, BA and CD. RGB value is (205,186,205). Sum of RGB (Red+Green+Blue) = 205+186+205=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBACD is #324532. Grayscale: #C1C1C1. Windows color (decimal): -3294515 or 13482701. OLE color: 13482701.
HSL color Cylindrical-coordinate representation of color #CDBACD: hue angle of 300º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBACD is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 205 | - |
| CMYK | 0 | 0.09 | 0 | 0.20 |
| HSL | 300º | 0.16% | 0.77% | - |
| HSV(B) | 300º | 0.09% | 0.8% | - |
| XYZ | 53.76 | 52.5 | 65.06 | - |
| YUV | 193.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 205 | 0 | 0.09 | 0 | 0.20 | 300 | 0.16 | 0.77 |
| Hex | CD | BA | CD | 0 | 9 | 0 | 14 | 12C | 10 | 4D |
| Octal | 315 | 272 | 315 | 0 | 11 | 0 | 24 | 454 | 20 | 115 |
| Binary | 11001101 | 10111010 | 11001101 | 0 | 1001 | 0 | 10100 | 100101100 | 10000 | 1001101 |
Color Harmonies of #CDBACD
Complementary color
Monochromatic Colors of #CDBACD
Black with #CDBACD
Text Example
Text Example
White with #CDBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBACD; }
p { color: rgb(205,186,205); }
H1.HeaderClassName
{
color: #CDBACD;
}
.AnyTagClassName
{
color: #CDBACD;
}
</style>
background-color css
<style>
a { background-color: #CDBACD; }
a { background-color: rgb(205,186,205); }
div.DivClassName
{
background-color: #CDBACD;
}
.BgClassName
{
background-color: #CDBACD;
}
</style>
border-color css
<style>
span { border-color: #CDBACD; }
span { border-color: rgb(205,186,205); }
td.TdClassName
{
border-color: #CDBACD;
}
.TagClassName
{
border-color: #CDBACD;
}
</style>