Shades of Blossom #DFB7BC
Tints of Blossom #DFB7BC
RGB
CMYK
RGB Variations
Color information
#DFB7BC (or 0xDFB7BC) is known color: Blossom. HEX triplet: DF, B7 and BC. RGB value is (223,183,188). Sum of RGB (Red+Green+Blue) = 223+183+188=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7BC is #204843. Grayscale: #C3C3C3. Windows color (decimal): -2115652 or 12367839. OLE color: 12367839.
HSL color Cylindrical-coordinate representation of color #DFB7BC: hue angle of 352.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB7BC is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 188 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.13 |
| HSL | 352.5º | 0.38% | 0.8% | - |
| HSV(B) | 352.5º | 0.18% | 0.87% | - |
| XYZ | 56.44 | 53.19 | 54.87 | - |
| YUV | 195.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 188 | 0 | 0.18 | 0.16 | 0.13 | 352.5 | 0.38 | 0.8 |
| Hex | DF | B7 | BC | 0 | 12 | 10 | D | 160 | 26 | 50 |
| Octal | 337 | 267 | 274 | 0 | 22 | 20 | 15 | 540 | 46 | 120 |
| Binary | 11011111 | 10110111 | 10111100 | 0 | 10010 | 10000 | 1101 | 101100000 | 100110 | 1010000 |
Color Harmonies of #DFB7BC
Complementary color
Monochromatic Colors of #DFB7BC
Black with #DFB7BC
Text Example
Text Example
White with #DFB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7BC; }
p { color: rgb(223,183,188); }
H1.HeaderClassName
{
color: #DFB7BC;
}
.AnyTagClassName
{
color: #DFB7BC;
}
</style>
background-color css
<style>
a { background-color: #DFB7BC; }
a { background-color: rgb(223,183,188); }
div.DivClassName
{
background-color: #DFB7BC;
}
.BgClassName
{
background-color: #DFB7BC;
}
</style>
border-color css
<style>
span { border-color: #DFB7BC; }
span { border-color: rgb(223,183,188); }
td.TdClassName
{
border-color: #DFB7BC;
}
.TagClassName
{
border-color: #DFB7BC;
}
</style>