Shades of Thistle #D5C1D9
Tints of Thistle #D5C1D9
RGB
CMYK
RGB Variations
Color information
#D5C1D9 (or 0xD5C1D9) is known color: Thistle. HEX triplet: D5, C1 and D9. RGB value is (213,193,217). Sum of RGB (Red+Green+Blue) = 213+193+217=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 217 - color contains mainly: blue. Hex color #D5C1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C1D9 is #2A3E26. Grayscale: #C9C9C9. Windows color (decimal): -2768423 or 14270933. OLE color: 14270933.
HSL color Cylindrical-coordinate representation of color #D5C1D9: hue angle of 290º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5C1D9 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 193 | 217 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.15 |
| HSL | 290º | 0.24% | 0.8% | - |
| HSV(B) | 290º | 0.11% | 0.85% | - |
| XYZ | 59.03 | 57.3 | 73.59 | - |
| YUV | 201.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 217 | 0.02 | 0.11 | 0 | 0.15 | 290 | 0.24 | 0.8 |
| Hex | D5 | C1 | D9 | 2 | B | 0 | F | 122 | 18 | 50 |
| Octal | 325 | 301 | 331 | 2 | 13 | 0 | 17 | 442 | 30 | 120 |
| Binary | 11010101 | 11000001 | 11011001 | 10 | 1011 | 0 | 1111 | 100100010 | 11000 | 1010000 |
Color Harmonies of #D5C1D9
Complementary color
Monochromatic Colors of #D5C1D9
Black with #D5C1D9
Text Example
Text Example
White with #D5C1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C1D9; }
p { color: rgb(213,193,217); }
H1.HeaderClassName
{
color: #D5C1D9;
}
.AnyTagClassName
{
color: #D5C1D9;
}
</style>
background-color css
<style>
a { background-color: #D5C1D9; }
a { background-color: rgb(213,193,217); }
div.DivClassName
{
background-color: #D5C1D9;
}
.BgClassName
{
background-color: #D5C1D9;
}
</style>
border-color css
<style>
span { border-color: #D5C1D9; }
span { border-color: rgb(213,193,217); }
td.TdClassName
{
border-color: #D5C1D9;
}
.TagClassName
{
border-color: #D5C1D9;
}
</style>