Shades of Thistle #D8BDDB
Tints of Thistle #D8BDDB
RGB
CMYK
RGB Variations
Color information
#D8BDDB (or 0xD8BDDB) is known color: Thistle. HEX triplet: D8, BD and DB. RGB value is (216,189,219). Sum of RGB (Red+Green+Blue) = 216+189+219=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDDB is #274224. Grayscale: #C8C8C8. Windows color (decimal): -2572837 or 14400984. OLE color: 14400984.
HSL color Cylindrical-coordinate representation of color #D8BDDB: hue angle of 294º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BDDB is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 189 | 219 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.14 |
| HSL | 294º | 0.29% | 0.8% | - |
| HSV(B) | 294º | 0.14% | 0.86% | - |
| XYZ | 59.3 | 56.11 | 74.72 | - |
| YUV | 200.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 219 | 0.01 | 0.14 | 0 | 0.14 | 294 | 0.29 | 0.8 |
| Hex | D8 | BD | DB | 1 | E | 0 | E | 126 | 1D | 50 |
| Octal | 330 | 275 | 333 | 1 | 16 | 0 | 16 | 446 | 35 | 120 |
| Binary | 11011000 | 10111101 | 11011011 | 1 | 1110 | 0 | 1110 | 100100110 | 11101 | 1010000 |
Color Harmonies of #D8BDDB
Complementary color
Monochromatic Colors of #D8BDDB
Black with #D8BDDB
Text Example
Text Example
White with #D8BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDDB; }
p { color: rgb(216,189,219); }
H1.HeaderClassName
{
color: #D8BDDB;
}
.AnyTagClassName
{
color: #D8BDDB;
}
</style>
background-color css
<style>
a { background-color: #D8BDDB; }
a { background-color: rgb(216,189,219); }
div.DivClassName
{
background-color: #D8BDDB;
}
.BgClassName
{
background-color: #D8BDDB;
}
</style>
border-color css
<style>
span { border-color: #D8BDDB; }
span { border-color: rgb(216,189,219); }
td.TdClassName
{
border-color: #D8BDDB;
}
.TagClassName
{
border-color: #D8BDDB;
}
</style>