Shades of Blossom #DFB2B9
Tints of Blossom #DFB2B9
RGB
CMYK
RGB Variations
Color information
#DFB2B9 (or 0xDFB2B9) is known color: Blossom. HEX triplet: DF, B2 and B9. RGB value is (223,178,185). Sum of RGB (Red+Green+Blue) = 223+178+185=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2B9 is #204D46. Grayscale: #C0C0C0. Windows color (decimal): -2116935 or 12169951. OLE color: 12169951.
HSL color Cylindrical-coordinate representation of color #DFB2B9: hue angle of 350.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB2B9 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 185 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.13 |
| HSL | 350.67º | 0.41% | 0.79% | - |
| HSV(B) | 350.67º | 0.2% | 0.87% | - |
| XYZ | 55.11 | 51.03 | 52.84 | - |
| YUV | 192.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 185 | 0 | 0.20 | 0.17 | 0.13 | 350.67 | 0.41 | 0.79 |
| Hex | DF | B2 | B9 | 0 | 14 | 11 | D | 15F | 29 | 4F |
| Octal | 337 | 262 | 271 | 0 | 24 | 21 | 15 | 537 | 51 | 117 |
| Binary | 11011111 | 10110010 | 10111001 | 0 | 10100 | 10001 | 1101 | 101011111 | 101001 | 1001111 |
Color Harmonies of #DFB2B9
Complementary color
Monochromatic Colors of #DFB2B9
Black with #DFB2B9
Text Example
Text Example
White with #DFB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2B9; }
p { color: rgb(223,178,185); }
H1.HeaderClassName
{
color: #DFB2B9;
}
.AnyTagClassName
{
color: #DFB2B9;
}
</style>
background-color css
<style>
a { background-color: #DFB2B9; }
a { background-color: rgb(223,178,185); }
div.DivClassName
{
background-color: #DFB2B9;
}
.BgClassName
{
background-color: #DFB2B9;
}
</style>
border-color css
<style>
span { border-color: #DFB2B9; }
span { border-color: rgb(223,178,185); }
td.TdClassName
{
border-color: #DFB2B9;
}
.TagClassName
{
border-color: #DFB2B9;
}
</style>