Shades of Blossom #DFB9BC
Tints of Blossom #DFB9BC
RGB
CMYK
RGB Variations
Color information
#DFB9BC (or 0xDFB9BC) is known color: Blossom. HEX triplet: DF, B9 and BC. RGB value is (223,185,188). Sum of RGB (Red+Green+Blue) = 223+185+188=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9BC is #204643. Grayscale: #C4C4C4. Windows color (decimal): -2115140 or 12368351. OLE color: 12368351.
HSL color Cylindrical-coordinate representation of color #DFB9BC: hue angle of 355.26º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFB9BC is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 188 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.13 |
| HSL | 355.26º | 0.37% | 0.8% | - |
| HSV(B) | 355.26º | 0.17% | 0.87% | - |
| XYZ | 56.86 | 54.02 | 55.01 | - |
| YUV | 196.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 188 | 0 | 0.17 | 0.16 | 0.13 | 355.26 | 0.37 | 0.8 |
| Hex | DF | B9 | BC | 0 | 11 | 10 | D | 163 | 25 | 50 |
| Octal | 337 | 271 | 274 | 0 | 21 | 20 | 15 | 543 | 45 | 120 |
| Binary | 11011111 | 10111001 | 10111100 | 0 | 10001 | 10000 | 1101 | 101100011 | 100101 | 1010000 |
Color Harmonies of #DFB9BC
Complementary color
Monochromatic Colors of #DFB9BC
Black with #DFB9BC
Text Example
Text Example
White with #DFB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9BC; }
p { color: rgb(223,185,188); }
H1.HeaderClassName
{
color: #DFB9BC;
}
.AnyTagClassName
{
color: #DFB9BC;
}
</style>
background-color css
<style>
a { background-color: #DFB9BC; }
a { background-color: rgb(223,185,188); }
div.DivClassName
{
background-color: #DFB9BC;
}
.BgClassName
{
background-color: #DFB9BC;
}
</style>
border-color css
<style>
span { border-color: #DFB9BC; }
span { border-color: rgb(223,185,188); }
td.TdClassName
{
border-color: #DFB9BC;
}
.TagClassName
{
border-color: #DFB9BC;
}
</style>