Shades of Pink Flare #D0B7BC
Tints of Pink Flare #D0B7BC
RGB
CMYK
RGB Variations
Color information
#D0B7BC (or 0xD0B7BC) is known color: Pink Flare. HEX triplet: D0, B7 and BC. RGB value is (208,183,188). Sum of RGB (Red+Green+Blue) = 208+183+188=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B7BC is #2F4843. Grayscale: #BFBFBF. Windows color (decimal): -3098692 or 12367824. OLE color: 12367824.
HSL color Cylindrical-coordinate representation of color #D0B7BC: hue angle of 348º degrees, saturation: 0.21, 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 #D0B7BC is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 188 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.18 |
| HSL | 348º | 0.21% | 0.77% | - |
| HSV(B) | 348º | 0.12% | 0.82% | - |
| XYZ | 52.02 | 50.91 | 54.66 | - |
| YUV | 191.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 188 | 0 | 0.12 | 0.10 | 0.18 | 348 | 0.21 | 0.77 |
| Hex | D0 | B7 | BC | 0 | C | A | 12 | 15C | 15 | 4D |
| Octal | 320 | 267 | 274 | 0 | 14 | 12 | 22 | 534 | 25 | 115 |
| Binary | 11010000 | 10110111 | 10111100 | 0 | 1100 | 1010 | 10010 | 101011100 | 10101 | 1001101 |
Color Harmonies of #D0B7BC
Complementary color
Monochromatic Colors of #D0B7BC
Black with #D0B7BC
Text Example
Text Example
White with #D0B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B7BC; }
p { color: rgb(208,183,188); }
H1.HeaderClassName
{
color: #D0B7BC;
}
.AnyTagClassName
{
color: #D0B7BC;
}
</style>
background-color css
<style>
a { background-color: #D0B7BC; }
a { background-color: rgb(208,183,188); }
div.DivClassName
{
background-color: #D0B7BC;
}
.BgClassName
{
background-color: #D0B7BC;
}
</style>
border-color css
<style>
span { border-color: #D0B7BC; }
span { border-color: rgb(208,183,188); }
td.TdClassName
{
border-color: #D0B7BC;
}
.TagClassName
{
border-color: #D0B7BC;
}
</style>