Shades of Thistle #D8B1DE
Tints of Thistle #D8B1DE
RGB
CMYK
RGB Variations
Color information
#D8B1DE (or 0xD8B1DE) is known color: Thistle. HEX triplet: D8, B1 and DE. RGB value is (216,177,222). Sum of RGB (Red+Green+Blue) = 216+177+222=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8B1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B1DE is #274E21. Grayscale: #C1C1C1. Windows color (decimal): -2575906 or 14594520. OLE color: 14594520.
HSL color Cylindrical-coordinate representation of color #D8B1DE: hue angle of 292º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8B1DE is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 177 | 222 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.13 |
| HSL | 292º | 0.41% | 0.78% | - |
| HSV(B) | 292º | 0.2% | 0.87% | - |
| XYZ | 57.23 | 51.32 | 76 | - |
| YUV | 193.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 222 | 0.03 | 0.20 | 0 | 0.13 | 292 | 0.41 | 0.78 |
| Hex | D8 | B1 | DE | 3 | 14 | 0 | D | 124 | 29 | 4E |
| Octal | 330 | 261 | 336 | 3 | 24 | 0 | 15 | 444 | 51 | 116 |
| Binary | 11011000 | 10110001 | 11011110 | 11 | 10100 | 0 | 1101 | 100100100 | 101001 | 1001110 |
Color Harmonies of #D8B1DE
Complementary color
Monochromatic Colors of #D8B1DE
Black with #D8B1DE
Text Example
Text Example
White with #D8B1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B1DE; }
p { color: rgb(216,177,222); }
H1.HeaderClassName
{
color: #D8B1DE;
}
.AnyTagClassName
{
color: #D8B1DE;
}
</style>
background-color css
<style>
a { background-color: #D8B1DE; }
a { background-color: rgb(216,177,222); }
div.DivClassName
{
background-color: #D8B1DE;
}
.BgClassName
{
background-color: #D8B1DE;
}
</style>
border-color css
<style>
span { border-color: #D8B1DE; }
span { border-color: rgb(216,177,222); }
td.TdClassName
{
border-color: #D8B1DE;
}
.TagClassName
{
border-color: #D8B1DE;
}
</style>