Shades of Thistle #D7B1DC
Tints of Thistle #D7B1DC
RGB
CMYK
RGB Variations
Color information
#D7B1DC (or 0xD7B1DC) is known color: Thistle. HEX triplet: D7, B1 and DC. RGB value is (215,177,220). Sum of RGB (Red+Green+Blue) = 215+177+220=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7B1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B1DC is #284E23. Grayscale: #C1C1C1. Windows color (decimal): -2641444 or 14463447. OLE color: 14463447.
HSL color Cylindrical-coordinate representation of color #D7B1DC: hue angle of 293.02º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7B1DC is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 177 | 220 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.14 |
| HSL | 293.02º | 0.38% | 0.78% | - |
| HSV(B) | 293.02º | 0.2% | 0.86% | - |
| XYZ | 56.66 | 51.06 | 74.58 | - |
| YUV | 193.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 220 | 0.02 | 0.20 | 0 | 0.14 | 293.02 | 0.38 | 0.78 |
| Hex | D7 | B1 | DC | 2 | 14 | 0 | E | 125 | 26 | 4E |
| Octal | 327 | 261 | 334 | 2 | 24 | 0 | 16 | 445 | 46 | 116 |
| Binary | 11010111 | 10110001 | 11011100 | 10 | 10100 | 0 | 1110 | 100100101 | 100110 | 1001110 |
Color Harmonies of #D7B1DC
Complementary color
Monochromatic Colors of #D7B1DC
Black with #D7B1DC
Text Example
Text Example
White with #D7B1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B1DC; }
p { color: rgb(215,177,220); }
H1.HeaderClassName
{
color: #D7B1DC;
}
.AnyTagClassName
{
color: #D7B1DC;
}
</style>
background-color css
<style>
a { background-color: #D7B1DC; }
a { background-color: rgb(215,177,220); }
div.DivClassName
{
background-color: #D7B1DC;
}
.BgClassName
{
background-color: #D7B1DC;
}
</style>
border-color css
<style>
span { border-color: #D7B1DC; }
span { border-color: rgb(215,177,220); }
td.TdClassName
{
border-color: #D7B1DC;
}
.TagClassName
{
border-color: #D7B1DC;
}
</style>