Shades of Blossom #DFB5BC
Tints of Blossom #DFB5BC
RGB
CMYK
RGB Variations
Color information
#DFB5BC (or 0xDFB5BC) is known color: Blossom. HEX triplet: DF, B5 and BC. RGB value is (223,181,188). Sum of RGB (Red+Green+Blue) = 223+181+188=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5BC is #204A43. Grayscale: #C2C2C2. Windows color (decimal): -2116164 or 12367327. OLE color: 12367327.
HSL color Cylindrical-coordinate representation of color #DFB5BC: hue angle of 350º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB5BC is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 188 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.13 |
| HSL | 350º | 0.4% | 0.79% | - |
| HSV(B) | 350º | 0.19% | 0.87% | - |
| XYZ | 56.03 | 52.37 | 54.73 | - |
| YUV | 194.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 188 | 0 | 0.19 | 0.16 | 0.13 | 350 | 0.4 | 0.79 |
| Hex | DF | B5 | BC | 0 | 13 | 10 | D | 15E | 28 | 4F |
| Octal | 337 | 265 | 274 | 0 | 23 | 20 | 15 | 536 | 50 | 117 |
| Binary | 11011111 | 10110101 | 10111100 | 0 | 10011 | 10000 | 1101 | 101011110 | 101000 | 1001111 |
Color Harmonies of #DFB5BC
Complementary color
Monochromatic Colors of #DFB5BC
Black with #DFB5BC
Text Example
Text Example
White with #DFB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5BC; }
p { color: rgb(223,181,188); }
H1.HeaderClassName
{
color: #DFB5BC;
}
.AnyTagClassName
{
color: #DFB5BC;
}
</style>
background-color css
<style>
a { background-color: #DFB5BC; }
a { background-color: rgb(223,181,188); }
div.DivClassName
{
background-color: #DFB5BC;
}
.BgClassName
{
background-color: #DFB5BC;
}
</style>
border-color css
<style>
span { border-color: #DFB5BC; }
span { border-color: rgb(223,181,188); }
td.TdClassName
{
border-color: #DFB5BC;
}
.TagClassName
{
border-color: #DFB5BC;
}
</style>