Shades of Blossom #DFB0B9
Tints of Blossom #DFB0B9
RGB
CMYK
RGB Variations
Color information
#DFB0B9 (or 0xDFB0B9) is known color: Blossom. HEX triplet: DF, B0 and B9. RGB value is (223,176,185). Sum of RGB (Red+Green+Blue) = 223+176+185=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0B9 is #204F46. Grayscale: #BFBFBF. Windows color (decimal): -2117447 or 12169439. OLE color: 12169439.
HSL color Cylindrical-coordinate representation of color #DFB0B9: hue angle of 348.51º 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 #DFB0B9 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 185 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.13 |
| HSL | 348.51º | 0.42% | 0.78% | - |
| HSV(B) | 348.51º | 0.21% | 0.87% | - |
| XYZ | 54.71 | 50.24 | 52.71 | - |
| YUV | 191.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 185 | 0 | 0.21 | 0.17 | 0.13 | 348.51 | 0.42 | 0.78 |
| Hex | DF | B0 | B9 | 0 | 15 | 11 | D | 15D | 2A | 4E |
| Octal | 337 | 260 | 271 | 0 | 25 | 21 | 15 | 535 | 52 | 116 |
| Binary | 11011111 | 10110000 | 10111001 | 0 | 10101 | 10001 | 1101 | 101011101 | 101010 | 1001110 |
Color Harmonies of #DFB0B9
Complementary color
Monochromatic Colors of #DFB0B9
Black with #DFB0B9
Text Example
Text Example
White with #DFB0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0B9; }
p { color: rgb(223,176,185); }
H1.HeaderClassName
{
color: #DFB0B9;
}
.AnyTagClassName
{
color: #DFB0B9;
}
</style>
background-color css
<style>
a { background-color: #DFB0B9; }
a { background-color: rgb(223,176,185); }
div.DivClassName
{
background-color: #DFB0B9;
}
.BgClassName
{
background-color: #DFB0B9;
}
</style>
border-color css
<style>
span { border-color: #DFB0B9; }
span { border-color: rgb(223,176,185); }
td.TdClassName
{
border-color: #DFB0B9;
}
.TagClassName
{
border-color: #DFB0B9;
}
</style>