Shades of Thistle #D8C6DC
Tints of Thistle #D8C6DC
RGB
CMYK
RGB Variations
Color information
#D8C6DC (or 0xD8C6DC) is known color: Thistle. HEX triplet: D8, C6 and DC. RGB value is (216,198,220). Sum of RGB (Red+Green+Blue) = 216+198+220=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C6DC is #273923. Grayscale: #CDCDCD. Windows color (decimal): -2570532 or 14468824. OLE color: 14468824.
HSL color Cylindrical-coordinate representation of color #D8C6DC: hue angle of 289.09º degrees, saturation: 0.24, 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 #D8C6DC is Cyan = 0.02, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 198 | 220 | - |
| CMYK | 0.02 | 0.1 | 0 | 0.14 |
| HSL | 289.09º | 0.24% | 0.82% | - |
| HSV(B) | 289.09º | 0.1% | 0.86% | - |
| XYZ | 61.43 | 60.15 | 76.08 | - |
| YUV | 205.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 220 | 0.02 | 0.1 | 0 | 0.14 | 289.09 | 0.24 | 0.82 |
| Hex | D8 | C6 | DC | 2 | A | 0 | E | 121 | 18 | 52 |
| Octal | 330 | 306 | 334 | 2 | 12 | 0 | 16 | 441 | 30 | 122 |
| Binary | 11011000 | 11000110 | 11011100 | 10 | 1010 | 0 | 1110 | 100100001 | 11000 | 1010010 |
Color Harmonies of #D8C6DC
Complementary color
Monochromatic Colors of #D8C6DC
Black with #D8C6DC
Text Example
Text Example
White with #D8C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6DC; }
p { color: rgb(216,198,220); }
H1.HeaderClassName
{
color: #D8C6DC;
}
.AnyTagClassName
{
color: #D8C6DC;
}
</style>
background-color css
<style>
a { background-color: #D8C6DC; }
a { background-color: rgb(216,198,220); }
div.DivClassName
{
background-color: #D8C6DC;
}
.BgClassName
{
background-color: #D8C6DC;
}
</style>
border-color css
<style>
span { border-color: #D8C6DC; }
span { border-color: rgb(216,198,220); }
td.TdClassName
{
border-color: #D8C6DC;
}
.TagClassName
{
border-color: #D8C6DC;
}
</style>