Shades of Pink Flare #D0B9BB
Tints of Pink Flare #D0B9BB
RGB
CMYK
RGB Variations
Color information
#D0B9BB (or 0xD0B9BB) is known color: Pink Flare. HEX triplet: D0, B9 and BB. RGB value is (208,185,187). Sum of RGB (Red+Green+Blue) = 208+185+187=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B9BB is #2F4644. Grayscale: #C0C0C0. Windows color (decimal): -3098181 or 12302800. OLE color: 12302800.
HSL color Cylindrical-coordinate representation of color #D0B9BB: hue angle of 354.78º degrees, saturation: 0.2, 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 #D0B9BB is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 187 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.18 |
| HSL | 354.78º | 0.2% | 0.77% | - |
| HSV(B) | 354.78º | 0.11% | 0.82% | - |
| XYZ | 52.33 | 51.7 | 54.23 | - |
| YUV | 192.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 187 | 0 | 0.11 | 0.10 | 0.18 | 354.78 | 0.2 | 0.77 |
| Hex | D0 | B9 | BB | 0 | B | A | 12 | 163 | 14 | 4D |
| Octal | 320 | 271 | 273 | 0 | 13 | 12 | 22 | 543 | 24 | 115 |
| Binary | 11010000 | 10111001 | 10111011 | 0 | 1011 | 1010 | 10010 | 101100011 | 10100 | 1001101 |
Color Harmonies of #D0B9BB
Complementary color
Monochromatic Colors of #D0B9BB
Black with #D0B9BB
Text Example
Text Example
White with #D0B9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B9BB; }
p { color: rgb(208,185,187); }
H1.HeaderClassName
{
color: #D0B9BB;
}
.AnyTagClassName
{
color: #D0B9BB;
}
</style>
background-color css
<style>
a { background-color: #D0B9BB; }
a { background-color: rgb(208,185,187); }
div.DivClassName
{
background-color: #D0B9BB;
}
.BgClassName
{
background-color: #D0B9BB;
}
</style>
border-color css
<style>
span { border-color: #D0B9BB; }
span { border-color: rgb(208,185,187); }
td.TdClassName
{
border-color: #D0B9BB;
}
.TagClassName
{
border-color: #D0B9BB;
}
</style>