Shades of Thistle #D6BBD4
Tints of Thistle #D6BBD4
RGB
CMYK
RGB Variations
Color information
#D6BBD4 (or 0xD6BBD4) is known color: Thistle. HEX triplet: D6, BB and D4. RGB value is (214,187,212). Sum of RGB (Red+Green+Blue) = 214+187+212=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBD4 is #29442B. Grayscale: #C5C5C5. Windows color (decimal): -2704428 or 13941718. OLE color: 13941718.
HSL color Cylindrical-coordinate representation of color #D6BBD4: hue angle of 304.44º 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 #D6BBD4 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 212 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.16 |
| HSL | 304.44º | 0.25% | 0.79% | - |
| HSV(B) | 304.44º | 0.13% | 0.84% | - |
| XYZ | 57.39 | 54.59 | 69.8 | - |
| YUV | 197.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 212 | 0 | 0.13 | 0.01 | 0.16 | 304.44 | 0.25 | 0.79 |
| Hex | D6 | BB | D4 | 0 | D | 1 | 10 | 130 | 19 | 4F |
| Octal | 326 | 273 | 324 | 0 | 15 | 1 | 20 | 460 | 31 | 117 |
| Binary | 11010110 | 10111011 | 11010100 | 0 | 1101 | 1 | 10000 | 100110000 | 11001 | 1001111 |
Color Harmonies of #D6BBD4
Complementary color
Monochromatic Colors of #D6BBD4
Black with #D6BBD4
Text Example
Text Example
White with #D6BBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBD4; }
p { color: rgb(214,187,212); }
H1.HeaderClassName
{
color: #D6BBD4;
}
.AnyTagClassName
{
color: #D6BBD4;
}
</style>
background-color css
<style>
a { background-color: #D6BBD4; }
a { background-color: rgb(214,187,212); }
div.DivClassName
{
background-color: #D6BBD4;
}
.BgClassName
{
background-color: #D6BBD4;
}
</style>
border-color css
<style>
span { border-color: #D6BBD4; }
span { border-color: rgb(214,187,212); }
td.TdClassName
{
border-color: #D6BBD4;
}
.TagClassName
{
border-color: #D6BBD4;
}
</style>