Shades of Thistle #D6CCD5
Tints of Thistle #D6CCD5
RGB
CMYK
RGB Variations
Color information
#D6CCD5 (or 0xD6CCD5) is known color: Thistle. HEX triplet: D6, CC and D5. RGB value is (214,204,213). Sum of RGB (Red+Green+Blue) = 214+204+213=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCD5 is #29332A. Grayscale: #CFCFCF. Windows color (decimal): -2700075 or 14011606. OLE color: 14011606.
HSL color Cylindrical-coordinate representation of color #D6CCD5: hue angle of 306º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CCD5 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 213 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.16 |
| HSL | 306º | 0.11% | 0.82% | - |
| HSV(B) | 306º | 0.05% | 0.84% | - |
| XYZ | 61.33 | 62.29 | 71.74 | - |
| YUV | 208.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 213 | 0 | 0.05 | 0.00 | 0.16 | 306 | 0.11 | 0.82 |
| Hex | D6 | CC | D5 | 0 | 5 | 0 | 10 | 132 | B | 52 |
| Octal | 326 | 314 | 325 | 0 | 5 | 0 | 20 | 462 | 13 | 122 |
| Binary | 11010110 | 11001100 | 11010101 | 0 | 101 | 0 | 10000 | 100110010 | 1011 | 1010010 |
Color Harmonies of #D6CCD5
Complementary color
Monochromatic Colors of #D6CCD5
Black with #D6CCD5
Text Example
Text Example
White with #D6CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCD5; }
p { color: rgb(214,204,213); }
H1.HeaderClassName
{
color: #D6CCD5;
}
.AnyTagClassName
{
color: #D6CCD5;
}
</style>
background-color css
<style>
a { background-color: #D6CCD5; }
a { background-color: rgb(214,204,213); }
div.DivClassName
{
background-color: #D6CCD5;
}
.BgClassName
{
background-color: #D6CCD5;
}
</style>
border-color css
<style>
span { border-color: #D6CCD5; }
span { border-color: rgb(214,204,213); }
td.TdClassName
{
border-color: #D6CCD5;
}
.TagClassName
{
border-color: #D6CCD5;
}
</style>