Shades of Thistle #D6C3D8
Tints of Thistle #D6C3D8
RGB
CMYK
RGB Variations
Color information
#D6C3D8 (or 0xD6C3D8) is known color: Thistle. HEX triplet: D6, C3 and D8. RGB value is (214,195,216). Sum of RGB (Red+Green+Blue) = 214+195+216=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6C3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3D8 is #293C27. Grayscale: #CBCBCB. Windows color (decimal): -2702376 or 14205910. OLE color: 14205910.
HSL color Cylindrical-coordinate representation of color #D6C3D8: hue angle of 294.29º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C3D8 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 195 | 216 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.15 |
| HSL | 294.29º | 0.21% | 0.81% | - |
| HSV(B) | 294.29º | 0.1% | 0.85% | - |
| XYZ | 59.64 | 58.28 | 73.07 | - |
| YUV | 203.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 216 | 0.01 | 0.10 | 0 | 0.15 | 294.29 | 0.21 | 0.81 |
| Hex | D6 | C3 | D8 | 1 | A | 0 | F | 126 | 15 | 51 |
| Octal | 326 | 303 | 330 | 1 | 12 | 0 | 17 | 446 | 25 | 121 |
| Binary | 11010110 | 11000011 | 11011000 | 1 | 1010 | 0 | 1111 | 100100110 | 10101 | 1010001 |
Color Harmonies of #D6C3D8
Complementary color
Monochromatic Colors of #D6C3D8
Black with #D6C3D8
Text Example
Text Example
White with #D6C3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C3D8; }
p { color: rgb(214,195,216); }
H1.HeaderClassName
{
color: #D6C3D8;
}
.AnyTagClassName
{
color: #D6C3D8;
}
</style>
background-color css
<style>
a { background-color: #D6C3D8; }
a { background-color: rgb(214,195,216); }
div.DivClassName
{
background-color: #D6C3D8;
}
.BgClassName
{
background-color: #D6C3D8;
}
</style>
border-color css
<style>
span { border-color: #D6C3D8; }
span { border-color: rgb(214,195,216); }
td.TdClassName
{
border-color: #D6C3D8;
}
.TagClassName
{
border-color: #D6C3D8;
}
</style>