Shades of Thistle #CDC2CE
Tints of Thistle #CDC2CE
RGB
CMYK
RGB Variations
Color information
#CDC2CE (or 0xCDC2CE) is known color: Thistle. HEX triplet: CD, C2 and CE. RGB value is (205,194,206). Sum of RGB (Red+Green+Blue) = 205+194+206=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC2CE is #323D31. Grayscale: #C6C6C6. Windows color (decimal): -3292466 or 13550285. OLE color: 13550285.
HSL color Cylindrical-coordinate representation of color #CDC2CE: hue angle of 295º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC2CE is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 194 | 206 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.19 |
| HSL | 295º | 0.11% | 0.78% | - |
| HSV(B) | 295º | 0.06% | 0.81% | - |
| XYZ | 55.61 | 56.02 | 66.27 | - |
| YUV | 198.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 206 | 0.00 | 0.06 | 0 | 0.19 | 295 | 0.11 | 0.78 |
| Hex | CD | C2 | CE | 0 | 6 | 0 | 13 | 127 | B | 4E |
| Octal | 315 | 302 | 316 | 0 | 6 | 0 | 23 | 447 | 13 | 116 |
| Binary | 11001101 | 11000010 | 11001110 | 0 | 110 | 0 | 10011 | 100100111 | 1011 | 1001110 |
Color Harmonies of #CDC2CE
Complementary color
Monochromatic Colors of #CDC2CE
Black with #CDC2CE
Text Example
Text Example
White with #CDC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2CE; }
p { color: rgb(205,194,206); }
H1.HeaderClassName
{
color: #CDC2CE;
}
.AnyTagClassName
{
color: #CDC2CE;
}
</style>
background-color css
<style>
a { background-color: #CDC2CE; }
a { background-color: rgb(205,194,206); }
div.DivClassName
{
background-color: #CDC2CE;
}
.BgClassName
{
background-color: #CDC2CE;
}
</style>
border-color css
<style>
span { border-color: #CDC2CE; }
span { border-color: rgb(205,194,206); }
td.TdClassName
{
border-color: #CDC2CE;
}
.TagClassName
{
border-color: #CDC2CE;
}
</style>