Shades of Blossom #DBA7B7
Tints of Blossom #DBA7B7
RGB
CMYK
RGB Variations
Color information
#DBA7B7 (or 0xDBA7B7) is known color: Blossom. HEX triplet: DB, A7 and B7. RGB value is (219,167,183). Sum of RGB (Red+Green+Blue) = 219+167+183=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7B7 is #245848. Grayscale: #B8B8B8. Windows color (decimal): -2381897 or 12036059. OLE color: 12036059.
HSL color Cylindrical-coordinate representation of color #DBA7B7: hue angle of 341.54º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7B7 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 183 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.14 |
| HSL | 341.54º | 0.42% | 0.76% | - |
| HSV(B) | 341.54º | 0.24% | 0.86% | - |
| XYZ | 51.58 | 46.12 | 50.98 | - |
| YUV | 184.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 183 | 0 | 0.24 | 0.16 | 0.14 | 341.54 | 0.42 | 0.76 |
| Hex | DB | A7 | B7 | 0 | 18 | 10 | E | 156 | 2A | 4C |
| Octal | 333 | 247 | 267 | 0 | 30 | 20 | 16 | 526 | 52 | 114 |
| Binary | 11011011 | 10100111 | 10110111 | 0 | 11000 | 10000 | 1110 | 101010110 | 101010 | 1001100 |
Color Harmonies of #DBA7B7
Complementary color
Monochromatic Colors of #DBA7B7
Black with #DBA7B7
Text Example
Text Example
White with #DBA7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7B7; }
p { color: rgb(219,167,183); }
H1.HeaderClassName
{
color: #DBA7B7;
}
.AnyTagClassName
{
color: #DBA7B7;
}
</style>
background-color css
<style>
a { background-color: #DBA7B7; }
a { background-color: rgb(219,167,183); }
div.DivClassName
{
background-color: #DBA7B7;
}
.BgClassName
{
background-color: #DBA7B7;
}
</style>
border-color css
<style>
span { border-color: #DBA7B7; }
span { border-color: rgb(219,167,183); }
td.TdClassName
{
border-color: #DBA7B7;
}
.TagClassName
{
border-color: #DBA7B7;
}
</style>