Shades of Thistle #D8C7DC
Tints of Thistle #D8C7DC
RGB
CMYK
RGB Variations
Color information
#D8C7DC (or 0xD8C7DC) is known color: Thistle. HEX triplet: D8, C7 and DC. RGB value is (216,199,220). Sum of RGB (Red+Green+Blue) = 216+199+220=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C7DC is #273823. Grayscale: #CECECE. Windows color (decimal): -2570276 or 14469080. OLE color: 14469080.
HSL color Cylindrical-coordinate representation of color #D8C7DC: hue angle of 288.57º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8C7DC is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 199 | 220 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.14 |
| HSL | 288.57º | 0.23% | 0.82% | - |
| HSV(B) | 288.57º | 0.1% | 0.86% | - |
| XYZ | 61.66 | 60.61 | 76.16 | - |
| YUV | 206.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 199 | 220 | 0.02 | 0.10 | 0 | 0.14 | 288.57 | 0.23 | 0.82 |
| Hex | D8 | C7 | DC | 2 | A | 0 | E | 121 | 17 | 52 |
| Octal | 330 | 307 | 334 | 2 | 12 | 0 | 16 | 441 | 27 | 122 |
| Binary | 11011000 | 11000111 | 11011100 | 10 | 1010 | 0 | 1110 | 100100001 | 10111 | 1010010 |
Color Harmonies of #D8C7DC
Complementary color
Monochromatic Colors of #D8C7DC
Black with #D8C7DC
Text Example
Text Example
White with #D8C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C7DC; }
p { color: rgb(216,199,220); }
H1.HeaderClassName
{
color: #D8C7DC;
}
.AnyTagClassName
{
color: #D8C7DC;
}
</style>
background-color css
<style>
a { background-color: #D8C7DC; }
a { background-color: rgb(216,199,220); }
div.DivClassName
{
background-color: #D8C7DC;
}
.BgClassName
{
background-color: #D8C7DC;
}
</style>
border-color css
<style>
span { border-color: #D8C7DC; }
span { border-color: rgb(216,199,220); }
td.TdClassName
{
border-color: #D8C7DC;
}
.TagClassName
{
border-color: #D8C7DC;
}
</style>