Shades of Pink Flare #DFB6B7
Tints of Pink Flare #DFB6B7
RGB
CMYK
RGB Variations
Color information
#DFB6B7 (or 0xDFB6B7) is known color: Pink Flare. HEX triplet: DF, B6 and B7. RGB value is (223,182,183). Sum of RGB (Red+Green+Blue) = 223+182+183=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6B7 is #204948. Grayscale: #C2C2C2. Windows color (decimal): -2115913 or 12039903. OLE color: 12039903.
HSL color Cylindrical-coordinate representation of color #DFB6B7: hue angle of 358.54º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB6B7 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 183 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.13 |
| HSL | 358.54º | 0.39% | 0.79% | - |
| HSV(B) | 358.54º | 0.18% | 0.87% | - |
| XYZ | 55.71 | 52.56 | 52.01 | - |
| YUV | 194.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 183 | 0 | 0.18 | 0.18 | 0.13 | 358.54 | 0.39 | 0.79 |
| Hex | DF | B6 | B7 | 0 | 12 | 12 | D | 167 | 27 | 4F |
| Octal | 337 | 266 | 267 | 0 | 22 | 22 | 15 | 547 | 47 | 117 |
| Binary | 11011111 | 10110110 | 10110111 | 0 | 10010 | 10010 | 1101 | 101100111 | 100111 | 1001111 |
Color Harmonies of #DFB6B7
Complementary color
Monochromatic Colors of #DFB6B7
Black with #DFB6B7
Text Example
Text Example
White with #DFB6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6B7; }
p { color: rgb(223,182,183); }
H1.HeaderClassName
{
color: #DFB6B7;
}
.AnyTagClassName
{
color: #DFB6B7;
}
</style>
background-color css
<style>
a { background-color: #DFB6B7; }
a { background-color: rgb(223,182,183); }
div.DivClassName
{
background-color: #DFB6B7;
}
.BgClassName
{
background-color: #DFB6B7;
}
</style>
border-color css
<style>
span { border-color: #DFB6B7; }
span { border-color: rgb(223,182,183); }
td.TdClassName
{
border-color: #DFB6B7;
}
.TagClassName
{
border-color: #DFB6B7;
}
</style>