Shades of Blossom #DFB0B7
Tints of Blossom #DFB0B7
RGB
CMYK
RGB Variations
Color information
#DFB0B7 (or 0xDFB0B7) is known color: Blossom. HEX triplet: DF, B0 and B7. RGB value is (223,176,183). Sum of RGB (Red+Green+Blue) = 223+176+183=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0B7 is #204F48. Grayscale: #BEBEBE. Windows color (decimal): -2117449 or 12038367. OLE color: 12038367.
HSL color Cylindrical-coordinate representation of color #DFB0B7: hue angle of 351.06º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB0B7 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 183 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.13 |
| HSL | 351.06º | 0.42% | 0.78% | - |
| HSV(B) | 351.06º | 0.21% | 0.87% | - |
| XYZ | 54.5 | 50.16 | 51.61 | - |
| YUV | 190.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 183 | 0 | 0.21 | 0.18 | 0.13 | 351.06 | 0.42 | 0.78 |
| Hex | DF | B0 | B7 | 0 | 15 | 12 | D | 15F | 2A | 4E |
| Octal | 337 | 260 | 267 | 0 | 25 | 22 | 15 | 537 | 52 | 116 |
| Binary | 11011111 | 10110000 | 10110111 | 0 | 10101 | 10010 | 1101 | 101011111 | 101010 | 1001110 |
Color Harmonies of #DFB0B7
Complementary color
Monochromatic Colors of #DFB0B7
Black with #DFB0B7
Text Example
Text Example
White with #DFB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0B7; }
p { color: rgb(223,176,183); }
H1.HeaderClassName
{
color: #DFB0B7;
}
.AnyTagClassName
{
color: #DFB0B7;
}
</style>
background-color css
<style>
a { background-color: #DFB0B7; }
a { background-color: rgb(223,176,183); }
div.DivClassName
{
background-color: #DFB0B7;
}
.BgClassName
{
background-color: #DFB0B7;
}
</style>
border-color css
<style>
span { border-color: #DFB0B7; }
span { border-color: rgb(223,176,183); }
td.TdClassName
{
border-color: #DFB0B7;
}
.TagClassName
{
border-color: #DFB0B7;
}
</style>