Shades of Thistle #D4C7D7
Tints of Thistle #D4C7D7
RGB
CMYK
RGB Variations
Color information
#D4C7D7 (or 0xD4C7D7) is known color: Thistle. HEX triplet: D4, C7 and D7. RGB value is (212,199,215). Sum of RGB (Red+Green+Blue) = 212+199+215=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 215 - color contains mainly: blue. Hex color #D4C7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C7D7 is #2B3828. Grayscale: #CCCCCC. Windows color (decimal): -2832425 or 14141396. OLE color: 14141396.
HSL color Cylindrical-coordinate representation of color #D4C7D7: hue angle of 288.75º degrees, saturation: 0.17, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4C7D7 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 199 | 215 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.16 |
| HSL | 288.75º | 0.17% | 0.81% | - |
| HSV(B) | 288.75º | 0.07% | 0.84% | - |
| XYZ | 59.84 | 59.75 | 72.67 | - |
| YUV | 204.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 215 | 0.01 | 0.07 | 0 | 0.16 | 288.75 | 0.17 | 0.81 |
| Hex | D4 | C7 | D7 | 1 | 7 | 0 | 10 | 121 | 11 | 51 |
| Octal | 324 | 307 | 327 | 1 | 7 | 0 | 20 | 441 | 21 | 121 |
| Binary | 11010100 | 11000111 | 11010111 | 1 | 111 | 0 | 10000 | 100100001 | 10001 | 1010001 |
Color Harmonies of #D4C7D7
Complementary color
Monochromatic Colors of #D4C7D7
Black with #D4C7D7
Text Example
Text Example
White with #D4C7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C7D7; }
p { color: rgb(212,199,215); }
H1.HeaderClassName
{
color: #D4C7D7;
}
.AnyTagClassName
{
color: #D4C7D7;
}
</style>
background-color css
<style>
a { background-color: #D4C7D7; }
a { background-color: rgb(212,199,215); }
div.DivClassName
{
background-color: #D4C7D7;
}
.BgClassName
{
background-color: #D4C7D7;
}
</style>
border-color css
<style>
span { border-color: #D4C7D7; }
span { border-color: rgb(212,199,215); }
td.TdClassName
{
border-color: #D4C7D7;
}
.TagClassName
{
border-color: #D4C7D7;
}
</style>