Shades of Pink Flare #D6B7BA
Tints of Pink Flare #D6B7BA
RGB
CMYK
RGB Variations
Color information
#D6B7BA (or 0xD6B7BA) is known color: Pink Flare. HEX triplet: D6, B7 and BA. RGB value is (214,183,186). Sum of RGB (Red+Green+Blue) = 214+183+186=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7BA is #294845. Grayscale: #C0C0C0. Windows color (decimal): -2705478 or 12236758. OLE color: 12236758.
HSL color Cylindrical-coordinate representation of color #D6B7BA: hue angle of 354.19º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6B7BA is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 186 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.16 |
| HSL | 354.19º | 0.27% | 0.78% | - |
| HSV(B) | 354.19º | 0.14% | 0.84% | - |
| XYZ | 53.53 | 51.71 | 53.61 | - |
| YUV | 192.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 186 | 0 | 0.14 | 0.13 | 0.16 | 354.19 | 0.27 | 0.78 |
| Hex | D6 | B7 | BA | 0 | E | D | 10 | 162 | 1B | 4E |
| Octal | 326 | 267 | 272 | 0 | 16 | 15 | 20 | 542 | 33 | 116 |
| Binary | 11010110 | 10110111 | 10111010 | 0 | 1110 | 1101 | 10000 | 101100010 | 11011 | 1001110 |
Color Harmonies of #D6B7BA
Complementary color
Monochromatic Colors of #D6B7BA
Black with #D6B7BA
Text Example
Text Example
White with #D6B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7BA; }
p { color: rgb(214,183,186); }
H1.HeaderClassName
{
color: #D6B7BA;
}
.AnyTagClassName
{
color: #D6B7BA;
}
</style>
background-color css
<style>
a { background-color: #D6B7BA; }
a { background-color: rgb(214,183,186); }
div.DivClassName
{
background-color: #D6B7BA;
}
.BgClassName
{
background-color: #D6B7BA;
}
</style>
border-color css
<style>
span { border-color: #D6B7BA; }
span { border-color: rgb(214,183,186); }
td.TdClassName
{
border-color: #D6B7BA;
}
.TagClassName
{
border-color: #D6B7BA;
}
</style>