Shades of Thistle #D2C8D0
Tints of Thistle #D2C8D0
RGB
CMYK
RGB Variations
Color information
#D2C8D0 (or 0xD2C8D0) is known color: Thistle. HEX triplet: D2, C8 and D0. RGB value is (210,200,208). Sum of RGB (Red+Green+Blue) = 210+200+208=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C8D0 is #2D372F. Grayscale: #CBCBCB. Windows color (decimal): -2963248 or 13682898. OLE color: 13682898.
HSL color Cylindrical-coordinate representation of color #D2C8D0: hue angle of 312º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2C8D0 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 208 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.18 |
| HSL | 312º | 0.1% | 0.8% | - |
| HSV(B) | 312º | 0.05% | 0.82% | - |
| XYZ | 58.62 | 59.56 | 68.08 | - |
| YUV | 203.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 208 | 0 | 0.05 | 0.01 | 0.18 | 312 | 0.1 | 0.8 |
| Hex | D2 | C8 | D0 | 0 | 5 | 1 | 12 | 138 | A | 50 |
| Octal | 322 | 310 | 320 | 0 | 5 | 1 | 22 | 470 | 12 | 120 |
| Binary | 11010010 | 11001000 | 11010000 | 0 | 101 | 1 | 10010 | 100111000 | 1010 | 1010000 |
Color Harmonies of #D2C8D0
Complementary color
Monochromatic Colors of #D2C8D0
Black with #D2C8D0
Text Example
Text Example
White with #D2C8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C8D0; }
p { color: rgb(210,200,208); }
H1.HeaderClassName
{
color: #D2C8D0;
}
.AnyTagClassName
{
color: #D2C8D0;
}
</style>
background-color css
<style>
a { background-color: #D2C8D0; }
a { background-color: rgb(210,200,208); }
div.DivClassName
{
background-color: #D2C8D0;
}
.BgClassName
{
background-color: #D2C8D0;
}
</style>
border-color css
<style>
span { border-color: #D2C8D0; }
span { border-color: rgb(210,200,208); }
td.TdClassName
{
border-color: #D2C8D0;
}
.TagClassName
{
border-color: #D2C8D0;
}
</style>