Shades of Thistle #D8D4D7
Tints of Thistle #D8D4D7
RGB
CMYK
RGB Variations
Color information
#D8D4D7 (or 0xD8D4D7) is known color: Thistle. HEX triplet: D8, D4 and D7. RGB value is (216,212,215). Sum of RGB (Red+Green+Blue) = 216+212+215=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4D7 is #272B28. Grayscale: #D5D5D5. Windows color (decimal): -2566953 or 14144728. OLE color: 14144728.
HSL color Cylindrical-coordinate representation of color #D8D4D7: hue angle of 315º degrees, saturation: 0.05, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D8D4D7 is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 212 | 215 | - |
CMYK | 0 | 0.02 | 0.00 | 0.15 |
HSL | 315º | 0.05% | 0.84% | - |
HSV(B) | 315º | 0.02% | 0.85% | - |
XYZ | 64.13 | 66.59 | 73.76 | - |
YUV | 213.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 212 | 215 | 0 | 0.02 | 0.00 | 0.15 | 315 | 0.05 | 0.84 |
Hex | D8 | D4 | D7 | 0 | 2 | 0 | F | 13B | 5 | 54 |
Octal | 330 | 324 | 327 | 0 | 2 | 0 | 17 | 473 | 5 | 124 |
Binary | 11011000 | 11010100 | 11010111 | 0 | 10 | 0 | 1111 | 100111011 | 101 | 1010100 |
Color Harmonies of #D8D4D7
Complementary color
Monochromatic Colors of #D8D4D7
Black with #D8D4D7
Text Example
Text Example
White with #D8D4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4D7; }
p { color: rgb(216,212,215); }
H1.HeaderClassName
{
color: #D8D4D7;
}
.AnyTagClassName
{
color: #D8D4D7;
}
</style>
background-color css
<style>
a { background-color: #D8D4D7; }
a { background-color: rgb(216,212,215); }
div.DivClassName
{
background-color: #D8D4D7;
}
.BgClassName
{
background-color: #D8D4D7;
}
</style>
border-color css
<style>
span { border-color: #D8D4D7; }
span { border-color: rgb(216,212,215); }
td.TdClassName
{
border-color: #D8D4D7;
}
.TagClassName
{
border-color: #D8D4D7;
}
</style>