Shades of Thistle #D7BCDA
Tints of Thistle #D7BCDA
RGB
CMYK
RGB Variations
Color information
#D7BCDA (or 0xD7BCDA) is known color: Thistle. HEX triplet: D7, BC and DA. RGB value is (215,188,218). Sum of RGB (Red+Green+Blue) = 215+188+218=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BCDA is #284325. Grayscale: #C7C7C7. Windows color (decimal): -2638630 or 14335191. OLE color: 14335191.
HSL color Cylindrical-coordinate representation of color #D7BCDA: hue angle of 294º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7BCDA is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 188 | 218 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.15 |
| HSL | 294º | 0.29% | 0.8% | - |
| HSV(B) | 294º | 0.14% | 0.85% | - |
| XYZ | 58.66 | 55.48 | 73.95 | - |
| YUV | 199.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 218 | 0.01 | 0.14 | 0 | 0.15 | 294 | 0.29 | 0.8 |
| Hex | D7 | BC | DA | 1 | E | 0 | F | 126 | 1D | 50 |
| Octal | 327 | 274 | 332 | 1 | 16 | 0 | 17 | 446 | 35 | 120 |
| Binary | 11010111 | 10111100 | 11011010 | 1 | 1110 | 0 | 1111 | 100100110 | 11101 | 1010000 |
Color Harmonies of #D7BCDA
Complementary color
Monochromatic Colors of #D7BCDA
Black with #D7BCDA
Text Example
Text Example
White with #D7BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BCDA; }
p { color: rgb(215,188,218); }
H1.HeaderClassName
{
color: #D7BCDA;
}
.AnyTagClassName
{
color: #D7BCDA;
}
</style>
background-color css
<style>
a { background-color: #D7BCDA; }
a { background-color: rgb(215,188,218); }
div.DivClassName
{
background-color: #D7BCDA;
}
.BgClassName
{
background-color: #D7BCDA;
}
</style>
border-color css
<style>
span { border-color: #D7BCDA; }
span { border-color: rgb(215,188,218); }
td.TdClassName
{
border-color: #D7BCDA;
}
.TagClassName
{
border-color: #D7BCDA;
}
</style>