Shades of Thistle #D8CFD9
Tints of Thistle #D8CFD9
RGB
CMYK
RGB Variations
Color information
#D8CFD9 (or 0xD8CFD9) is known color: Thistle. HEX triplet: D8, CF and D9. RGB value is (216,207,217). Sum of RGB (Red+Green+Blue) = 216+207+217=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 217 - color contains mainly: blue. Hex color #D8CFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFD9 is #273026. Grayscale: #D2D2D2. Windows color (decimal): -2568231 or 14274520. OLE color: 14274520.
HSL color Cylindrical-coordinate representation of color #D8CFD9: hue angle of 294º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8CFD9 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 217 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.15 |
| HSL | 294º | 0.12% | 0.83% | - |
| HSV(B) | 294º | 0.05% | 0.85% | - |
| XYZ | 63.16 | 64.23 | 74.72 | - |
| YUV | 210.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 217 | 0.00 | 0.05 | 0 | 0.15 | 294 | 0.12 | 0.83 |
| Hex | D8 | CF | D9 | 0 | 5 | 0 | F | 126 | C | 53 |
| Octal | 330 | 317 | 331 | 0 | 5 | 0 | 17 | 446 | 14 | 123 |
| Binary | 11011000 | 11001111 | 11011001 | 0 | 101 | 0 | 1111 | 100100110 | 1100 | 1010011 |
Color Harmonies of #D8CFD9
Complementary color
Monochromatic Colors of #D8CFD9
Black with #D8CFD9
Text Example
Text Example
White with #D8CFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFD9; }
p { color: rgb(216,207,217); }
H1.HeaderClassName
{
color: #D8CFD9;
}
.AnyTagClassName
{
color: #D8CFD9;
}
</style>
background-color css
<style>
a { background-color: #D8CFD9; }
a { background-color: rgb(216,207,217); }
div.DivClassName
{
background-color: #D8CFD9;
}
.BgClassName
{
background-color: #D8CFD9;
}
</style>
border-color css
<style>
span { border-color: #D8CFD9; }
span { border-color: rgb(216,207,217); }
td.TdClassName
{
border-color: #D8CFD9;
}
.TagClassName
{
border-color: #D8CFD9;
}
</style>