Shades of Blossom #DFB3B7
Tints of Blossom #DFB3B7
RGB
CMYK
RGB Variations
Color information
#DFB3B7 (or 0xDFB3B7) is known color: Blossom. HEX triplet: DF, B3 and B7. RGB value is (223,179,183). Sum of RGB (Red+Green+Blue) = 223+179+183=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3B7 is #204C48. Grayscale: #C0C0C0. Windows color (decimal): -2116681 or 12039135. OLE color: 12039135.
HSL color Cylindrical-coordinate representation of color #DFB3B7: hue angle of 354.55º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB3B7 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 183 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.13 |
| HSL | 354.55º | 0.41% | 0.79% | - |
| HSV(B) | 354.55º | 0.2% | 0.87% | - |
| XYZ | 55.1 | 51.35 | 51.81 | - |
| YUV | 192.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 183 | 0 | 0.20 | 0.18 | 0.13 | 354.55 | 0.41 | 0.79 |
| Hex | DF | B3 | B7 | 0 | 14 | 12 | D | 163 | 29 | 4F |
| Octal | 337 | 263 | 267 | 0 | 24 | 22 | 15 | 543 | 51 | 117 |
| Binary | 11011111 | 10110011 | 10110111 | 0 | 10100 | 10010 | 1101 | 101100011 | 101001 | 1001111 |
Color Harmonies of #DFB3B7
Complementary color
Monochromatic Colors of #DFB3B7
Black with #DFB3B7
Text Example
Text Example
White with #DFB3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3B7; }
p { color: rgb(223,179,183); }
H1.HeaderClassName
{
color: #DFB3B7;
}
.AnyTagClassName
{
color: #DFB3B7;
}
</style>
background-color css
<style>
a { background-color: #DFB3B7; }
a { background-color: rgb(223,179,183); }
div.DivClassName
{
background-color: #DFB3B7;
}
.BgClassName
{
background-color: #DFB3B7;
}
</style>
border-color css
<style>
span { border-color: #DFB3B7; }
span { border-color: rgb(223,179,183); }
td.TdClassName
{
border-color: #DFB3B7;
}
.TagClassName
{
border-color: #DFB3B7;
}
</style>