Shades of Blossom #DBA8B7
Tints of Blossom #DBA8B7
RGB
CMYK
RGB Variations
Color information
#DBA8B7 (or 0xDBA8B7) is known color: Blossom. HEX triplet: DB, A8 and B7. RGB value is (219,168,183). Sum of RGB (Red+Green+Blue) = 219+168+183=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8B7 is #245748. Grayscale: #B8B8B8. Windows color (decimal): -2381641 or 12036315. OLE color: 12036315.
HSL color Cylindrical-coordinate representation of color #DBA8B7: hue angle of 342.35º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA8B7 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 183 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.14 |
| HSL | 342.35º | 0.41% | 0.76% | - |
| HSV(B) | 342.35º | 0.23% | 0.86% | - |
| XYZ | 51.76 | 46.48 | 51.04 | - |
| YUV | 184.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 183 | 0 | 0.23 | 0.16 | 0.14 | 342.35 | 0.41 | 0.76 |
| Hex | DB | A8 | B7 | 0 | 17 | 10 | E | 156 | 29 | 4C |
| Octal | 333 | 250 | 267 | 0 | 27 | 20 | 16 | 526 | 51 | 114 |
| Binary | 11011011 | 10101000 | 10110111 | 0 | 10111 | 10000 | 1110 | 101010110 | 101001 | 1001100 |
Color Harmonies of #DBA8B7
Complementary color
Monochromatic Colors of #DBA8B7
Black with #DBA8B7
Text Example
Text Example
White with #DBA8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8B7; }
p { color: rgb(219,168,183); }
H1.HeaderClassName
{
color: #DBA8B7;
}
.AnyTagClassName
{
color: #DBA8B7;
}
</style>
background-color css
<style>
a { background-color: #DBA8B7; }
a { background-color: rgb(219,168,183); }
div.DivClassName
{
background-color: #DBA8B7;
}
.BgClassName
{
background-color: #DBA8B7;
}
</style>
border-color css
<style>
span { border-color: #DBA8B7; }
span { border-color: rgb(219,168,183); }
td.TdClassName
{
border-color: #DBA8B7;
}
.TagClassName
{
border-color: #DBA8B7;
}
</style>