Shades of Thistle #D6CBD5
Tints of Thistle #D6CBD5
RGB
CMYK
RGB Variations
Color information
#D6CBD5 (or 0xD6CBD5) is known color: Thistle. HEX triplet: D6, CB and D5. RGB value is (214,203,213). Sum of RGB (Red+Green+Blue) = 214+203+213=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBD5 is #29342A. Grayscale: #CFCFCF. Windows color (decimal): -2700331 or 14011350. OLE color: 14011350.
HSL color Cylindrical-coordinate representation of color #D6CBD5: hue angle of 305.45º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CBD5 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 213 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.16 |
| HSL | 305.45º | 0.12% | 0.82% | - |
| HSV(B) | 305.45º | 0.05% | 0.84% | - |
| XYZ | 61.1 | 61.81 | 71.66 | - |
| YUV | 207.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 213 | 0 | 0.05 | 0.00 | 0.16 | 305.45 | 0.12 | 0.82 |
| Hex | D6 | CB | D5 | 0 | 5 | 0 | 10 | 131 | C | 52 |
| Octal | 326 | 313 | 325 | 0 | 5 | 0 | 20 | 461 | 14 | 122 |
| Binary | 11010110 | 11001011 | 11010101 | 0 | 101 | 0 | 10000 | 100110001 | 1100 | 1010010 |
Color Harmonies of #D6CBD5
Complementary color
Monochromatic Colors of #D6CBD5
Black with #D6CBD5
Text Example
Text Example
White with #D6CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBD5; }
p { color: rgb(214,203,213); }
H1.HeaderClassName
{
color: #D6CBD5;
}
.AnyTagClassName
{
color: #D6CBD5;
}
</style>
background-color css
<style>
a { background-color: #D6CBD5; }
a { background-color: rgb(214,203,213); }
div.DivClassName
{
background-color: #D6CBD5;
}
.BgClassName
{
background-color: #D6CBD5;
}
</style>
border-color css
<style>
span { border-color: #D6CBD5; }
span { border-color: rgb(214,203,213); }
td.TdClassName
{
border-color: #D6CBD5;
}
.TagClassName
{
border-color: #D6CBD5;
}
</style>