Shades of Thistle #D6C7D9
Tints of Thistle #D6C7D9
RGB
CMYK
RGB Variations
Color information
#D6C7D9 (or 0xD6C7D9) is known color: Thistle. HEX triplet: D6, C7 and D9. RGB value is (214,199,217). Sum of RGB (Red+Green+Blue) = 214+199+217=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 217 - color contains mainly: blue. Hex color #D6C7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7D9 is #293826. Grayscale: #CDCDCD. Windows color (decimal): -2701351 or 14272470. OLE color: 14272470.
HSL color Cylindrical-coordinate representation of color #D6C7D9: hue angle of 290º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6C7D9 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 199 | 217 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.15 |
| HSL | 290º | 0.19% | 0.82% | - |
| HSV(B) | 290º | 0.08% | 0.85% | - |
| XYZ | 60.68 | 60.15 | 74.06 | - |
| YUV | 205.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 217 | 0.01 | 0.08 | 0 | 0.15 | 290 | 0.19 | 0.82 |
| Hex | D6 | C7 | D9 | 1 | 8 | 0 | F | 122 | 13 | 52 |
| Octal | 326 | 307 | 331 | 1 | 10 | 0 | 17 | 442 | 23 | 122 |
| Binary | 11010110 | 11000111 | 11011001 | 1 | 1000 | 0 | 1111 | 100100010 | 10011 | 1010010 |
Color Harmonies of #D6C7D9
Complementary color
Monochromatic Colors of #D6C7D9
Black with #D6C7D9
Text Example
Text Example
White with #D6C7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7D9; }
p { color: rgb(214,199,217); }
H1.HeaderClassName
{
color: #D6C7D9;
}
.AnyTagClassName
{
color: #D6C7D9;
}
</style>
background-color css
<style>
a { background-color: #D6C7D9; }
a { background-color: rgb(214,199,217); }
div.DivClassName
{
background-color: #D6C7D9;
}
.BgClassName
{
background-color: #D6C7D9;
}
</style>
border-color css
<style>
span { border-color: #D6C7D9; }
span { border-color: rgb(214,199,217); }
td.TdClassName
{
border-color: #D6C7D9;
}
.TagClassName
{
border-color: #D6C7D9;
}
</style>