Shades of Thistle #D9C8D7
Tints of Thistle #D9C8D7
RGB
CMYK
RGB Variations
Color information
#D9C8D7 (or 0xD9C8D7) is known color: Thistle. HEX triplet: D9, C8 and D7. RGB value is (217,200,215). Sum of RGB (Red+Green+Blue) = 217+200+215=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8D7 is #263728. Grayscale: #CECECE. Windows color (decimal): -2504489 or 14141657. OLE color: 14141657.
HSL color Cylindrical-coordinate representation of color #D9C8D7: hue angle of 307.06º degrees, saturation: 0.18, 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 #D9C8D7 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 200 | 215 | - |
CMYK | 0 | 0.08 | 0.01 | 0.15 |
HSL | 307.06º | 0.18% | 0.82% | - |
HSV(B) | 307.06º | 0.08% | 0.85% | - |
XYZ | 61.54 | 60.97 | 72.81 | - |
YUV | 206.79 | 132.63 | 135.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 200 | 215 | 0 | 0.08 | 0.01 | 0.15 | 307.06 | 0.18 | 0.82 |
Hex | D9 | C8 | D7 | 0 | 8 | 1 | F | 133 | 12 | 52 |
Octal | 331 | 310 | 327 | 0 | 10 | 1 | 17 | 463 | 22 | 122 |
Binary | 11011001 | 11001000 | 11010111 | 0 | 1000 | 1 | 1111 | 100110011 | 10010 | 1010010 |
Color Harmonies of #D9C8D7
Complementary color
Monochromatic Colors of #D9C8D7
Black with #D9C8D7
Text Example
Text Example
White with #D9C8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8D7; }
p { color: rgb(217,200,215); }
H1.HeaderClassName
{
color: #D9C8D7;
}
.AnyTagClassName
{
color: #D9C8D7;
}
</style>
background-color css
<style>
a { background-color: #D9C8D7; }
a { background-color: rgb(217,200,215); }
div.DivClassName
{
background-color: #D9C8D7;
}
.BgClassName
{
background-color: #D9C8D7;
}
</style>
border-color css
<style>
span { border-color: #D9C8D7; }
span { border-color: rgb(217,200,215); }
td.TdClassName
{
border-color: #D9C8D7;
}
.TagClassName
{
border-color: #D9C8D7;
}
</style>