Shades of Thistle #D2C7D3
Tints of Thistle #D2C7D3
RGB
CMYK
RGB Variations
Color information
#D2C7D3 (or 0xD2C7D3) is known color: Thistle. HEX triplet: D2, C7 and D3. RGB value is (210,199,211). Sum of RGB (Red+Green+Blue) = 210+199+211=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 211 - color contains mainly: blue. Hex color #D2C7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C7D3 is #2D382C. Grayscale: #CBCBCB. Windows color (decimal): -2963501 or 13879250. OLE color: 13879250.
HSL color Cylindrical-coordinate representation of color #D2C7D3: hue angle of 295º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2C7D3 is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 199 | 211 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.17 |
| HSL | 295º | 0.12% | 0.8% | - |
| HSV(B) | 295º | 0.06% | 0.83% | - |
| XYZ | 58.76 | 59.25 | 69.97 | - |
| YUV | 203.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 211 | 0.00 | 0.06 | 0 | 0.17 | 295 | 0.12 | 0.8 |
| Hex | D2 | C7 | D3 | 0 | 6 | 0 | 11 | 127 | C | 50 |
| Octal | 322 | 307 | 323 | 0 | 6 | 0 | 21 | 447 | 14 | 120 |
| Binary | 11010010 | 11000111 | 11010011 | 0 | 110 | 0 | 10001 | 100100111 | 1100 | 1010000 |
Color Harmonies of #D2C7D3
Complementary color
Monochromatic Colors of #D2C7D3
Black with #D2C7D3
Text Example
Text Example
White with #D2C7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C7D3; }
p { color: rgb(210,199,211); }
H1.HeaderClassName
{
color: #D2C7D3;
}
.AnyTagClassName
{
color: #D2C7D3;
}
</style>
background-color css
<style>
a { background-color: #D2C7D3; }
a { background-color: rgb(210,199,211); }
div.DivClassName
{
background-color: #D2C7D3;
}
.BgClassName
{
background-color: #D2C7D3;
}
</style>
border-color css
<style>
span { border-color: #D2C7D3; }
span { border-color: rgb(210,199,211); }
td.TdClassName
{
border-color: #D2C7D3;
}
.TagClassName
{
border-color: #D2C7D3;
}
</style>