Shades of Thistle #D6C5DB
Tints of Thistle #D6C5DB
RGB
CMYK
RGB Variations
Color information
#D6C5DB (or 0xD6C5DB) is known color: Thistle. HEX triplet: D6, C5 and DB. RGB value is (214,197,219). Sum of RGB (Red+Green+Blue) = 214+197+219=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5DB is #293A24. Grayscale: #CCCCCC. Windows color (decimal): -2701861 or 14403030. OLE color: 14403030.
HSL color Cylindrical-coordinate representation of color #D6C5DB: hue angle of 286.36º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C5DB is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 197 | 219 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.14 |
| HSL | 286.36º | 0.23% | 0.82% | - |
| HSV(B) | 286.36º | 0.1% | 0.86% | - |
| XYZ | 60.48 | 59.34 | 75.28 | - |
| YUV | 204.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 219 | 0.02 | 0.10 | 0 | 0.14 | 286.36 | 0.23 | 0.82 |
| Hex | D6 | C5 | DB | 2 | A | 0 | E | 11E | 17 | 52 |
| Octal | 326 | 305 | 333 | 2 | 12 | 0 | 16 | 436 | 27 | 122 |
| Binary | 11010110 | 11000101 | 11011011 | 10 | 1010 | 0 | 1110 | 100011110 | 10111 | 1010010 |
Color Harmonies of #D6C5DB
Complementary color
Monochromatic Colors of #D6C5DB
Black with #D6C5DB
Text Example
Text Example
White with #D6C5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C5DB; }
p { color: rgb(214,197,219); }
H1.HeaderClassName
{
color: #D6C5DB;
}
.AnyTagClassName
{
color: #D6C5DB;
}
</style>
background-color css
<style>
a { background-color: #D6C5DB; }
a { background-color: rgb(214,197,219); }
div.DivClassName
{
background-color: #D6C5DB;
}
.BgClassName
{
background-color: #D6C5DB;
}
</style>
border-color css
<style>
span { border-color: #D6C5DB; }
span { border-color: rgb(214,197,219); }
td.TdClassName
{
border-color: #D6C5DB;
}
.TagClassName
{
border-color: #D6C5DB;
}
</style>