Shades of Thistle #D8CBD6
Tints of Thistle #D8CBD6
RGB
CMYK
RGB Variations
Color information
#D8CBD6 (or 0xD8CBD6) is known color: Thistle. HEX triplet: D8, CB and D6. RGB value is (216,203,214). Sum of RGB (Red+Green+Blue) = 216+203+214=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBD6 is #273429. Grayscale: #D0D0D0. Windows color (decimal): -2569258 or 14076888. OLE color: 14076888.
HSL color Cylindrical-coordinate representation of color #D8CBD6: hue angle of 309.23º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CBD6 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 214 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.15 |
| HSL | 309.23º | 0.14% | 0.82% | - |
| HSV(B) | 309.23º | 0.06% | 0.85% | - |
| XYZ | 61.81 | 62.17 | 72.36 | - |
| YUV | 208.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 214 | 0 | 0.06 | 0.01 | 0.15 | 309.23 | 0.14 | 0.82 |
| Hex | D8 | CB | D6 | 0 | 6 | 1 | F | 135 | E | 52 |
| Octal | 330 | 313 | 326 | 0 | 6 | 1 | 17 | 465 | 16 | 122 |
| Binary | 11011000 | 11001011 | 11010110 | 0 | 110 | 1 | 1111 | 100110101 | 1110 | 1010010 |
Color Harmonies of #D8CBD6
Complementary color
Monochromatic Colors of #D8CBD6
Black with #D8CBD6
Text Example
Text Example
White with #D8CBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBD6; }
p { color: rgb(216,203,214); }
H1.HeaderClassName
{
color: #D8CBD6;
}
.AnyTagClassName
{
color: #D8CBD6;
}
</style>
background-color css
<style>
a { background-color: #D8CBD6; }
a { background-color: rgb(216,203,214); }
div.DivClassName
{
background-color: #D8CBD6;
}
.BgClassName
{
background-color: #D8CBD6;
}
</style>
border-color css
<style>
span { border-color: #D8CBD6; }
span { border-color: rgb(216,203,214); }
td.TdClassName
{
border-color: #D8CBD6;
}
.TagClassName
{
border-color: #D8CBD6;
}
</style>