Shades of Pink Flare #DFBCBE
Tints of Pink Flare #DFBCBE
RGB
CMYK
RGB Variations
Color information
#DFBCBE (or 0xDFBCBE) is known color: Pink Flare. HEX triplet: DF, BC and BE. RGB value is (223,188,190). Sum of RGB (Red+Green+Blue) = 223+188+190=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCBE is #204341. Grayscale: #C6C6C6. Windows color (decimal): -2114370 or 12500191. OLE color: 12500191.
HSL color Cylindrical-coordinate representation of color #DFBCBE: hue angle of 356.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBCBE is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 190 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.13 |
| HSL | 356.57º | 0.35% | 0.81% | - |
| HSV(B) | 356.57º | 0.16% | 0.87% | - |
| XYZ | 57.71 | 55.37 | 56.36 | - |
| YUV | 198.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 190 | 0 | 0.16 | 0.15 | 0.13 | 356.57 | 0.35 | 0.81 |
| Hex | DF | BC | BE | 0 | 10 | F | D | 165 | 23 | 51 |
| Octal | 337 | 274 | 276 | 0 | 20 | 17 | 15 | 545 | 43 | 121 |
| Binary | 11011111 | 10111100 | 10111110 | 0 | 10000 | 1111 | 1101 | 101100101 | 100011 | 1010001 |
Color Harmonies of #DFBCBE
Complementary color
Monochromatic Colors of #DFBCBE
Black with #DFBCBE
Text Example
Text Example
White with #DFBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCBE; }
p { color: rgb(223,188,190); }
H1.HeaderClassName
{
color: #DFBCBE;
}
.AnyTagClassName
{
color: #DFBCBE;
}
</style>
background-color css
<style>
a { background-color: #DFBCBE; }
a { background-color: rgb(223,188,190); }
div.DivClassName
{
background-color: #DFBCBE;
}
.BgClassName
{
background-color: #DFBCBE;
}
</style>
border-color css
<style>
span { border-color: #DFBCBE; }
span { border-color: rgb(223,188,190); }
td.TdClassName
{
border-color: #DFBCBE;
}
.TagClassName
{
border-color: #DFBCBE;
}
</style>