Shades of Blossom #DBB1B7
Tints of Blossom #DBB1B7
RGB
CMYK
RGB Variations
Color information
#DBB1B7 (or 0xDBB1B7) is known color: Blossom. HEX triplet: DB, B1 and B7. RGB value is (219,177,183). Sum of RGB (Red+Green+Blue) = 219+177+183=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1B7 is #244E48. Grayscale: #BEBEBE. Windows color (decimal): -2379337 or 12038619. OLE color: 12038619.
HSL color Cylindrical-coordinate representation of color #DBB1B7: hue angle of 351.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB1B7 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 183 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.14 |
| HSL | 351.43º | 0.37% | 0.78% | - |
| HSV(B) | 351.43º | 0.19% | 0.86% | - |
| XYZ | 53.48 | 49.92 | 51.62 | - |
| YUV | 190.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 183 | 0 | 0.19 | 0.16 | 0.14 | 351.43 | 0.37 | 0.78 |
| Hex | DB | B1 | B7 | 0 | 13 | 10 | E | 15F | 25 | 4E |
| Octal | 333 | 261 | 267 | 0 | 23 | 20 | 16 | 537 | 45 | 116 |
| Binary | 11011011 | 10110001 | 10110111 | 0 | 10011 | 10000 | 1110 | 101011111 | 100101 | 1001110 |
Color Harmonies of #DBB1B7
Complementary color
Monochromatic Colors of #DBB1B7
Black with #DBB1B7
Text Example
Text Example
White with #DBB1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1B7; }
p { color: rgb(219,177,183); }
H1.HeaderClassName
{
color: #DBB1B7;
}
.AnyTagClassName
{
color: #DBB1B7;
}
</style>
background-color css
<style>
a { background-color: #DBB1B7; }
a { background-color: rgb(219,177,183); }
div.DivClassName
{
background-color: #DBB1B7;
}
.BgClassName
{
background-color: #DBB1B7;
}
</style>
border-color css
<style>
span { border-color: #DBB1B7; }
span { border-color: rgb(219,177,183); }
td.TdClassName
{
border-color: #DBB1B7;
}
.TagClassName
{
border-color: #DBB1B7;
}
</style>