Shades of Thistle #D8C5DD
Tints of Thistle #D8C5DD
RGB
CMYK
RGB Variations
Color information
#D8C5DD (or 0xD8C5DD) is known color: Thistle. HEX triplet: D8, C5 and DD. RGB value is (216,197,221). Sum of RGB (Red+Green+Blue) = 216+197+221=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8C5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C5DD is #273A22. Grayscale: #CDCDCD. Windows color (decimal): -2570787 or 14534104. OLE color: 14534104.
HSL color Cylindrical-coordinate representation of color #D8C5DD: hue angle of 287.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8C5DD is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 197 | 221 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.13 |
| HSL | 287.5º | 0.26% | 0.82% | - |
| HSV(B) | 287.5º | 0.11% | 0.87% | - |
| XYZ | 61.34 | 59.75 | 76.71 | - |
| YUV | 205.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 221 | 0.02 | 0.11 | 0 | 0.13 | 287.5 | 0.26 | 0.82 |
| Hex | D8 | C5 | DD | 2 | B | 0 | D | 120 | 1A | 52 |
| Octal | 330 | 305 | 335 | 2 | 13 | 0 | 15 | 440 | 32 | 122 |
| Binary | 11011000 | 11000101 | 11011101 | 10 | 1011 | 0 | 1101 | 100100000 | 11010 | 1010010 |
Color Harmonies of #D8C5DD
Complementary color
Monochromatic Colors of #D8C5DD
Black with #D8C5DD
Text Example
Text Example
White with #D8C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C5DD; }
p { color: rgb(216,197,221); }
H1.HeaderClassName
{
color: #D8C5DD;
}
.AnyTagClassName
{
color: #D8C5DD;
}
</style>
background-color css
<style>
a { background-color: #D8C5DD; }
a { background-color: rgb(216,197,221); }
div.DivClassName
{
background-color: #D8C5DD;
}
.BgClassName
{
background-color: #D8C5DD;
}
</style>
border-color css
<style>
span { border-color: #D8C5DD; }
span { border-color: rgb(216,197,221); }
td.TdClassName
{
border-color: #D8C5DD;
}
.TagClassName
{
border-color: #D8C5DD;
}
</style>