Shades of Thistle #D4BCD3
Tints of Thistle #D4BCD3
RGB
CMYK
RGB Variations
Color information
#D4BCD3 (or 0xD4BCD3) is known color: Thistle. HEX triplet: D4, BC and D3. RGB value is (212,188,211). Sum of RGB (Red+Green+Blue) = 212+188+211=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCD3 is #2B432C. Grayscale: #C5C5C5. Windows color (decimal): -2835245 or 13876436. OLE color: 13876436.
HSL color Cylindrical-coordinate representation of color #D4BCD3: hue angle of 302.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BCD3 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 211 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.17 |
| HSL | 302.5º | 0.22% | 0.78% | - |
| HSV(B) | 302.5º | 0.11% | 0.83% | - |
| XYZ | 56.89 | 54.67 | 69.18 | - |
| YUV | 197.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 211 | 0 | 0.11 | 0.00 | 0.17 | 302.5 | 0.22 | 0.78 |
| Hex | D4 | BC | D3 | 0 | B | 0 | 11 | 12E | 16 | 4E |
| Octal | 324 | 274 | 323 | 0 | 13 | 0 | 21 | 456 | 26 | 116 |
| Binary | 11010100 | 10111100 | 11010011 | 0 | 1011 | 0 | 10001 | 100101110 | 10110 | 1001110 |
Color Harmonies of #D4BCD3
Complementary color
Monochromatic Colors of #D4BCD3
Black with #D4BCD3
Text Example
Text Example
White with #D4BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCD3; }
p { color: rgb(212,188,211); }
H1.HeaderClassName
{
color: #D4BCD3;
}
.AnyTagClassName
{
color: #D4BCD3;
}
</style>
background-color css
<style>
a { background-color: #D4BCD3; }
a { background-color: rgb(212,188,211); }
div.DivClassName
{
background-color: #D4BCD3;
}
.BgClassName
{
background-color: #D4BCD3;
}
</style>
border-color css
<style>
span { border-color: #D4BCD3; }
span { border-color: rgb(212,188,211); }
td.TdClassName
{
border-color: #D4BCD3;
}
.TagClassName
{
border-color: #D4BCD3;
}
</style>