Shades of Thistle #D1C0D0
Tints of Thistle #D1C0D0
RGB
CMYK
RGB Variations
Color information
#D1C0D0 (or 0xD1C0D0) is known color: Thistle. HEX triplet: D1, C0 and D0. RGB value is (209,192,208). Sum of RGB (Red+Green+Blue) = 209+192+208=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C0D0 is #2E3F2F. Grayscale: #C6C6C6. Windows color (decimal): -3030832 or 13680849. OLE color: 13680849.
HSL color Cylindrical-coordinate representation of color #D1C0D0: hue angle of 303.53º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1C0D0 is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 208 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.18 |
| HSL | 303.53º | 0.16% | 0.79% | - |
| HSV(B) | 303.53º | 0.08% | 0.82% | - |
| XYZ | 56.53 | 55.81 | 67.47 | - |
| YUV | 198.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 208 | 0 | 0.08 | 0.00 | 0.18 | 303.53 | 0.16 | 0.79 |
| Hex | D1 | C0 | D0 | 0 | 8 | 0 | 12 | 130 | 10 | 4F |
| Octal | 321 | 300 | 320 | 0 | 10 | 0 | 22 | 460 | 20 | 117 |
| Binary | 11010001 | 11000000 | 11010000 | 0 | 1000 | 0 | 10010 | 100110000 | 10000 | 1001111 |
Color Harmonies of #D1C0D0
Complementary color
Monochromatic Colors of #D1C0D0
Black with #D1C0D0
Text Example
Text Example
White with #D1C0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C0D0; }
p { color: rgb(209,192,208); }
H1.HeaderClassName
{
color: #D1C0D0;
}
.AnyTagClassName
{
color: #D1C0D0;
}
</style>
background-color css
<style>
a { background-color: #D1C0D0; }
a { background-color: rgb(209,192,208); }
div.DivClassName
{
background-color: #D1C0D0;
}
.BgClassName
{
background-color: #D1C0D0;
}
</style>
border-color css
<style>
span { border-color: #D1C0D0; }
span { border-color: rgb(209,192,208); }
td.TdClassName
{
border-color: #D1C0D0;
}
.TagClassName
{
border-color: #D1C0D0;
}
</style>