Shades of Thistle #D6C7D3
Tints of Thistle #D6C7D3
RGB
CMYK
RGB Variations
Color information
#D6C7D3 (or 0xD6C7D3) is known color: Thistle. HEX triplet: D6, C7 and D3. RGB value is (214,199,211). Sum of RGB (Red+Green+Blue) = 214+199+211=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7D3 is #29382C. Grayscale: #CCCCCC. Windows color (decimal): -2701357 or 13879254. OLE color: 13879254.
HSL color Cylindrical-coordinate representation of color #D6C7D3: hue angle of 312º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6C7D3 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 211 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.16 |
| HSL | 312º | 0.15% | 0.81% | - |
| HSV(B) | 312º | 0.07% | 0.84% | - |
| XYZ | 59.91 | 59.85 | 70.02 | - |
| YUV | 204.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 211 | 0 | 0.07 | 0.01 | 0.16 | 312 | 0.15 | 0.81 |
| Hex | D6 | C7 | D3 | 0 | 7 | 1 | 10 | 138 | F | 51 |
| Octal | 326 | 307 | 323 | 0 | 7 | 1 | 20 | 470 | 17 | 121 |
| Binary | 11010110 | 11000111 | 11010011 | 0 | 111 | 1 | 10000 | 100111000 | 1111 | 1010001 |
Color Harmonies of #D6C7D3
Complementary color
Monochromatic Colors of #D6C7D3
Black with #D6C7D3
Text Example
Text Example
White with #D6C7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C7D3; }
p { color: rgb(214,199,211); }
H1.HeaderClassName
{
color: #D6C7D3;
}
.AnyTagClassName
{
color: #D6C7D3;
}
</style>
background-color css
<style>
a { background-color: #D6C7D3; }
a { background-color: rgb(214,199,211); }
div.DivClassName
{
background-color: #D6C7D3;
}
.BgClassName
{
background-color: #D6C7D3;
}
</style>
border-color css
<style>
span { border-color: #D6C7D3; }
span { border-color: rgb(214,199,211); }
td.TdClassName
{
border-color: #D6C7D3;
}
.TagClassName
{
border-color: #D6C7D3;
}
</style>