Shades of Thistle #D4B1D4
Tints of Thistle #D4B1D4
RGB
CMYK
RGB Variations
Color information
#D4B1D4 (or 0xD4B1D4) is known color: Thistle. HEX triplet: D4, B1 and D4. RGB value is (212,177,212). Sum of RGB (Red+Green+Blue) = 212+177+212=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D4B1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B1D4 is #2B4E2B. Grayscale: #BFBFBF. Windows color (decimal): -2838060 or 13939156. OLE color: 13939156.
HSL color Cylindrical-coordinate representation of color #D4B1D4: hue angle of 300º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4B1D4 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 177 | 212 | - |
| CMYK | 0 | 0.17 | 0 | 0.17 |
| HSL | 300º | 0.29% | 0.76% | - |
| HSV(B) | 300º | 0.17% | 0.83% | - |
| XYZ | 54.76 | 50.19 | 69.09 | - |
| YUV | 191.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 177 | 212 | 0 | 0.17 | 0 | 0.17 | 300 | 0.29 | 0.76 |
| Hex | D4 | B1 | D4 | 0 | 11 | 0 | 11 | 12C | 1D | 4C |
| Octal | 324 | 261 | 324 | 0 | 21 | 0 | 21 | 454 | 35 | 114 |
| Binary | 11010100 | 10110001 | 11010100 | 0 | 10001 | 0 | 10001 | 100101100 | 11101 | 1001100 |
Color Harmonies of #D4B1D4
Complementary color
Monochromatic Colors of #D4B1D4
Black with #D4B1D4
Text Example
Text Example
White with #D4B1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B1D4; }
p { color: rgb(212,177,212); }
H1.HeaderClassName
{
color: #D4B1D4;
}
.AnyTagClassName
{
color: #D4B1D4;
}
</style>
background-color css
<style>
a { background-color: #D4B1D4; }
a { background-color: rgb(212,177,212); }
div.DivClassName
{
background-color: #D4B1D4;
}
.BgClassName
{
background-color: #D4B1D4;
}
</style>
border-color css
<style>
span { border-color: #D4B1D4; }
span { border-color: rgb(212,177,212); }
td.TdClassName
{
border-color: #D4B1D4;
}
.TagClassName
{
border-color: #D4B1D4;
}
</style>