Shades of Thistle #D6C0DC
Tints of Thistle #D6C0DC
RGB
CMYK
RGB Variations
Color information
#D6C0DC (or 0xD6C0DC) is known color: Thistle. HEX triplet: D6, C0 and DC. RGB value is (214,192,220). Sum of RGB (Red+Green+Blue) = 214+192+220=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C0DC is #293F23. Grayscale: #C9C9C9. Windows color (decimal): -2703140 or 14467286. OLE color: 14467286.
HSL color Cylindrical-coordinate representation of color #D6C0DC: hue angle of 287.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6C0DC is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 192 | 220 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.14 |
| HSL | 287.14º | 0.29% | 0.81% | - |
| HSV(B) | 287.14º | 0.13% | 0.86% | - |
| XYZ | 59.5 | 57.16 | 75.61 | - |
| YUV | 201.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 220 | 0.03 | 0.13 | 0 | 0.14 | 287.14 | 0.29 | 0.81 |
| Hex | D6 | C0 | DC | 3 | D | 0 | E | 11F | 1D | 51 |
| Octal | 326 | 300 | 334 | 3 | 15 | 0 | 16 | 437 | 35 | 121 |
| Binary | 11010110 | 11000000 | 11011100 | 11 | 1101 | 0 | 1110 | 100011111 | 11101 | 1010001 |
Color Harmonies of #D6C0DC
Complementary color
Monochromatic Colors of #D6C0DC
Black with #D6C0DC
Text Example
Text Example
White with #D6C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0DC; }
p { color: rgb(214,192,220); }
H1.HeaderClassName
{
color: #D6C0DC;
}
.AnyTagClassName
{
color: #D6C0DC;
}
</style>
background-color css
<style>
a { background-color: #D6C0DC; }
a { background-color: rgb(214,192,220); }
div.DivClassName
{
background-color: #D6C0DC;
}
.BgClassName
{
background-color: #D6C0DC;
}
</style>
border-color css
<style>
span { border-color: #D6C0DC; }
span { border-color: rgb(214,192,220); }
td.TdClassName
{
border-color: #D6C0DC;
}
.TagClassName
{
border-color: #D6C0DC;
}
</style>