Shades of Pink Flare #D9BCBE
Tints of Pink Flare #D9BCBE
RGB
CMYK
RGB Variations
Color information
#D9BCBE (or 0xD9BCBE) is known color: Pink Flare. HEX triplet: D9, BC and BE. RGB value is (217,188,190). Sum of RGB (Red+Green+Blue) = 217+188+190=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCBE is #264341. Grayscale: #C4C4C4. Windows color (decimal): -2507586 or 12500185. OLE color: 12500185.
HSL color Cylindrical-coordinate representation of color #D9BCBE: hue angle of 355.86º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BCBE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 190 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.15 |
| HSL | 355.86º | 0.28% | 0.79% | - |
| HSV(B) | 355.86º | 0.13% | 0.85% | - |
| XYZ | 55.89 | 54.44 | 56.28 | - |
| YUV | 196.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 190 | 0 | 0.13 | 0.12 | 0.15 | 355.86 | 0.28 | 0.79 |
| Hex | D9 | BC | BE | 0 | D | C | F | 164 | 1C | 4F |
| Octal | 331 | 274 | 276 | 0 | 15 | 14 | 17 | 544 | 34 | 117 |
| Binary | 11011001 | 10111100 | 10111110 | 0 | 1101 | 1100 | 1111 | 101100100 | 11100 | 1001111 |
Color Harmonies of #D9BCBE
Complementary color
Monochromatic Colors of #D9BCBE
Black with #D9BCBE
Text Example
Text Example
White with #D9BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCBE; }
p { color: rgb(217,188,190); }
H1.HeaderClassName
{
color: #D9BCBE;
}
.AnyTagClassName
{
color: #D9BCBE;
}
</style>
background-color css
<style>
a { background-color: #D9BCBE; }
a { background-color: rgb(217,188,190); }
div.DivClassName
{
background-color: #D9BCBE;
}
.BgClassName
{
background-color: #D9BCBE;
}
</style>
border-color css
<style>
span { border-color: #D9BCBE; }
span { border-color: rgb(217,188,190); }
td.TdClassName
{
border-color: #D9BCBE;
}
.TagClassName
{
border-color: #D9BCBE;
}
</style>