Shades of Thistle #CDC0CF
Tints of Thistle #CDC0CF
RGB
CMYK
RGB Variations
Color information
#CDC0CF (or 0xCDC0CF) is known color: Thistle. HEX triplet: CD, C0 and CF. RGB value is (205,192,207). Sum of RGB (Red+Green+Blue) = 205+192+207=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0CF is #323F30. Grayscale: #C5C5C5. Windows color (decimal): -3292977 or 13615309. OLE color: 13615309.
HSL color Cylindrical-coordinate representation of color #CDC0CF: hue angle of 292º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC0CF is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 192 | 207 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.19 |
| HSL | 292º | 0.14% | 0.78% | - |
| HSV(B) | 292º | 0.07% | 0.81% | - |
| XYZ | 55.29 | 55.18 | 66.77 | - |
| YUV | 197.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 207 | 0.01 | 0.07 | 0 | 0.19 | 292 | 0.14 | 0.78 |
| Hex | CD | C0 | CF | 1 | 7 | 0 | 13 | 124 | E | 4E |
| Octal | 315 | 300 | 317 | 1 | 7 | 0 | 23 | 444 | 16 | 116 |
| Binary | 11001101 | 11000000 | 11001111 | 1 | 111 | 0 | 10011 | 100100100 | 1110 | 1001110 |
Color Harmonies of #CDC0CF
Complementary color
Monochromatic Colors of #CDC0CF
Black with #CDC0CF
Text Example
Text Example
White with #CDC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC0CF; }
p { color: rgb(205,192,207); }
H1.HeaderClassName
{
color: #CDC0CF;
}
.AnyTagClassName
{
color: #CDC0CF;
}
</style>
background-color css
<style>
a { background-color: #CDC0CF; }
a { background-color: rgb(205,192,207); }
div.DivClassName
{
background-color: #CDC0CF;
}
.BgClassName
{
background-color: #CDC0CF;
}
</style>
border-color css
<style>
span { border-color: #CDC0CF; }
span { border-color: rgb(205,192,207); }
td.TdClassName
{
border-color: #CDC0CF;
}
.TagClassName
{
border-color: #CDC0CF;
}
</style>