Shades of Thistle #D6BED4
Tints of Thistle #D6BED4
RGB
CMYK
RGB Variations
Color information
#D6BED4 (or 0xD6BED4) is known color: Thistle. HEX triplet: D6, BE and D4. RGB value is (214,190,212). Sum of RGB (Red+Green+Blue) = 214+190+212=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BED4 is #29412B. Grayscale: #C7C7C7. Windows color (decimal): -2703660 or 13942486. OLE color: 13942486.
HSL color Cylindrical-coordinate representation of color #D6BED4: hue angle of 305º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BED4 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 212 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.16 |
| HSL | 305º | 0.23% | 0.79% | - |
| HSV(B) | 305º | 0.11% | 0.84% | - |
| XYZ | 58.03 | 55.88 | 70.01 | - |
| YUV | 199.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 212 | 0 | 0.11 | 0.01 | 0.16 | 305 | 0.23 | 0.79 |
| Hex | D6 | BE | D4 | 0 | B | 1 | 10 | 131 | 17 | 4F |
| Octal | 326 | 276 | 324 | 0 | 13 | 1 | 20 | 461 | 27 | 117 |
| Binary | 11010110 | 10111110 | 11010100 | 0 | 1011 | 1 | 10000 | 100110001 | 10111 | 1001111 |
Color Harmonies of #D6BED4
Complementary color
Monochromatic Colors of #D6BED4
Black with #D6BED4
Text Example
Text Example
White with #D6BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BED4; }
p { color: rgb(214,190,212); }
H1.HeaderClassName
{
color: #D6BED4;
}
.AnyTagClassName
{
color: #D6BED4;
}
</style>
background-color css
<style>
a { background-color: #D6BED4; }
a { background-color: rgb(214,190,212); }
div.DivClassName
{
background-color: #D6BED4;
}
.BgClassName
{
background-color: #D6BED4;
}
</style>
border-color css
<style>
span { border-color: #D6BED4; }
span { border-color: rgb(214,190,212); }
td.TdClassName
{
border-color: #D6BED4;
}
.TagClassName
{
border-color: #D6BED4;
}
</style>