Shades of Thistle #CDC7CE
Tints of Thistle #CDC7CE
RGB
CMYK
RGB Variations
Color information
#CDC7CE (or 0xCDC7CE) is known color: Thistle. HEX triplet: CD, C7 and CE. RGB value is (205,199,206). Sum of RGB (Red+Green+Blue) = 205+199+206=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7CE is #323831. Grayscale: #C9C9C9. Windows color (decimal): -3291186 or 13551565. OLE color: 13551565.
HSL color Cylindrical-coordinate representation of color #CDC7CE: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDC7CE is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 199 | 206 | - |
| CMYK | 0.00 | 0.03 | 0 | 0.19 |
| HSL | 291.43º | 0.07% | 0.79% | - |
| HSV(B) | 291.43º | 0.03% | 0.81% | - |
| XYZ | 56.74 | 58.28 | 66.65 | - |
| YUV | 201.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 206 | 0.00 | 0.03 | 0 | 0.19 | 291.43 | 0.07 | 0.79 |
| Hex | CD | C7 | CE | 0 | 3 | 0 | 13 | 123 | 7 | 4F |
| Octal | 315 | 307 | 316 | 0 | 3 | 0 | 23 | 443 | 7 | 117 |
| Binary | 11001101 | 11000111 | 11001110 | 0 | 11 | 0 | 10011 | 100100011 | 111 | 1001111 |
Color Harmonies of #CDC7CE
Complementary color
Monochromatic Colors of #CDC7CE
Black with #CDC7CE
Text Example
Text Example
White with #CDC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7CE; }
p { color: rgb(205,199,206); }
H1.HeaderClassName
{
color: #CDC7CE;
}
.AnyTagClassName
{
color: #CDC7CE;
}
</style>
background-color css
<style>
a { background-color: #CDC7CE; }
a { background-color: rgb(205,199,206); }
div.DivClassName
{
background-color: #CDC7CE;
}
.BgClassName
{
background-color: #CDC7CE;
}
</style>
border-color css
<style>
span { border-color: #CDC7CE; }
span { border-color: rgb(205,199,206); }
td.TdClassName
{
border-color: #CDC7CE;
}
.TagClassName
{
border-color: #CDC7CE;
}
</style>