Shades of Thistle #D4B1D7
Tints of Thistle #D4B1D7
RGB
CMYK
RGB Variations
Color information
#D4B1D7 (or 0xD4B1D7) is known color: Thistle. HEX triplet: D4, B1 and D7. RGB value is (212,177,215). Sum of RGB (Red+Green+Blue) = 212+177+215=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #D4B1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B1D7 is #2B4E28. Grayscale: #BFBFBF. Windows color (decimal): -2838057 or 14135764. OLE color: 14135764.
HSL color Cylindrical-coordinate representation of color #D4B1D7: hue angle of 295.26º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4B1D7 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 177 | 215 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.16 |
| HSL | 295.26º | 0.32% | 0.77% | - |
| HSV(B) | 295.26º | 0.18% | 0.84% | - |
| XYZ | 55.14 | 50.35 | 71.1 | - |
| YUV | 191.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 177 | 215 | 0.01 | 0.18 | 0 | 0.16 | 295.26 | 0.32 | 0.77 |
| Hex | D4 | B1 | D7 | 1 | 12 | 0 | 10 | 127 | 20 | 4D |
| Octal | 324 | 261 | 327 | 1 | 22 | 0 | 20 | 447 | 40 | 115 |
| Binary | 11010100 | 10110001 | 11010111 | 1 | 10010 | 0 | 10000 | 100100111 | 100000 | 1001101 |
Color Harmonies of #D4B1D7
Complementary color
Monochromatic Colors of #D4B1D7
Black with #D4B1D7
Text Example
Text Example
White with #D4B1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B1D7; }
p { color: rgb(212,177,215); }
H1.HeaderClassName
{
color: #D4B1D7;
}
.AnyTagClassName
{
color: #D4B1D7;
}
</style>
background-color css
<style>
a { background-color: #D4B1D7; }
a { background-color: rgb(212,177,215); }
div.DivClassName
{
background-color: #D4B1D7;
}
.BgClassName
{
background-color: #D4B1D7;
}
</style>
border-color css
<style>
span { border-color: #D4B1D7; }
span { border-color: rgb(212,177,215); }
td.TdClassName
{
border-color: #D4B1D7;
}
.TagClassName
{
border-color: #D4B1D7;
}
</style>