Shades of Pink Flare #DFBCBD
Tints of Pink Flare #DFBCBD
RGB
CMYK
RGB Variations
Color information
#DFBCBD (or 0xDFBCBD) is known color: Pink Flare. HEX triplet: DF, BC and BD. RGB value is (223,188,189). Sum of RGB (Red+Green+Blue) = 223+188+189=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCBD is #204342. Grayscale: #C6C6C6. Windows color (decimal): -2114371 or 12434655. OLE color: 12434655.
HSL color Cylindrical-coordinate representation of color #DFBCBD: hue angle of 358.29º 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 #DFBCBD is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 189 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.13 |
| HSL | 358.29º | 0.35% | 0.81% | - |
| HSV(B) | 358.29º | 0.16% | 0.87% | - |
| XYZ | 57.6 | 55.33 | 55.79 | - |
| YUV | 198.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 189 | 0 | 0.16 | 0.15 | 0.13 | 358.29 | 0.35 | 0.81 |
| Hex | DF | BC | BD | 0 | 10 | F | D | 166 | 23 | 51 |
| Octal | 337 | 274 | 275 | 0 | 20 | 17 | 15 | 546 | 43 | 121 |
| Binary | 11011111 | 10111100 | 10111101 | 0 | 10000 | 1111 | 1101 | 101100110 | 100011 | 1010001 |
Color Harmonies of #DFBCBD
Complementary color
Monochromatic Colors of #DFBCBD
Black with #DFBCBD
Text Example
Text Example
White with #DFBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCBD; }
p { color: rgb(223,188,189); }
H1.HeaderClassName
{
color: #DFBCBD;
}
.AnyTagClassName
{
color: #DFBCBD;
}
</style>
background-color css
<style>
a { background-color: #DFBCBD; }
a { background-color: rgb(223,188,189); }
div.DivClassName
{
background-color: #DFBCBD;
}
.BgClassName
{
background-color: #DFBCBD;
}
</style>
border-color css
<style>
span { border-color: #DFBCBD; }
span { border-color: rgb(223,188,189); }
td.TdClassName
{
border-color: #DFBCBD;
}
.TagClassName
{
border-color: #DFBCBD;
}
</style>