Shades of Thistle #CDC4CE
Tints of Thistle #CDC4CE
RGB
CMYK
RGB Variations
Color information
#CDC4CE (or 0xCDC4CE) is known color: Thistle. HEX triplet: CD, C4 and CE. RGB value is (205,196,206). Sum of RGB (Red+Green+Blue) = 205+196+206=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4CE is #323B31. Grayscale: #C7C7C7. Windows color (decimal): -3291954 or 13550797. OLE color: 13550797.
HSL color Cylindrical-coordinate representation of color #CDC4CE: hue angle of 294º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDC4CE is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 196 | 206 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.19 |
| HSL | 294º | 0.09% | 0.79% | - |
| HSV(B) | 294º | 0.05% | 0.81% | - |
| XYZ | 56.06 | 56.92 | 66.42 | - |
| YUV | 199.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 206 | 0.00 | 0.05 | 0 | 0.19 | 294 | 0.09 | 0.79 |
| Hex | CD | C4 | CE | 0 | 5 | 0 | 13 | 126 | 9 | 4F |
| Octal | 315 | 304 | 316 | 0 | 5 | 0 | 23 | 446 | 11 | 117 |
| Binary | 11001101 | 11000100 | 11001110 | 0 | 101 | 0 | 10011 | 100100110 | 1001 | 1001111 |
Color Harmonies of #CDC4CE
Complementary color
Monochromatic Colors of #CDC4CE
Black with #CDC4CE
Text Example
Text Example
White with #CDC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4CE; }
p { color: rgb(205,196,206); }
H1.HeaderClassName
{
color: #CDC4CE;
}
.AnyTagClassName
{
color: #CDC4CE;
}
</style>
background-color css
<style>
a { background-color: #CDC4CE; }
a { background-color: rgb(205,196,206); }
div.DivClassName
{
background-color: #CDC4CE;
}
.BgClassName
{
background-color: #CDC4CE;
}
</style>
border-color css
<style>
span { border-color: #CDC4CE; }
span { border-color: rgb(205,196,206); }
td.TdClassName
{
border-color: #CDC4CE;
}
.TagClassName
{
border-color: #CDC4CE;
}
</style>