Shades of Thistle #CDCCCD
Tints of Thistle #CDCCCD
RGB
CMYK
RGB Variations
Color information
#CDCCCD (or 0xCDCCCD) is known color: Thistle. HEX triplet: CD, CC and CD. RGB value is (205,204,205). Sum of RGB (Red+Green+Blue) = 205+204+205=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDCCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCCD is #323332. Grayscale: #CCCCCC. Windows color (decimal): -3289907 or 13487309. OLE color: 13487309.
HSL color Cylindrical-coordinate representation of color #CDCCCD: hue angle of 300º degrees, saturation: 0.01, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CDCCCD is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 204 | 205 | - |
CMYK | 0 | 0.00 | 0 | 0.20 |
HSL | 300º | 0.01% | 0.8% | - |
HSV(B) | 300º | 0% | 0.8% | - |
XYZ | 57.79 | 60.57 | 66.4 | - |
YUV | 204.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 204 | 205 | 0 | 0.00 | 0 | 0.20 | 300 | 0.01 | 0.8 |
Hex | CD | CC | CD | 0 | 0 | 0 | 14 | 12C | 1 | 50 |
Octal | 315 | 314 | 315 | 0 | 0 | 0 | 24 | 454 | 1 | 120 |
Binary | 11001101 | 11001100 | 11001101 | 0 | 0 | 0 | 10100 | 100101100 | 1 | 1010000 |
Color Harmonies of #CDCCCD
Complementary color
Monochromatic Colors of #CDCCCD
Black with #CDCCCD
Text Example
Text Example
White with #CDCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCCCD; }
p { color: rgb(205,204,205); }
H1.HeaderClassName
{
color: #CDCCCD;
}
.AnyTagClassName
{
color: #CDCCCD;
}
</style>
background-color css
<style>
a { background-color: #CDCCCD; }
a { background-color: rgb(205,204,205); }
div.DivClassName
{
background-color: #CDCCCD;
}
.BgClassName
{
background-color: #CDCCCD;
}
</style>
border-color css
<style>
span { border-color: #CDCCCD; }
span { border-color: rgb(205,204,205); }
td.TdClassName
{
border-color: #CDCCCD;
}
.TagClassName
{
border-color: #CDCCCD;
}
</style>