Shades of Pink Flare #D7B8BD
Tints of Pink Flare #D7B8BD
RGB
CMYK
RGB Variations
Color information
#D7B8BD (or 0xD7B8BD) is known color: Pink Flare. HEX triplet: D7, B8 and BD. RGB value is (215,184,189). Sum of RGB (Red+Green+Blue) = 215+184+189=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B8BD is #284742. Grayscale: #C1C1C1. Windows color (decimal): -2639683 or 12433623. OLE color: 12433623.
HSL color Cylindrical-coordinate representation of color #D7B8BD: hue angle of 350.32º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7B8BD is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 189 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.16 |
| HSL | 350.32º | 0.28% | 0.78% | - |
| HSV(B) | 350.32º | 0.14% | 0.84% | - |
| XYZ | 54.35 | 52.4 | 55.39 | - |
| YUV | 193.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 189 | 0 | 0.14 | 0.12 | 0.16 | 350.32 | 0.28 | 0.78 |
| Hex | D7 | B8 | BD | 0 | E | C | 10 | 15E | 1C | 4E |
| Octal | 327 | 270 | 275 | 0 | 16 | 14 | 20 | 536 | 34 | 116 |
| Binary | 11010111 | 10111000 | 10111101 | 0 | 1110 | 1100 | 10000 | 101011110 | 11100 | 1001110 |
Color Harmonies of #D7B8BD
Complementary color
Monochromatic Colors of #D7B8BD
Black with #D7B8BD
Text Example
Text Example
White with #D7B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B8BD; }
p { color: rgb(215,184,189); }
H1.HeaderClassName
{
color: #D7B8BD;
}
.AnyTagClassName
{
color: #D7B8BD;
}
</style>
background-color css
<style>
a { background-color: #D7B8BD; }
a { background-color: rgb(215,184,189); }
div.DivClassName
{
background-color: #D7B8BD;
}
.BgClassName
{
background-color: #D7B8BD;
}
</style>
border-color css
<style>
span { border-color: #D7B8BD; }
span { border-color: rgb(215,184,189); }
td.TdClassName
{
border-color: #D7B8BD;
}
.TagClassName
{
border-color: #D7B8BD;
}
</style>