Shades of Thistle #D7BCDE
Tints of Thistle #D7BCDE
RGB
CMYK
RGB Variations
Color information
#D7BCDE (or 0xD7BCDE) is known color: Thistle. HEX triplet: D7, BC and DE. RGB value is (215,188,222). Sum of RGB (Red+Green+Blue) = 215+188+222=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BCDE is #284321. Grayscale: #C7C7C7. Windows color (decimal): -2638626 or 14597335. OLE color: 14597335.
HSL color Cylindrical-coordinate representation of color #D7BCDE: hue angle of 287.65º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7BCDE is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 188 | 222 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.13 |
| HSL | 287.65º | 0.34% | 0.8% | - |
| HSV(B) | 287.65º | 0.15% | 0.87% | - |
| XYZ | 59.19 | 55.69 | 76.74 | - |
| YUV | 199.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 222 | 0.03 | 0.15 | 0 | 0.13 | 287.65 | 0.34 | 0.8 |
| Hex | D7 | BC | DE | 3 | F | 0 | D | 120 | 22 | 50 |
| Octal | 327 | 274 | 336 | 3 | 17 | 0 | 15 | 440 | 42 | 120 |
| Binary | 11010111 | 10111100 | 11011110 | 11 | 1111 | 0 | 1101 | 100100000 | 100010 | 1010000 |
Color Harmonies of #D7BCDE
Complementary color
Monochromatic Colors of #D7BCDE
Black with #D7BCDE
Text Example
Text Example
White with #D7BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BCDE; }
p { color: rgb(215,188,222); }
H1.HeaderClassName
{
color: #D7BCDE;
}
.AnyTagClassName
{
color: #D7BCDE;
}
</style>
background-color css
<style>
a { background-color: #D7BCDE; }
a { background-color: rgb(215,188,222); }
div.DivClassName
{
background-color: #D7BCDE;
}
.BgClassName
{
background-color: #D7BCDE;
}
</style>
border-color css
<style>
span { border-color: #D7BCDE; }
span { border-color: rgb(215,188,222); }
td.TdClassName
{
border-color: #D7BCDE;
}
.TagClassName
{
border-color: #D7BCDE;
}
</style>