Shades of Thistle #CDC6CC
Tints of Thistle #CDC6CC
RGB
CMYK
RGB Variations
Color information
#CDC6CC (or 0xCDC6CC) is known color: Thistle. HEX triplet: CD, C6 and CC. RGB value is (205,198,204). Sum of RGB (Red+Green+Blue) = 205+198+204=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6CC is #323933. Grayscale: #C8C8C8. Windows color (decimal): -3291444 or 13420237. OLE color: 13420237.
HSL color Cylindrical-coordinate representation of color #CDC6CC: hue angle of 308.57º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDC6CC is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 204 | - |
| CMYK | 0 | 0.03 | 0.00 | 0.20 |
| HSL | 308.57º | 0.07% | 0.79% | - |
| HSV(B) | 308.57º | 0.03% | 0.8% | - |
| XYZ | 56.27 | 57.73 | 65.3 | - |
| YUV | 200.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 204 | 0 | 0.03 | 0.00 | 0.20 | 308.57 | 0.07 | 0.79 |
| Hex | CD | C6 | CC | 0 | 3 | 0 | 14 | 135 | 7 | 4F |
| Octal | 315 | 306 | 314 | 0 | 3 | 0 | 24 | 465 | 7 | 117 |
| Binary | 11001101 | 11000110 | 11001100 | 0 | 11 | 0 | 10100 | 100110101 | 111 | 1001111 |
Color Harmonies of #CDC6CC
Complementary color
Monochromatic Colors of #CDC6CC
Black with #CDC6CC
Text Example
Text Example
White with #CDC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6CC; }
p { color: rgb(205,198,204); }
H1.HeaderClassName
{
color: #CDC6CC;
}
.AnyTagClassName
{
color: #CDC6CC;
}
</style>
background-color css
<style>
a { background-color: #CDC6CC; }
a { background-color: rgb(205,198,204); }
div.DivClassName
{
background-color: #CDC6CC;
}
.BgClassName
{
background-color: #CDC6CC;
}
</style>
border-color css
<style>
span { border-color: #CDC6CC; }
span { border-color: rgb(205,198,204); }
td.TdClassName
{
border-color: #CDC6CC;
}
.TagClassName
{
border-color: #CDC6CC;
}
</style>