Shades of Thistle #CDBACF
Tints of Thistle #CDBACF
RGB
CMYK
RGB Variations
Color information
#CDBACF (or 0xCDBACF) is known color: Thistle. HEX triplet: CD, BA and CF. RGB value is (205,186,207). Sum of RGB (Red+Green+Blue) = 205+186+207=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDBACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBACF is #324530. Grayscale: #C2C2C2. Windows color (decimal): -3294513 or 13613773. OLE color: 13613773.
HSL color Cylindrical-coordinate representation of color #CDBACF: hue angle of 294.29º degrees, saturation: 0.18, 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 #CDBACF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 186 | 207 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.19 |
| HSL | 294.29º | 0.18% | 0.77% | - |
| HSV(B) | 294.29º | 0.1% | 0.81% | - |
| XYZ | 54 | 52.6 | 66.34 | - |
| YUV | 194.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 207 | 0.01 | 0.10 | 0 | 0.19 | 294.29 | 0.18 | 0.77 |
| Hex | CD | BA | CF | 1 | A | 0 | 13 | 126 | 12 | 4D |
| Octal | 315 | 272 | 317 | 1 | 12 | 0 | 23 | 446 | 22 | 115 |
| Binary | 11001101 | 10111010 | 11001111 | 1 | 1010 | 0 | 10011 | 100100110 | 10010 | 1001101 |
Color Harmonies of #CDBACF
Complementary color
Monochromatic Colors of #CDBACF
Black with #CDBACF
Text Example
Text Example
White with #CDBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBACF; }
p { color: rgb(205,186,207); }
H1.HeaderClassName
{
color: #CDBACF;
}
.AnyTagClassName
{
color: #CDBACF;
}
</style>
background-color css
<style>
a { background-color: #CDBACF; }
a { background-color: rgb(205,186,207); }
div.DivClassName
{
background-color: #CDBACF;
}
.BgClassName
{
background-color: #CDBACF;
}
</style>
border-color css
<style>
span { border-color: #CDBACF; }
span { border-color: rgb(205,186,207); }
td.TdClassName
{
border-color: #CDBACF;
}
.TagClassName
{
border-color: #CDBACF;
}
</style>