Shades of Thistle #D7BBDE
Tints of Thistle #D7BBDE
RGB
CMYK
RGB Variations
Color information
#D7BBDE (or 0xD7BBDE) is known color: Thistle. HEX triplet: D7, BB and DE. RGB value is (215,187,222). Sum of RGB (Red+Green+Blue) = 215+187+222=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBDE is #284421. Grayscale: #C7C7C7. Windows color (decimal): -2638882 or 14597079. OLE color: 14597079.
HSL color Cylindrical-coordinate representation of color #D7BBDE: hue angle of 288º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7BBDE is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 187 | 222 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.13 |
| HSL | 288º | 0.35% | 0.8% | - |
| HSV(B) | 288º | 0.16% | 0.87% | - |
| XYZ | 58.98 | 55.26 | 76.67 | - |
| YUV | 199.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 222 | 0.03 | 0.16 | 0 | 0.13 | 288 | 0.35 | 0.8 |
| Hex | D7 | BB | DE | 3 | 10 | 0 | D | 120 | 23 | 50 |
| Octal | 327 | 273 | 336 | 3 | 20 | 0 | 15 | 440 | 43 | 120 |
| Binary | 11010111 | 10111011 | 11011110 | 11 | 10000 | 0 | 1101 | 100100000 | 100011 | 1010000 |
Color Harmonies of #D7BBDE
Complementary color
Monochromatic Colors of #D7BBDE
Black with #D7BBDE
Text Example
Text Example
White with #D7BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBDE; }
p { color: rgb(215,187,222); }
H1.HeaderClassName
{
color: #D7BBDE;
}
.AnyTagClassName
{
color: #D7BBDE;
}
</style>
background-color css
<style>
a { background-color: #D7BBDE; }
a { background-color: rgb(215,187,222); }
div.DivClassName
{
background-color: #D7BBDE;
}
.BgClassName
{
background-color: #D7BBDE;
}
</style>
border-color css
<style>
span { border-color: #D7BBDE; }
span { border-color: rgb(215,187,222); }
td.TdClassName
{
border-color: #D7BBDE;
}
.TagClassName
{
border-color: #D7BBDE;
}
</style>