Shades of Thistle #D2BBD6
Tints of Thistle #D2BBD6
RGB
CMYK
RGB Variations
Color information
#D2BBD6 (or 0xD2BBD6) is known color: Thistle. HEX triplet: D2, BB and D6. RGB value is (210,187,214). Sum of RGB (Red+Green+Blue) = 210+187+214=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 214 - color contains mainly: blue. Hex color #D2BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBD6 is #2D4429. Grayscale: #C4C4C4. Windows color (decimal): -2966570 or 14072786. OLE color: 14072786.
HSL color Cylindrical-coordinate representation of color #D2BBD6: hue angle of 291.11º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2BBD6 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 187 | 214 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.16 |
| HSL | 291.11º | 0.25% | 0.79% | - |
| HSV(B) | 291.11º | 0.13% | 0.84% | - |
| XYZ | 56.49 | 54.1 | 71.08 | - |
| YUV | 196.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 214 | 0.02 | 0.13 | 0 | 0.16 | 291.11 | 0.25 | 0.79 |
| Hex | D2 | BB | D6 | 2 | D | 0 | 10 | 123 | 19 | 4F |
| Octal | 322 | 273 | 326 | 2 | 15 | 0 | 20 | 443 | 31 | 117 |
| Binary | 11010010 | 10111011 | 11010110 | 10 | 1101 | 0 | 10000 | 100100011 | 11001 | 1001111 |
Color Harmonies of #D2BBD6
Complementary color
Monochromatic Colors of #D2BBD6
Black with #D2BBD6
Text Example
Text Example
White with #D2BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBD6; }
p { color: rgb(210,187,214); }
H1.HeaderClassName
{
color: #D2BBD6;
}
.AnyTagClassName
{
color: #D2BBD6;
}
</style>
background-color css
<style>
a { background-color: #D2BBD6; }
a { background-color: rgb(210,187,214); }
div.DivClassName
{
background-color: #D2BBD6;
}
.BgClassName
{
background-color: #D2BBD6;
}
</style>
border-color css
<style>
span { border-color: #D2BBD6; }
span { border-color: rgb(210,187,214); }
td.TdClassName
{
border-color: #D2BBD6;
}
.TagClassName
{
border-color: #D2BBD6;
}
</style>