Shades of Thistle #CDC6CD
Tints of Thistle #CDC6CD
RGB
CMYK
RGB Variations
Color information
#CDC6CD (or 0xCDC6CD) is known color: Thistle. HEX triplet: CD, C6 and CD. RGB value is (205,198,205). Sum of RGB (Red+Green+Blue) = 205+198+205=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6CD is #323932. Grayscale: #C8C8C8. Windows color (decimal): -3291443 or 13485773. OLE color: 13485773.
HSL color Cylindrical-coordinate representation of color #CDC6CD: hue angle of 300º 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 #CDC6CD is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 198 | 205 | - |
CMYK | 0 | 0.03 | 0 | 0.20 |
HSL | 300º | 0.07% | 0.79% | - |
HSV(B) | 300º | 0.03% | 0.8% | - |
XYZ | 56.39 | 57.78 | 65.94 | - |
YUV | 200.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 198 | 205 | 0 | 0.03 | 0 | 0.20 | 300 | 0.07 | 0.79 |
Hex | CD | C6 | CD | 0 | 3 | 0 | 14 | 12C | 7 | 4F |
Octal | 315 | 306 | 315 | 0 | 3 | 0 | 24 | 454 | 7 | 117 |
Binary | 11001101 | 11000110 | 11001101 | 0 | 11 | 0 | 10100 | 100101100 | 111 | 1001111 |
Color Harmonies of #CDC6CD
Complementary color
Monochromatic Colors of #CDC6CD
Black with #CDC6CD
Text Example
Text Example
White with #CDC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6CD; }
p { color: rgb(205,198,205); }
H1.HeaderClassName
{
color: #CDC6CD;
}
.AnyTagClassName
{
color: #CDC6CD;
}
</style>
background-color css
<style>
a { background-color: #CDC6CD; }
a { background-color: rgb(205,198,205); }
div.DivClassName
{
background-color: #CDC6CD;
}
.BgClassName
{
background-color: #CDC6CD;
}
</style>
border-color css
<style>
span { border-color: #CDC6CD; }
span { border-color: rgb(205,198,205); }
td.TdClassName
{
border-color: #CDC6CD;
}
.TagClassName
{
border-color: #CDC6CD;
}
</style>