Shades of Thistle #D6C6D8
Tints of Thistle #D6C6D8
RGB
CMYK
RGB Variations
Color information
#D6C6D8 (or 0xD6C6D8) is known color: Thistle. HEX triplet: D6, C6 and D8. RGB value is (214,198,216). Sum of RGB (Red+Green+Blue) = 214+198+216=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6C6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6D8 is #293927. Grayscale: #CCCCCC. Windows color (decimal): -2701608 or 14206678. OLE color: 14206678.
HSL color Cylindrical-coordinate representation of color #D6C6D8: hue angle of 293.33º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6C6D8 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 198 | 216 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.15 |
| HSL | 293.33º | 0.19% | 0.81% | - |
| HSV(B) | 293.33º | 0.08% | 0.85% | - |
| XYZ | 60.32 | 59.64 | 73.3 | - |
| YUV | 204.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 216 | 0.01 | 0.08 | 0 | 0.15 | 293.33 | 0.19 | 0.81 |
| Hex | D6 | C6 | D8 | 1 | 8 | 0 | F | 125 | 13 | 51 |
| Octal | 326 | 306 | 330 | 1 | 10 | 0 | 17 | 445 | 23 | 121 |
| Binary | 11010110 | 11000110 | 11011000 | 1 | 1000 | 0 | 1111 | 100100101 | 10011 | 1010001 |
Color Harmonies of #D6C6D8
Complementary color
Monochromatic Colors of #D6C6D8
Black with #D6C6D8
Text Example
Text Example
White with #D6C6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C6D8; }
p { color: rgb(214,198,216); }
H1.HeaderClassName
{
color: #D6C6D8;
}
.AnyTagClassName
{
color: #D6C6D8;
}
</style>
background-color css
<style>
a { background-color: #D6C6D8; }
a { background-color: rgb(214,198,216); }
div.DivClassName
{
background-color: #D6C6D8;
}
.BgClassName
{
background-color: #D6C6D8;
}
</style>
border-color css
<style>
span { border-color: #D6C6D8; }
span { border-color: rgb(214,198,216); }
td.TdClassName
{
border-color: #D6C6D8;
}
.TagClassName
{
border-color: #D6C6D8;
}
</style>