Shades of Pink Flare #D7B7BC
Tints of Pink Flare #D7B7BC
RGB
CMYK
RGB Variations
Color information
#D7B7BC (or 0xD7B7BC) is known color: Pink Flare. HEX triplet: D7, B7 and BC. RGB value is (215,183,188). Sum of RGB (Red+Green+Blue) = 215+183+188=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B7BC is #284843. Grayscale: #C1C1C1. Windows color (decimal): -2639940 or 12367831. OLE color: 12367831.
HSL color Cylindrical-coordinate representation of color #D7B7BC: hue angle of 350.62º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7B7BC is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 188 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.16 |
| HSL | 350.63º | 0.29% | 0.78% | - |
| HSV(B) | 350.63º | 0.15% | 0.84% | - |
| XYZ | 54.03 | 51.94 | 54.76 | - |
| YUV | 193.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 188 | 0 | 0.15 | 0.13 | 0.16 | 350.63 | 0.29 | 0.78 |
| Hex | D7 | B7 | BC | 0 | F | D | 10 | 15F | 1D | 4E |
| Octal | 327 | 267 | 274 | 0 | 17 | 15 | 20 | 537 | 35 | 116 |
| Binary | 11010111 | 10110111 | 10111100 | 0 | 1111 | 1101 | 10000 | 101011111 | 11101 | 1001110 |
Color Harmonies of #D7B7BC
Complementary color
Monochromatic Colors of #D7B7BC
Black with #D7B7BC
Text Example
Text Example
White with #D7B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B7BC; }
p { color: rgb(215,183,188); }
H1.HeaderClassName
{
color: #D7B7BC;
}
.AnyTagClassName
{
color: #D7B7BC;
}
</style>
background-color css
<style>
a { background-color: #D7B7BC; }
a { background-color: rgb(215,183,188); }
div.DivClassName
{
background-color: #D7B7BC;
}
.BgClassName
{
background-color: #D7B7BC;
}
</style>
border-color css
<style>
span { border-color: #D7B7BC; }
span { border-color: rgb(215,183,188); }
td.TdClassName
{
border-color: #D7B7BC;
}
.TagClassName
{
border-color: #D7B7BC;
}
</style>