Shades of Thistle #D8C6DD
Tints of Thistle #D8C6DD
RGB
CMYK
RGB Variations
Color information
#D8C6DD (or 0xD8C6DD) is known color: Thistle. HEX triplet: D8, C6 and DD. RGB value is (216,198,221). Sum of RGB (Red+Green+Blue) = 216+198+221=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8C6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C6DD is #273922. Grayscale: #CDCDCD. Windows color (decimal): -2570531 or 14534360. OLE color: 14534360.
HSL color Cylindrical-coordinate representation of color #D8C6DD: hue angle of 286.96º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8C6DD is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 198 | 221 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.13 |
| HSL | 286.96º | 0.25% | 0.82% | - |
| HSV(B) | 286.96º | 0.1% | 0.87% | - |
| XYZ | 61.56 | 60.21 | 76.78 | - |
| YUV | 206 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 221 | 0.02 | 0.10 | 0 | 0.13 | 286.96 | 0.25 | 0.82 |
| Hex | D8 | C6 | DD | 2 | A | 0 | D | 11F | 19 | 52 |
| Octal | 330 | 306 | 335 | 2 | 12 | 0 | 15 | 437 | 31 | 122 |
| Binary | 11011000 | 11000110 | 11011101 | 10 | 1010 | 0 | 1101 | 100011111 | 11001 | 1010010 |
Color Harmonies of #D8C6DD
Complementary color
Monochromatic Colors of #D8C6DD
Black with #D8C6DD
Text Example
Text Example
White with #D8C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C6DD; }
p { color: rgb(216,198,221); }
H1.HeaderClassName
{
color: #D8C6DD;
}
.AnyTagClassName
{
color: #D8C6DD;
}
</style>
background-color css
<style>
a { background-color: #D8C6DD; }
a { background-color: rgb(216,198,221); }
div.DivClassName
{
background-color: #D8C6DD;
}
.BgClassName
{
background-color: #D8C6DD;
}
</style>
border-color css
<style>
span { border-color: #D8C6DD; }
span { border-color: rgb(216,198,221); }
td.TdClassName
{
border-color: #D8C6DD;
}
.TagClassName
{
border-color: #D8C6DD;
}
</style>