Shades of Pink Flare #DFBFC0
Tints of Pink Flare #DFBFC0
RGB
CMYK
RGB Variations
Color information
#DFBFC0 (or 0xDFBFC0) is known color: Pink Flare. HEX triplet: DF, BF and C0. RGB value is (223,191,192). Sum of RGB (Red+Green+Blue) = 223+191+192=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFC0 is #20403F. Grayscale: #C8C8C8. Windows color (decimal): -2113600 or 12632031. OLE color: 12632031.
HSL color Cylindrical-coordinate representation of color #DFBFC0: hue angle of 358.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFBFC0 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 192 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.13 |
| HSL | 358.13º | 0.33% | 0.81% | - |
| HSV(B) | 358.13º | 0.14% | 0.87% | - |
| XYZ | 58.58 | 56.76 | 57.74 | - |
| YUV | 200.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 192 | 0 | 0.14 | 0.14 | 0.13 | 358.13 | 0.33 | 0.81 |
| Hex | DF | BF | C0 | 0 | E | E | D | 166 | 21 | 51 |
| Octal | 337 | 277 | 300 | 0 | 16 | 16 | 15 | 546 | 41 | 121 |
| Binary | 11011111 | 10111111 | 11000000 | 0 | 1110 | 1110 | 1101 | 101100110 | 100001 | 1010001 |
Color Harmonies of #DFBFC0
Complementary color
Monochromatic Colors of #DFBFC0
Black with #DFBFC0
Text Example
Text Example
White with #DFBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFC0; }
p { color: rgb(223,191,192); }
H1.HeaderClassName
{
color: #DFBFC0;
}
.AnyTagClassName
{
color: #DFBFC0;
}
</style>
background-color css
<style>
a { background-color: #DFBFC0; }
a { background-color: rgb(223,191,192); }
div.DivClassName
{
background-color: #DFBFC0;
}
.BgClassName
{
background-color: #DFBFC0;
}
</style>
border-color css
<style>
span { border-color: #DFBFC0; }
span { border-color: rgb(223,191,192); }
td.TdClassName
{
border-color: #DFBFC0;
}
.TagClassName
{
border-color: #DFBFC0;
}
</style>