Shades of Thistle #D8B0DF
Tints of Thistle #D8B0DF
RGB
CMYK
RGB Variations
Color information
#D8B0DF (or 0xD8B0DF) is known color: Thistle. HEX triplet: D8, B0 and DF. RGB value is (216,176,223). Sum of RGB (Red+Green+Blue) = 216+176+223=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0DF is #274F20. Grayscale: #C1C1C1. Windows color (decimal): -2576161 or 14659800. OLE color: 14659800.
HSL color Cylindrical-coordinate representation of color #D8B0DF: hue angle of 291.06º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8B0DF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 176 | 223 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.13 |
| HSL | 291.06º | 0.42% | 0.78% | - |
| HSV(B) | 291.06º | 0.21% | 0.87% | - |
| XYZ | 57.16 | 50.98 | 76.64 | - |
| YUV | 193.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 223 | 0.03 | 0.21 | 0 | 0.13 | 291.06 | 0.42 | 0.78 |
| Hex | D8 | B0 | DF | 3 | 15 | 0 | D | 123 | 2A | 4E |
| Octal | 330 | 260 | 337 | 3 | 25 | 0 | 15 | 443 | 52 | 116 |
| Binary | 11011000 | 10110000 | 11011111 | 11 | 10101 | 0 | 1101 | 100100011 | 101010 | 1001110 |
Color Harmonies of #D8B0DF
Complementary color
Monochromatic Colors of #D8B0DF
Black with #D8B0DF
Text Example
Text Example
White with #D8B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B0DF; }
p { color: rgb(216,176,223); }
H1.HeaderClassName
{
color: #D8B0DF;
}
.AnyTagClassName
{
color: #D8B0DF;
}
</style>
background-color css
<style>
a { background-color: #D8B0DF; }
a { background-color: rgb(216,176,223); }
div.DivClassName
{
background-color: #D8B0DF;
}
.BgClassName
{
background-color: #D8B0DF;
}
</style>
border-color css
<style>
span { border-color: #D8B0DF; }
span { border-color: rgb(216,176,223); }
td.TdClassName
{
border-color: #D8B0DF;
}
.TagClassName
{
border-color: #D8B0DF;
}
</style>