Shades of Thistle #D3BBD1
Tints of Thistle #D3BBD1
RGB
CMYK
RGB Variations
Color information
#D3BBD1 (or 0xD3BBD1) is known color: Thistle. HEX triplet: D3, BB and D1. RGB value is (211,187,209). Sum of RGB (Red+Green+Blue) = 211+187+209=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBD1 is #2C442E. Grayscale: #C4C4C4. Windows color (decimal): -2901039 or 13745107. OLE color: 13745107.
HSL color Cylindrical-coordinate representation of color #D3BBD1: hue angle of 305º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BBD1 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 209 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.17 |
| HSL | 305º | 0.21% | 0.78% | - |
| HSV(B) | 305º | 0.11% | 0.83% | - |
| XYZ | 56.14 | 53.99 | 67.78 | - |
| YUV | 196.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 209 | 0 | 0.11 | 0.01 | 0.17 | 305 | 0.21 | 0.78 |
| Hex | D3 | BB | D1 | 0 | B | 1 | 11 | 131 | 15 | 4E |
| Octal | 323 | 273 | 321 | 0 | 13 | 1 | 21 | 461 | 25 | 116 |
| Binary | 11010011 | 10111011 | 11010001 | 0 | 1011 | 1 | 10001 | 100110001 | 10101 | 1001110 |
Color Harmonies of #D3BBD1
Complementary color
Monochromatic Colors of #D3BBD1
Black with #D3BBD1
Text Example
Text Example
White with #D3BBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBD1; }
p { color: rgb(211,187,209); }
H1.HeaderClassName
{
color: #D3BBD1;
}
.AnyTagClassName
{
color: #D3BBD1;
}
</style>
background-color css
<style>
a { background-color: #D3BBD1; }
a { background-color: rgb(211,187,209); }
div.DivClassName
{
background-color: #D3BBD1;
}
.BgClassName
{
background-color: #D3BBD1;
}
</style>
border-color css
<style>
span { border-color: #D3BBD1; }
span { border-color: rgb(211,187,209); }
td.TdClassName
{
border-color: #D3BBD1;
}
.TagClassName
{
border-color: #D3BBD1;
}
</style>