Shades of Pink Flare #D1B9BD
Tints of Pink Flare #D1B9BD
RGB
CMYK
RGB Variations
Color information
#D1B9BD (or 0xD1B9BD) is known color: Pink Flare. HEX triplet: D1, B9 and BD. RGB value is (209,185,189). Sum of RGB (Red+Green+Blue) = 209+185+189=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9BD is #2E4642. Grayscale: #C0C0C0. Windows color (decimal): -3032643 or 12433873. OLE color: 12433873.
HSL color Cylindrical-coordinate representation of color #D1B9BD: hue angle of 350º 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 #D1B9BD is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 189 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.18 |
| HSL | 350º | 0.21% | 0.77% | - |
| HSV(B) | 350º | 0.11% | 0.82% | - |
| XYZ | 52.83 | 51.93 | 55.38 | - |
| YUV | 192.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 189 | 0 | 0.11 | 0.10 | 0.18 | 350 | 0.21 | 0.77 |
| Hex | D1 | B9 | BD | 0 | B | A | 12 | 15E | 15 | 4D |
| Octal | 321 | 271 | 275 | 0 | 13 | 12 | 22 | 536 | 25 | 115 |
| Binary | 11010001 | 10111001 | 10111101 | 0 | 1011 | 1010 | 10010 | 101011110 | 10101 | 1001101 |
Color Harmonies of #D1B9BD
Complementary color
Monochromatic Colors of #D1B9BD
Black with #D1B9BD
Text Example
Text Example
White with #D1B9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9BD; }
p { color: rgb(209,185,189); }
H1.HeaderClassName
{
color: #D1B9BD;
}
.AnyTagClassName
{
color: #D1B9BD;
}
</style>
background-color css
<style>
a { background-color: #D1B9BD; }
a { background-color: rgb(209,185,189); }
div.DivClassName
{
background-color: #D1B9BD;
}
.BgClassName
{
background-color: #D1B9BD;
}
</style>
border-color css
<style>
span { border-color: #D1B9BD; }
span { border-color: rgb(209,185,189); }
td.TdClassName
{
border-color: #D1B9BD;
}
.TagClassName
{
border-color: #D1B9BD;
}
</style>