Shades of Thistle #D8BCDA
Tints of Thistle #D8BCDA
RGB
CMYK
RGB Variations
Color information
#D8BCDA (or 0xD8BCDA) is known color: Thistle. HEX triplet: D8, BC and DA. RGB value is (216,188,218). Sum of RGB (Red+Green+Blue) = 216+188+218=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCDA is #274325. Grayscale: #C7C7C7. Windows color (decimal): -2573094 or 14335192. OLE color: 14335192.
HSL color Cylindrical-coordinate representation of color #D8BCDA: hue angle of 296º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BCDA is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 218 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.15 |
| HSL | 296º | 0.29% | 0.8% | - |
| HSV(B) | 296º | 0.14% | 0.85% | - |
| XYZ | 58.96 | 55.63 | 73.96 | - |
| YUV | 199.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 218 | 0.01 | 0.14 | 0 | 0.15 | 296 | 0.29 | 0.8 |
| Hex | D8 | BC | DA | 1 | E | 0 | F | 128 | 1D | 50 |
| Octal | 330 | 274 | 332 | 1 | 16 | 0 | 17 | 450 | 35 | 120 |
| Binary | 11011000 | 10111100 | 11011010 | 1 | 1110 | 0 | 1111 | 100101000 | 11101 | 1010000 |
Color Harmonies of #D8BCDA
Complementary color
Monochromatic Colors of #D8BCDA
Black with #D8BCDA
Text Example
Text Example
White with #D8BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCDA; }
p { color: rgb(216,188,218); }
H1.HeaderClassName
{
color: #D8BCDA;
}
.AnyTagClassName
{
color: #D8BCDA;
}
</style>
background-color css
<style>
a { background-color: #D8BCDA; }
a { background-color: rgb(216,188,218); }
div.DivClassName
{
background-color: #D8BCDA;
}
.BgClassName
{
background-color: #D8BCDA;
}
</style>
border-color css
<style>
span { border-color: #D8BCDA; }
span { border-color: rgb(216,188,218); }
td.TdClassName
{
border-color: #D8BCDA;
}
.TagClassName
{
border-color: #D8BCDA;
}
</style>