Shades of Pink Flare #D3B7BC
Tints of Pink Flare #D3B7BC
RGB
CMYK
RGB Variations
Color information
#D3B7BC (or 0xD3B7BC) is known color: Pink Flare. HEX triplet: D3, B7 and BC. RGB value is (211,183,188). Sum of RGB (Red+Green+Blue) = 211+183+188=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 183 (71.88% from 255 or 31.44% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B7BC is #2C4843. Grayscale: #BFBFBF. Windows color (decimal): -2902084 or 12367827. OLE color: 12367827.
HSL color Cylindrical-coordinate representation of color #D3B7BC: hue angle of 349.29º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3B7BC is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 183 | 188 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.17 |
| HSL | 349.29º | 0.24% | 0.77% | - |
| HSV(B) | 349.29º | 0.13% | 0.83% | - |
| XYZ | 52.87 | 51.35 | 54.7 | - |
| YUV | 191.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 188 | 0 | 0.13 | 0.11 | 0.17 | 349.29 | 0.24 | 0.77 |
| Hex | D3 | B7 | BC | 0 | D | B | 11 | 15D | 18 | 4D |
| Octal | 323 | 267 | 274 | 0 | 15 | 13 | 21 | 535 | 30 | 115 |
| Binary | 11010011 | 10110111 | 10111100 | 0 | 1101 | 1011 | 10001 | 101011101 | 11000 | 1001101 |
Color Harmonies of #D3B7BC
Complementary color
Monochromatic Colors of #D3B7BC
Black with #D3B7BC
Text Example
Text Example
White with #D3B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B7BC; }
p { color: rgb(211,183,188); }
H1.HeaderClassName
{
color: #D3B7BC;
}
.AnyTagClassName
{
color: #D3B7BC;
}
</style>
background-color css
<style>
a { background-color: #D3B7BC; }
a { background-color: rgb(211,183,188); }
div.DivClassName
{
background-color: #D3B7BC;
}
.BgClassName
{
background-color: #D3B7BC;
}
</style>
border-color css
<style>
span { border-color: #D3B7BC; }
span { border-color: rgb(211,183,188); }
td.TdClassName
{
border-color: #D3B7BC;
}
.TagClassName
{
border-color: #D3B7BC;
}
</style>