Shades of Thistle #CDC4CC
Tints of Thistle #CDC4CC
RGB
CMYK
RGB Variations
Color information
#CDC4CC (or 0xCDC4CC) is known color: Thistle. HEX triplet: CD, C4 and CC. RGB value is (205,196,204). Sum of RGB (Red+Green+Blue) = 205+196+204=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4CC is #323B33. Grayscale: #C7C7C7. Windows color (decimal): -3291956 or 13419725. OLE color: 13419725.
HSL color Cylindrical-coordinate representation of color #CDC4CC: hue angle of 306.67º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDC4CC is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 204 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.20 |
| HSL | 306.67º | 0.08% | 0.79% | - |
| HSV(B) | 306.67º | 0.04% | 0.8% | - |
| XYZ | 55.82 | 56.82 | 65.15 | - |
| YUV | 199.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 204 | 0 | 0.04 | 0.00 | 0.20 | 306.67 | 0.08 | 0.79 |
| Hex | CD | C4 | CC | 0 | 4 | 0 | 14 | 133 | 8 | 4F |
| Octal | 315 | 304 | 314 | 0 | 4 | 0 | 24 | 463 | 10 | 117 |
| Binary | 11001101 | 11000100 | 11001100 | 0 | 100 | 0 | 10100 | 100110011 | 1000 | 1001111 |
Color Harmonies of #CDC4CC
Complementary color
Monochromatic Colors of #CDC4CC
Black with #CDC4CC
Text Example
Text Example
White with #CDC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4CC; }
p { color: rgb(205,196,204); }
H1.HeaderClassName
{
color: #CDC4CC;
}
.AnyTagClassName
{
color: #CDC4CC;
}
</style>
background-color css
<style>
a { background-color: #CDC4CC; }
a { background-color: rgb(205,196,204); }
div.DivClassName
{
background-color: #CDC4CC;
}
.BgClassName
{
background-color: #CDC4CC;
}
</style>
border-color css
<style>
span { border-color: #CDC4CC; }
span { border-color: rgb(205,196,204); }
td.TdClassName
{
border-color: #CDC4CC;
}
.TagClassName
{
border-color: #CDC4CC;
}
</style>