Shades of Pink Flare #D9B9BB
Tints of Pink Flare #D9B9BB
RGB
CMYK
RGB Variations
Color information
#D9B9BB (or 0xD9B9BB) is known color: Pink Flare. HEX triplet: D9, B9 and BB. RGB value is (217,185,187). Sum of RGB (Red+Green+Blue) = 217+185+187=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B9BB is #264644. Grayscale: #C2C2C2. Windows color (decimal): -2508357 or 12302809. OLE color: 12302809.
HSL color Cylindrical-coordinate representation of color #D9B9BB: hue angle of 356.25º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9B9BB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 185 | 187 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.15 |
| HSL | 356.25º | 0.3% | 0.79% | - |
| HSV(B) | 356.25º | 0.15% | 0.85% | - |
| XYZ | 54.93 | 53.04 | 54.36 | - |
| YUV | 194.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 187 | 0 | 0.15 | 0.14 | 0.15 | 356.25 | 0.3 | 0.79 |
| Hex | D9 | B9 | BB | 0 | F | E | F | 164 | 1E | 4F |
| Octal | 331 | 271 | 273 | 0 | 17 | 16 | 17 | 544 | 36 | 117 |
| Binary | 11011001 | 10111001 | 10111011 | 0 | 1111 | 1110 | 1111 | 101100100 | 11110 | 1001111 |
Color Harmonies of #D9B9BB
Complementary color
Monochromatic Colors of #D9B9BB
Black with #D9B9BB
Text Example
Text Example
White with #D9B9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B9BB; }
p { color: rgb(217,185,187); }
H1.HeaderClassName
{
color: #D9B9BB;
}
.AnyTagClassName
{
color: #D9B9BB;
}
</style>
background-color css
<style>
a { background-color: #D9B9BB; }
a { background-color: rgb(217,185,187); }
div.DivClassName
{
background-color: #D9B9BB;
}
.BgClassName
{
background-color: #D9B9BB;
}
</style>
border-color css
<style>
span { border-color: #D9B9BB; }
span { border-color: rgb(217,185,187); }
td.TdClassName
{
border-color: #D9B9BB;
}
.TagClassName
{
border-color: #D9B9BB;
}
</style>