Shades of Thistle #D7BFDC
Tints of Thistle #D7BFDC
RGB
CMYK
RGB Variations
Color information
#D7BFDC (or 0xD7BFDC) is known color: Thistle. HEX triplet: D7, BF and DC. RGB value is (215,191,220). Sum of RGB (Red+Green+Blue) = 215+191+220=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFDC is #284023. Grayscale: #C9C9C9. Windows color (decimal): -2637860 or 14467031. OLE color: 14467031.
HSL color Cylindrical-coordinate representation of color #D7BFDC: hue angle of 289.66º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BFDC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 191 | 220 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.14 |
| HSL | 289.66º | 0.29% | 0.81% | - |
| HSV(B) | 289.66º | 0.13% | 0.86% | - |
| XYZ | 59.57 | 56.88 | 75.55 | - |
| YUV | 201.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 220 | 0.02 | 0.13 | 0 | 0.14 | 289.66 | 0.29 | 0.81 |
| Hex | D7 | BF | DC | 2 | D | 0 | E | 122 | 1D | 51 |
| Octal | 327 | 277 | 334 | 2 | 15 | 0 | 16 | 442 | 35 | 121 |
| Binary | 11010111 | 10111111 | 11011100 | 10 | 1101 | 0 | 1110 | 100100010 | 11101 | 1010001 |
Color Harmonies of #D7BFDC
Complementary color
Monochromatic Colors of #D7BFDC
Black with #D7BFDC
Text Example
Text Example
White with #D7BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFDC; }
p { color: rgb(215,191,220); }
H1.HeaderClassName
{
color: #D7BFDC;
}
.AnyTagClassName
{
color: #D7BFDC;
}
</style>
background-color css
<style>
a { background-color: #D7BFDC; }
a { background-color: rgb(215,191,220); }
div.DivClassName
{
background-color: #D7BFDC;
}
.BgClassName
{
background-color: #D7BFDC;
}
</style>
border-color css
<style>
span { border-color: #D7BFDC; }
span { border-color: rgb(215,191,220); }
td.TdClassName
{
border-color: #D7BFDC;
}
.TagClassName
{
border-color: #D7BFDC;
}
</style>