Shades of Thistle #D5C7D9
Tints of Thistle #D5C7D9
RGB
CMYK
RGB Variations
Color information
#D5C7D9 (or 0xD5C7D9) is known color: Thistle. HEX triplet: D5, C7 and D9. RGB value is (213,199,217). Sum of RGB (Red+Green+Blue) = 213+199+217=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 217 - color contains mainly: blue. Hex color #D5C7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C7D9 is #2A3826. Grayscale: #CDCDCD. Windows color (decimal): -2766887 or 14272469. OLE color: 14272469.
HSL color Cylindrical-coordinate representation of color #D5C7D9: hue angle of 286.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 #D5C7D9 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 199 | 217 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.15 |
| HSL | 286.67º | 0.19% | 0.82% | - |
| HSV(B) | 286.67º | 0.08% | 0.85% | - |
| XYZ | 60.39 | 60 | 74.04 | - |
| YUV | 205.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 199 | 217 | 0.02 | 0.08 | 0 | 0.15 | 286.67 | 0.19 | 0.82 |
| Hex | D5 | C7 | D9 | 2 | 8 | 0 | F | 11F | 13 | 52 |
| Octal | 325 | 307 | 331 | 2 | 10 | 0 | 17 | 437 | 23 | 122 |
| Binary | 11010101 | 11000111 | 11011001 | 10 | 1000 | 0 | 1111 | 100011111 | 10011 | 1010010 |
Color Harmonies of #D5C7D9
Complementary color
Monochromatic Colors of #D5C7D9
Black with #D5C7D9
Text Example
Text Example
White with #D5C7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C7D9; }
p { color: rgb(213,199,217); }
H1.HeaderClassName
{
color: #D5C7D9;
}
.AnyTagClassName
{
color: #D5C7D9;
}
</style>
background-color css
<style>
a { background-color: #D5C7D9; }
a { background-color: rgb(213,199,217); }
div.DivClassName
{
background-color: #D5C7D9;
}
.BgClassName
{
background-color: #D5C7D9;
}
</style>
border-color css
<style>
span { border-color: #D5C7D9; }
span { border-color: rgb(213,199,217); }
td.TdClassName
{
border-color: #D5C7D9;
}
.TagClassName
{
border-color: #D5C7D9;
}
</style>