Shades of Thistle #D5C5D7
Tints of Thistle #D5C5D7
RGB
CMYK
RGB Variations
Color information
#D5C5D7 (or 0xD5C5D7) is known color: Thistle. HEX triplet: D5, C5 and D7. RGB value is (213,197,215). Sum of RGB (Red+Green+Blue) = 213+197+215=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 215 - color contains mainly: blue. Hex color #D5C5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C5D7 is #2A3A28. Grayscale: #CBCBCB. Windows color (decimal): -2767401 or 14140885. OLE color: 14140885.
HSL color Cylindrical-coordinate representation of color #D5C5D7: hue angle of 293.33º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5C5D7 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 215 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.16 |
| HSL | 293.33º | 0.18% | 0.81% | - |
| HSV(B) | 293.33º | 0.08% | 0.84% | - |
| XYZ | 59.67 | 58.98 | 72.53 | - |
| YUV | 203.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 215 | 0.01 | 0.08 | 0 | 0.16 | 293.33 | 0.18 | 0.81 |
| Hex | D5 | C5 | D7 | 1 | 8 | 0 | 10 | 125 | 12 | 51 |
| Octal | 325 | 305 | 327 | 1 | 10 | 0 | 20 | 445 | 22 | 121 |
| Binary | 11010101 | 11000101 | 11010111 | 1 | 1000 | 0 | 10000 | 100100101 | 10010 | 1010001 |
Color Harmonies of #D5C5D7
Complementary color
Monochromatic Colors of #D5C5D7
Black with #D5C5D7
Text Example
Text Example
White with #D5C5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C5D7; }
p { color: rgb(213,197,215); }
H1.HeaderClassName
{
color: #D5C5D7;
}
.AnyTagClassName
{
color: #D5C5D7;
}
</style>
background-color css
<style>
a { background-color: #D5C5D7; }
a { background-color: rgb(213,197,215); }
div.DivClassName
{
background-color: #D5C5D7;
}
.BgClassName
{
background-color: #D5C5D7;
}
</style>
border-color css
<style>
span { border-color: #D5C5D7; }
span { border-color: rgb(213,197,215); }
td.TdClassName
{
border-color: #D5C5D7;
}
.TagClassName
{
border-color: #D5C5D7;
}
</style>