Shades of Blossom #DFB4B7
Tints of Blossom #DFB4B7
RGB
CMYK
RGB Variations
Color information
#DFB4B7 (or 0xDFB4B7) is known color: Blossom. HEX triplet: DF, B4 and B7. RGB value is (223,180,183). Sum of RGB (Red+Green+Blue) = 223+180+183=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4B7 is #204B48. Grayscale: #C1C1C1. Windows color (decimal): -2116425 or 12039391. OLE color: 12039391.
HSL color Cylindrical-coordinate representation of color #DFB4B7: hue angle of 355.81º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB4B7 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 183 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.13 |
| HSL | 355.81º | 0.4% | 0.79% | - |
| HSV(B) | 355.81º | 0.19% | 0.87% | - |
| XYZ | 55.3 | 51.75 | 51.87 | - |
| YUV | 193.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 183 | 0 | 0.19 | 0.18 | 0.13 | 355.81 | 0.4 | 0.79 |
| Hex | DF | B4 | B7 | 0 | 13 | 12 | D | 164 | 28 | 4F |
| Octal | 337 | 264 | 267 | 0 | 23 | 22 | 15 | 544 | 50 | 117 |
| Binary | 11011111 | 10110100 | 10110111 | 0 | 10011 | 10010 | 1101 | 101100100 | 101000 | 1001111 |
Color Harmonies of #DFB4B7
Complementary color
Monochromatic Colors of #DFB4B7
Black with #DFB4B7
Text Example
Text Example
White with #DFB4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4B7; }
p { color: rgb(223,180,183); }
H1.HeaderClassName
{
color: #DFB4B7;
}
.AnyTagClassName
{
color: #DFB4B7;
}
</style>
background-color css
<style>
a { background-color: #DFB4B7; }
a { background-color: rgb(223,180,183); }
div.DivClassName
{
background-color: #DFB4B7;
}
.BgClassName
{
background-color: #DFB4B7;
}
</style>
border-color css
<style>
span { border-color: #DFB4B7; }
span { border-color: rgb(223,180,183); }
td.TdClassName
{
border-color: #DFB4B7;
}
.TagClassName
{
border-color: #DFB4B7;
}
</style>