Shades of Thistle #D9C1DD
Tints of Thistle #D9C1DD
RGB
CMYK
RGB Variations
Color information
#D9C1DD (or 0xD9C1DD) is known color: Thistle. HEX triplet: D9, C1 and DD. RGB value is (217,193,221). Sum of RGB (Red+Green+Blue) = 217+193+221=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9C1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1DD is #263E22. Grayscale: #CBCBCB. Windows color (decimal): -2506275 or 14533081. OLE color: 14533081.
HSL color Cylindrical-coordinate representation of color #D9C1DD: hue angle of 291.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9C1DD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 193 | 221 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.13 |
| HSL | 291.43º | 0.29% | 0.81% | - |
| HSV(B) | 291.43º | 0.13% | 0.87% | - |
| XYZ | 60.74 | 58.11 | 76.42 | - |
| YUV | 203.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 221 | 0.02 | 0.13 | 0 | 0.13 | 291.43 | 0.29 | 0.81 |
| Hex | D9 | C1 | DD | 2 | D | 0 | D | 123 | 1D | 51 |
| Octal | 331 | 301 | 335 | 2 | 15 | 0 | 15 | 443 | 35 | 121 |
| Binary | 11011001 | 11000001 | 11011101 | 10 | 1101 | 0 | 1101 | 100100011 | 11101 | 1010001 |
Color Harmonies of #D9C1DD
Complementary color
Monochromatic Colors of #D9C1DD
Black with #D9C1DD
Text Example
Text Example
White with #D9C1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C1DD; }
p { color: rgb(217,193,221); }
H1.HeaderClassName
{
color: #D9C1DD;
}
.AnyTagClassName
{
color: #D9C1DD;
}
</style>
background-color css
<style>
a { background-color: #D9C1DD; }
a { background-color: rgb(217,193,221); }
div.DivClassName
{
background-color: #D9C1DD;
}
.BgClassName
{
background-color: #D9C1DD;
}
</style>
border-color css
<style>
span { border-color: #D9C1DD; }
span { border-color: rgb(217,193,221); }
td.TdClassName
{
border-color: #D9C1DD;
}
.TagClassName
{
border-color: #D9C1DD;
}
</style>