Shades of Thistle #D8C8DC
Tints of Thistle #D8C8DC
RGB
CMYK
RGB Variations
Color information
#D8C8DC (or 0xD8C8DC) is known color: Thistle. HEX triplet: D8, C8 and DC. RGB value is (216,200,220). Sum of RGB (Red+Green+Blue) = 216+200+220=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8DC is #273723. Grayscale: #CFCFCF. Windows color (decimal): -2570020 or 14469336. OLE color: 14469336.
HSL color Cylindrical-coordinate representation of color #D8C8DC: hue angle of 288º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8C8DC is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 200 | 220 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.14 |
| HSL | 288º | 0.22% | 0.82% | - |
| HSV(B) | 288º | 0.09% | 0.86% | - |
| XYZ | 61.89 | 61.07 | 76.24 | - |
| YUV | 207.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 220 | 0.02 | 0.09 | 0 | 0.14 | 288 | 0.22 | 0.82 |
| Hex | D8 | C8 | DC | 2 | 9 | 0 | E | 120 | 16 | 52 |
| Octal | 330 | 310 | 334 | 2 | 11 | 0 | 16 | 440 | 26 | 122 |
| Binary | 11011000 | 11001000 | 11011100 | 10 | 1001 | 0 | 1110 | 100100000 | 10110 | 1010010 |
Color Harmonies of #D8C8DC
Complementary color
Monochromatic Colors of #D8C8DC
Black with #D8C8DC
Text Example
Text Example
White with #D8C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C8DC; }
p { color: rgb(216,200,220); }
H1.HeaderClassName
{
color: #D8C8DC;
}
.AnyTagClassName
{
color: #D8C8DC;
}
</style>
background-color css
<style>
a { background-color: #D8C8DC; }
a { background-color: rgb(216,200,220); }
div.DivClassName
{
background-color: #D8C8DC;
}
.BgClassName
{
background-color: #D8C8DC;
}
</style>
border-color css
<style>
span { border-color: #D8C8DC; }
span { border-color: rgb(216,200,220); }
td.TdClassName
{
border-color: #D8C8DC;
}
.TagClassName
{
border-color: #D8C8DC;
}
</style>