Shades of Pink Flare #D1B7BC
Tints of Pink Flare #D1B7BC
RGB
CMYK
RGB Variations
Color information
#D1B7BC (or 0xD1B7BC) is known color: Pink Flare. HEX triplet: D1, B7 and BC. RGB value is (209,183,188). Sum of RGB (Red+Green+Blue) = 209+183+188=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7BC is #2E4843. Grayscale: #BFBFBF. Windows color (decimal): -3033156 or 12367825. OLE color: 12367825.
HSL color Cylindrical-coordinate representation of color #D1B7BC: hue angle of 348.46º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1B7BC is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 188 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.18 |
| HSL | 348.46º | 0.22% | 0.77% | - |
| HSV(B) | 348.46º | 0.12% | 0.82% | - |
| XYZ | 52.31 | 51.05 | 54.67 | - |
| YUV | 191.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 188 | 0 | 0.12 | 0.10 | 0.18 | 348.46 | 0.22 | 0.77 |
| Hex | D1 | B7 | BC | 0 | C | A | 12 | 15C | 16 | 4D |
| Octal | 321 | 267 | 274 | 0 | 14 | 12 | 22 | 534 | 26 | 115 |
| Binary | 11010001 | 10110111 | 10111100 | 0 | 1100 | 1010 | 10010 | 101011100 | 10110 | 1001101 |
Color Harmonies of #D1B7BC
Complementary color
Monochromatic Colors of #D1B7BC
Black with #D1B7BC
Text Example
Text Example
White with #D1B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B7BC; }
p { color: rgb(209,183,188); }
H1.HeaderClassName
{
color: #D1B7BC;
}
.AnyTagClassName
{
color: #D1B7BC;
}
</style>
background-color css
<style>
a { background-color: #D1B7BC; }
a { background-color: rgb(209,183,188); }
div.DivClassName
{
background-color: #D1B7BC;
}
.BgClassName
{
background-color: #D1B7BC;
}
</style>
border-color css
<style>
span { border-color: #D1B7BC; }
span { border-color: rgb(209,183,188); }
td.TdClassName
{
border-color: #D1B7BC;
}
.TagClassName
{
border-color: #D1B7BC;
}
</style>