Shades of Pink Flare #D1B9BC
Tints of Pink Flare #D1B9BC
RGB
CMYK
RGB Variations
Color information
#D1B9BC (or 0xD1B9BC) is known color: Pink Flare. HEX triplet: D1, B9 and BC. RGB value is (209,185,188). Sum of RGB (Red+Green+Blue) = 209+185+188=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9BC is #2E4643. Grayscale: #C0C0C0. Windows color (decimal): -3032644 or 12368337. OLE color: 12368337.
HSL color Cylindrical-coordinate representation of color #D1B9BC: hue angle of 352.5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1B9BC is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 188 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.18 |
| HSL | 352.5º | 0.21% | 0.77% | - |
| HSV(B) | 352.5º | 0.11% | 0.82% | - |
| XYZ | 52.72 | 51.88 | 54.81 | - |
| YUV | 192.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 188 | 0 | 0.11 | 0.10 | 0.18 | 352.5 | 0.21 | 0.77 |
| Hex | D1 | B9 | BC | 0 | B | A | 12 | 160 | 15 | 4D |
| Octal | 321 | 271 | 274 | 0 | 13 | 12 | 22 | 540 | 25 | 115 |
| Binary | 11010001 | 10111001 | 10111100 | 0 | 1011 | 1010 | 10010 | 101100000 | 10101 | 1001101 |
Color Harmonies of #D1B9BC
Complementary color
Monochromatic Colors of #D1B9BC
Black with #D1B9BC
Text Example
Text Example
White with #D1B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9BC; }
p { color: rgb(209,185,188); }
H1.HeaderClassName
{
color: #D1B9BC;
}
.AnyTagClassName
{
color: #D1B9BC;
}
</style>
background-color css
<style>
a { background-color: #D1B9BC; }
a { background-color: rgb(209,185,188); }
div.DivClassName
{
background-color: #D1B9BC;
}
.BgClassName
{
background-color: #D1B9BC;
}
</style>
border-color css
<style>
span { border-color: #D1B9BC; }
span { border-color: rgb(209,185,188); }
td.TdClassName
{
border-color: #D1B9BC;
}
.TagClassName
{
border-color: #D1B9BC;
}
</style>