Shades of Thistle #D3C5D1
Tints of Thistle #D3C5D1
RGB
CMYK
RGB Variations
Color information
#D3C5D1 (or 0xD3C5D1) is known color: Thistle. HEX triplet: D3, C5 and D1. RGB value is (211,197,209). Sum of RGB (Red+Green+Blue) = 211+197+209=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C5D1 is #2C3A2E. Grayscale: #CACACA. Windows color (decimal): -2898479 or 13747667. OLE color: 13747667.
HSL color Cylindrical-coordinate representation of color #D3C5D1: hue angle of 308.57º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3C5D1 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 197 | 209 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.17 |
| HSL | 308.57º | 0.14% | 0.8% | - |
| HSV(B) | 308.57º | 0.07% | 0.83% | - |
| XYZ | 58.34 | 58.38 | 68.52 | - |
| YUV | 202.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 209 | 0 | 0.07 | 0.01 | 0.17 | 308.57 | 0.14 | 0.8 |
| Hex | D3 | C5 | D1 | 0 | 7 | 1 | 11 | 135 | E | 50 |
| Octal | 323 | 305 | 321 | 0 | 7 | 1 | 21 | 465 | 16 | 120 |
| Binary | 11010011 | 11000101 | 11010001 | 0 | 111 | 1 | 10001 | 100110101 | 1110 | 1010000 |
Color Harmonies of #D3C5D1
Complementary color
Monochromatic Colors of #D3C5D1
Black with #D3C5D1
Text Example
Text Example
White with #D3C5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C5D1; }
p { color: rgb(211,197,209); }
H1.HeaderClassName
{
color: #D3C5D1;
}
.AnyTagClassName
{
color: #D3C5D1;
}
</style>
background-color css
<style>
a { background-color: #D3C5D1; }
a { background-color: rgb(211,197,209); }
div.DivClassName
{
background-color: #D3C5D1;
}
.BgClassName
{
background-color: #D3C5D1;
}
</style>
border-color css
<style>
span { border-color: #D3C5D1; }
span { border-color: rgb(211,197,209); }
td.TdClassName
{
border-color: #D3C5D1;
}
.TagClassName
{
border-color: #D3C5D1;
}
</style>