Shades of Thistle #CDC8CE
Tints of Thistle #CDC8CE
RGB
CMYK
RGB Variations
Color information
#CDC8CE (or 0xCDC8CE) is known color: Thistle. HEX triplet: CD, C8 and CE. RGB value is (205,200,206). Sum of RGB (Red+Green+Blue) = 205+200+206=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8CE is #323731. Grayscale: #CACACA. Windows color (decimal): -3290930 or 13551821. OLE color: 13551821.
HSL color Cylindrical-coordinate representation of color #CDC8CE: hue angle of 290º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDC8CE is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 200 | 206 | - |
| CMYK | 0.00 | 0.03 | 0 | 0.19 |
| HSL | 290º | 0.06% | 0.8% | - |
| HSV(B) | 290º | 0.03% | 0.81% | - |
| XYZ | 56.97 | 58.74 | 66.73 | - |
| YUV | 202.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 206 | 0.00 | 0.03 | 0 | 0.19 | 290 | 0.06 | 0.8 |
| Hex | CD | C8 | CE | 0 | 3 | 0 | 13 | 122 | 6 | 50 |
| Octal | 315 | 310 | 316 | 0 | 3 | 0 | 23 | 442 | 6 | 120 |
| Binary | 11001101 | 11001000 | 11001110 | 0 | 11 | 0 | 10011 | 100100010 | 110 | 1010000 |
Color Harmonies of #CDC8CE
Complementary color
Monochromatic Colors of #CDC8CE
Black with #CDC8CE
Text Example
Text Example
White with #CDC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8CE; }
p { color: rgb(205,200,206); }
H1.HeaderClassName
{
color: #CDC8CE;
}
.AnyTagClassName
{
color: #CDC8CE;
}
</style>
background-color css
<style>
a { background-color: #CDC8CE; }
a { background-color: rgb(205,200,206); }
div.DivClassName
{
background-color: #CDC8CE;
}
.BgClassName
{
background-color: #CDC8CE;
}
</style>
border-color css
<style>
span { border-color: #CDC8CE; }
span { border-color: rgb(205,200,206); }
td.TdClassName
{
border-color: #CDC8CE;
}
.TagClassName
{
border-color: #CDC8CE;
}
</style>