Shades of Thistle #CDC9CD
Tints of Thistle #CDC9CD
RGB
CMYK
RGB Variations
Color information
#CDC9CD (or 0xCDC9CD) is known color: Thistle. HEX triplet: CD, C9 and CD. RGB value is (205,201,205). Sum of RGB (Red+Green+Blue) = 205+201+205=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9CD is #323632. Grayscale: #CACACA. Windows color (decimal): -3290675 or 13486541. OLE color: 13486541.
HSL color Cylindrical-coordinate representation of color #CDC9CD: hue angle of 300º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDC9CD is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 201 | 205 | - |
CMYK | 0 | 0.02 | 0 | 0.20 |
HSL | 300º | 0.04% | 0.8% | - |
HSV(B) | 300º | 0.02% | 0.8% | - |
XYZ | 57.08 | 59.16 | 66.17 | - |
YUV | 202.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 201 | 205 | 0 | 0.02 | 0 | 0.20 | 300 | 0.04 | 0.8 |
Hex | CD | C9 | CD | 0 | 2 | 0 | 14 | 12C | 4 | 50 |
Octal | 315 | 311 | 315 | 0 | 2 | 0 | 24 | 454 | 4 | 120 |
Binary | 11001101 | 11001001 | 11001101 | 0 | 10 | 0 | 10100 | 100101100 | 100 | 1010000 |
Color Harmonies of #CDC9CD
Complementary color
Monochromatic Colors of #CDC9CD
Black with #CDC9CD
Text Example
Text Example
White with #CDC9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9CD; }
p { color: rgb(205,201,205); }
H1.HeaderClassName
{
color: #CDC9CD;
}
.AnyTagClassName
{
color: #CDC9CD;
}
</style>
background-color css
<style>
a { background-color: #CDC9CD; }
a { background-color: rgb(205,201,205); }
div.DivClassName
{
background-color: #CDC9CD;
}
.BgClassName
{
background-color: #CDC9CD;
}
</style>
border-color css
<style>
span { border-color: #CDC9CD; }
span { border-color: rgb(205,201,205); }
td.TdClassName
{
border-color: #CDC9CD;
}
.TagClassName
{
border-color: #CDC9CD;
}
</style>