Shades of Thistle #D8C7D9
Tints of Thistle #D8C7D9
RGB
CMYK
RGB Variations
Color information
#D8C7D9 (or 0xD8C7D9) is known color: Thistle. HEX triplet: D8, C7 and D9. RGB value is (216,199,217). Sum of RGB (Red+Green+Blue) = 216+199+217=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 217 - color contains mainly: blue. Hex color #D8C7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C7D9 is #273826. Grayscale: #CECECE. Windows color (decimal): -2570279 or 14272472. OLE color: 14272472.
HSL color Cylindrical-coordinate representation of color #D8C7D9: hue angle of 296.67º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8C7D9 is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 199 | 217 | - |
CMYK | 0.00 | 0.08 | 0 | 0.15 |
HSL | 296.67º | 0.19% | 0.82% | - |
HSV(B) | 296.67º | 0.08% | 0.85% | - |
XYZ | 61.27 | 60.46 | 74.09 | - |
YUV | 206.14 | 134.13 | 135.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 199 | 217 | 0.00 | 0.08 | 0 | 0.15 | 296.67 | 0.19 | 0.82 |
Hex | D8 | C7 | D9 | 0 | 8 | 0 | F | 129 | 13 | 52 |
Octal | 330 | 307 | 331 | 0 | 10 | 0 | 17 | 451 | 23 | 122 |
Binary | 11011000 | 11000111 | 11011001 | 0 | 1000 | 0 | 1111 | 100101001 | 10011 | 1010010 |
Color Harmonies of #D8C7D9
Complementary color
Monochromatic Colors of #D8C7D9
Black with #D8C7D9
Text Example
Text Example
White with #D8C7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C7D9; }
p { color: rgb(216,199,217); }
H1.HeaderClassName
{
color: #D8C7D9;
}
.AnyTagClassName
{
color: #D8C7D9;
}
</style>
background-color css
<style>
a { background-color: #D8C7D9; }
a { background-color: rgb(216,199,217); }
div.DivClassName
{
background-color: #D8C7D9;
}
.BgClassName
{
background-color: #D8C7D9;
}
</style>
border-color css
<style>
span { border-color: #D8C7D9; }
span { border-color: rgb(216,199,217); }
td.TdClassName
{
border-color: #D8C7D9;
}
.TagClassName
{
border-color: #D8C7D9;
}
</style>