Shades of Thistle #D6C2DB
Tints of Thistle #D6C2DB
RGB
CMYK
RGB Variations
Color information
#D6C2DB (or 0xD6C2DB) is known color: Thistle. HEX triplet: D6, C2 and DB. RGB value is (214,194,219). Sum of RGB (Red+Green+Blue) = 214+194+219=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C2DB is #293D24. Grayscale: #CACACA. Windows color (decimal): -2702629 or 14402262. OLE color: 14402262.
HSL color Cylindrical-coordinate representation of color #D6C2DB: hue angle of 288º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6C2DB is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 194 | 219 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.14 |
| HSL | 288º | 0.26% | 0.81% | - |
| HSV(B) | 288º | 0.11% | 0.86% | - |
| XYZ | 59.81 | 57.99 | 75.06 | - |
| YUV | 202.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 219 | 0.02 | 0.11 | 0 | 0.14 | 288 | 0.26 | 0.81 |
| Hex | D6 | C2 | DB | 2 | B | 0 | E | 120 | 1A | 51 |
| Octal | 326 | 302 | 333 | 2 | 13 | 0 | 16 | 440 | 32 | 121 |
| Binary | 11010110 | 11000010 | 11011011 | 10 | 1011 | 0 | 1110 | 100100000 | 11010 | 1010001 |
Color Harmonies of #D6C2DB
Complementary color
Monochromatic Colors of #D6C2DB
Black with #D6C2DB
Text Example
Text Example
White with #D6C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C2DB; }
p { color: rgb(214,194,219); }
H1.HeaderClassName
{
color: #D6C2DB;
}
.AnyTagClassName
{
color: #D6C2DB;
}
</style>
background-color css
<style>
a { background-color: #D6C2DB; }
a { background-color: rgb(214,194,219); }
div.DivClassName
{
background-color: #D6C2DB;
}
.BgClassName
{
background-color: #D6C2DB;
}
</style>
border-color css
<style>
span { border-color: #D6C2DB; }
span { border-color: rgb(214,194,219); }
td.TdClassName
{
border-color: #D6C2DB;
}
.TagClassName
{
border-color: #D6C2DB;
}
</style>