Shades of Blossom #DFB8BC
Tints of Blossom #DFB8BC
RGB
CMYK
RGB Variations
Color information
#DFB8BC (or 0xDFB8BC) is known color: Blossom. HEX triplet: DF, B8 and BC. RGB value is (223,184,188). Sum of RGB (Red+Green+Blue) = 223+184+188=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB8BC is #204743. Grayscale: #C4C4C4. Windows color (decimal): -2115396 or 12368095. OLE color: 12368095.
HSL color Cylindrical-coordinate representation of color #DFB8BC: hue angle of 353.85º degrees, saturation: 0.38, 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 #DFB8BC is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 188 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.13 |
| HSL | 353.85º | 0.38% | 0.8% | - |
| HSV(B) | 353.85º | 0.17% | 0.87% | - |
| XYZ | 56.65 | 53.6 | 54.94 | - |
| YUV | 196.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 188 | 0 | 0.17 | 0.16 | 0.13 | 353.85 | 0.38 | 0.8 |
| Hex | DF | B8 | BC | 0 | 11 | 10 | D | 162 | 26 | 50 |
| Octal | 337 | 270 | 274 | 0 | 21 | 20 | 15 | 542 | 46 | 120 |
| Binary | 11011111 | 10111000 | 10111100 | 0 | 10001 | 10000 | 1101 | 101100010 | 100110 | 1010000 |
Color Harmonies of #DFB8BC
Complementary color
Monochromatic Colors of #DFB8BC
Black with #DFB8BC
Text Example
Text Example
White with #DFB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8BC; }
p { color: rgb(223,184,188); }
H1.HeaderClassName
{
color: #DFB8BC;
}
.AnyTagClassName
{
color: #DFB8BC;
}
</style>
background-color css
<style>
a { background-color: #DFB8BC; }
a { background-color: rgb(223,184,188); }
div.DivClassName
{
background-color: #DFB8BC;
}
.BgClassName
{
background-color: #DFB8BC;
}
</style>
border-color css
<style>
span { border-color: #DFB8BC; }
span { border-color: rgb(223,184,188); }
td.TdClassName
{
border-color: #DFB8BC;
}
.TagClassName
{
border-color: #DFB8BC;
}
</style>