Shades of Thistle #D6C1D3
Tints of Thistle #D6C1D3
RGB
CMYK
RGB Variations
Color information
#D6C1D3 (or 0xD6C1D3) is known color: Thistle. HEX triplet: D6, C1 and D3. RGB value is (214,193,211). Sum of RGB (Red+Green+Blue) = 214+193+211=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1D3 is #293E2C. Grayscale: #C9C9C9. Windows color (decimal): -2702893 or 13877718. OLE color: 13877718.
HSL color Cylindrical-coordinate representation of color #D6C1D3: hue angle of 308.57º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C1D3 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 211 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.16 |
| HSL | 308.57º | 0.2% | 0.8% | - |
| HSV(B) | 308.57º | 0.1% | 0.84% | - |
| XYZ | 58.56 | 57.14 | 69.57 | - |
| YUV | 201.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 211 | 0 | 0.10 | 0.01 | 0.16 | 308.57 | 0.2 | 0.8 |
| Hex | D6 | C1 | D3 | 0 | A | 1 | 10 | 135 | 14 | 50 |
| Octal | 326 | 301 | 323 | 0 | 12 | 1 | 20 | 465 | 24 | 120 |
| Binary | 11010110 | 11000001 | 11010011 | 0 | 1010 | 1 | 10000 | 100110101 | 10100 | 1010000 |
Color Harmonies of #D6C1D3
Complementary color
Monochromatic Colors of #D6C1D3
Black with #D6C1D3
Text Example
Text Example
White with #D6C1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C1D3; }
p { color: rgb(214,193,211); }
H1.HeaderClassName
{
color: #D6C1D3;
}
.AnyTagClassName
{
color: #D6C1D3;
}
</style>
background-color css
<style>
a { background-color: #D6C1D3; }
a { background-color: rgb(214,193,211); }
div.DivClassName
{
background-color: #D6C1D3;
}
.BgClassName
{
background-color: #D6C1D3;
}
</style>
border-color css
<style>
span { border-color: #D6C1D3; }
span { border-color: rgb(214,193,211); }
td.TdClassName
{
border-color: #D6C1D3;
}
.TagClassName
{
border-color: #D6C1D3;
}
</style>