Shades of Thistle #D1BBD0
Tints of Thistle #D1BBD0
RGB
CMYK
RGB Variations
Color information
#D1BBD0 (or 0xD1BBD0) is known color: Thistle. HEX triplet: D1, BB and D0. RGB value is (209,187,208). Sum of RGB (Red+Green+Blue) = 209+187+208=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBD0 is #2E442F. Grayscale: #C3C3C3. Windows color (decimal): -3032112 or 13679569. OLE color: 13679569.
HSL color Cylindrical-coordinate representation of color #D1BBD0: hue angle of 302.73º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BBD0 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 208 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.18 |
| HSL | 302.73º | 0.19% | 0.78% | - |
| HSV(B) | 302.73º | 0.11% | 0.82% | - |
| XYZ | 55.45 | 53.65 | 67.11 | - |
| YUV | 195.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 208 | 0 | 0.11 | 0.00 | 0.18 | 302.73 | 0.19 | 0.78 |
| Hex | D1 | BB | D0 | 0 | B | 0 | 12 | 12F | 13 | 4E |
| Octal | 321 | 273 | 320 | 0 | 13 | 0 | 22 | 457 | 23 | 116 |
| Binary | 11010001 | 10111011 | 11010000 | 0 | 1011 | 0 | 10010 | 100101111 | 10011 | 1001110 |
Color Harmonies of #D1BBD0
Complementary color
Monochromatic Colors of #D1BBD0
Black with #D1BBD0
Text Example
Text Example
White with #D1BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBD0; }
p { color: rgb(209,187,208); }
H1.HeaderClassName
{
color: #D1BBD0;
}
.AnyTagClassName
{
color: #D1BBD0;
}
</style>
background-color css
<style>
a { background-color: #D1BBD0; }
a { background-color: rgb(209,187,208); }
div.DivClassName
{
background-color: #D1BBD0;
}
.BgClassName
{
background-color: #D1BBD0;
}
</style>
border-color css
<style>
span { border-color: #D1BBD0; }
span { border-color: rgb(209,187,208); }
td.TdClassName
{
border-color: #D1BBD0;
}
.TagClassName
{
border-color: #D1BBD0;
}
</style>