Shades of Thistle #CDC3CD
Tints of Thistle #CDC3CD
RGB
CMYK
RGB Variations
Color information
#CDC3CD (or 0xCDC3CD) is known color: Thistle. HEX triplet: CD, C3 and CD. RGB value is (205,195,205). Sum of RGB (Red+Green+Blue) = 205+195+205=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDC3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3CD is #323C32. Grayscale: #C7C7C7. Windows color (decimal): -3292211 or 13485005. OLE color: 13485005.
HSL color Cylindrical-coordinate representation of color #CDC3CD: hue angle of 300º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDC3CD is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 195 | 205 | - |
CMYK | 0 | 0.05 | 0 | 0.20 |
HSL | 300º | 0.09% | 0.78% | - |
HSV(B) | 300º | 0.05% | 0.8% | - |
XYZ | 55.71 | 56.42 | 65.71 | - |
YUV | 199.13 | 131.31 | 132.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 195 | 205 | 0 | 0.05 | 0 | 0.20 | 300 | 0.09 | 0.78 |
Hex | CD | C3 | CD | 0 | 5 | 0 | 14 | 12C | 9 | 4E |
Octal | 315 | 303 | 315 | 0 | 5 | 0 | 24 | 454 | 11 | 116 |
Binary | 11001101 | 11000011 | 11001101 | 0 | 101 | 0 | 10100 | 100101100 | 1001 | 1001110 |
Color Harmonies of #CDC3CD
Complementary color
Monochromatic Colors of #CDC3CD
Black with #CDC3CD
Text Example
Text Example
White with #CDC3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC3CD; }
p { color: rgb(205,195,205); }
H1.HeaderClassName
{
color: #CDC3CD;
}
.AnyTagClassName
{
color: #CDC3CD;
}
</style>
background-color css
<style>
a { background-color: #CDC3CD; }
a { background-color: rgb(205,195,205); }
div.DivClassName
{
background-color: #CDC3CD;
}
.BgClassName
{
background-color: #CDC3CD;
}
</style>
border-color css
<style>
span { border-color: #CDC3CD; }
span { border-color: rgb(205,195,205); }
td.TdClassName
{
border-color: #CDC3CD;
}
.TagClassName
{
border-color: #CDC3CD;
}
</style>