Shades of Thistle #D3C7D5
Tints of Thistle #D3C7D5
RGB
CMYK
RGB Variations
Color information
#D3C7D5 (or 0xD3C7D5) is known color: Thistle. HEX triplet: D3, C7 and D5. RGB value is (211,199,213). Sum of RGB (Red+Green+Blue) = 211+199+213=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 213 - color contains mainly: blue. Hex color #D3C7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C7D5 is #2C382A. Grayscale: #CCCCCC. Windows color (decimal): -2897963 or 14010323. OLE color: 14010323.
HSL color Cylindrical-coordinate representation of color #D3C7D5: hue angle of 291.43º degrees, saturation: 0.14, 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 #D3C7D5 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 199 | 213 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.16 |
| HSL | 291.43º | 0.14% | 0.81% | - |
| HSV(B) | 291.43º | 0.07% | 0.84% | - |
| XYZ | 59.3 | 59.5 | 71.31 | - |
| YUV | 204.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 213 | 0.01 | 0.07 | 0 | 0.16 | 291.43 | 0.14 | 0.81 |
| Hex | D3 | C7 | D5 | 1 | 7 | 0 | 10 | 123 | E | 51 |
| Octal | 323 | 307 | 325 | 1 | 7 | 0 | 20 | 443 | 16 | 121 |
| Binary | 11010011 | 11000111 | 11010101 | 1 | 111 | 0 | 10000 | 100100011 | 1110 | 1010001 |
Color Harmonies of #D3C7D5
Complementary color
Monochromatic Colors of #D3C7D5
Black with #D3C7D5
Text Example
Text Example
White with #D3C7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C7D5; }
p { color: rgb(211,199,213); }
H1.HeaderClassName
{
color: #D3C7D5;
}
.AnyTagClassName
{
color: #D3C7D5;
}
</style>
background-color css
<style>
a { background-color: #D3C7D5; }
a { background-color: rgb(211,199,213); }
div.DivClassName
{
background-color: #D3C7D5;
}
.BgClassName
{
background-color: #D3C7D5;
}
</style>
border-color css
<style>
span { border-color: #D3C7D5; }
span { border-color: rgb(211,199,213); }
td.TdClassName
{
border-color: #D3C7D5;
}
.TagClassName
{
border-color: #D3C7D5;
}
</style>