Shades of Blossom #DBA7B1
Tints of Blossom #DBA7B1
RGB
CMYK
RGB Variations
Color information
#DBA7B1 (or 0xDBA7B1) is known color: Blossom. HEX triplet: DB, A7 and B1. RGB value is (219,167,177). Sum of RGB (Red+Green+Blue) = 219+167+177=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA7B1 is #24584E. Grayscale: #B7B7B7. Windows color (decimal): -2381903 or 11642843. OLE color: 11642843.
HSL color Cylindrical-coordinate representation of color #DBA7B1: hue angle of 348.46º 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 #DBA7B1 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 177 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.14 |
| HSL | 348.46º | 0.42% | 0.76% | - |
| HSV(B) | 348.46º | 0.24% | 0.86% | - |
| XYZ | 50.97 | 45.87 | 47.76 | - |
| YUV | 183.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 177 | 0 | 0.24 | 0.19 | 0.14 | 348.46 | 0.42 | 0.76 |
| Hex | DB | A7 | B1 | 0 | 18 | 13 | E | 15C | 2A | 4C |
| Octal | 333 | 247 | 261 | 0 | 30 | 23 | 16 | 534 | 52 | 114 |
| Binary | 11011011 | 10100111 | 10110001 | 0 | 11000 | 10011 | 1110 | 101011100 | 101010 | 1001100 |
Color Harmonies of #DBA7B1
Complementary color
Monochromatic Colors of #DBA7B1
Black with #DBA7B1
Text Example
Text Example
White with #DBA7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7B1; }
p { color: rgb(219,167,177); }
H1.HeaderClassName
{
color: #DBA7B1;
}
.AnyTagClassName
{
color: #DBA7B1;
}
</style>
background-color css
<style>
a { background-color: #DBA7B1; }
a { background-color: rgb(219,167,177); }
div.DivClassName
{
background-color: #DBA7B1;
}
.BgClassName
{
background-color: #DBA7B1;
}
</style>
border-color css
<style>
span { border-color: #DBA7B1; }
span { border-color: rgb(219,167,177); }
td.TdClassName
{
border-color: #DBA7B1;
}
.TagClassName
{
border-color: #DBA7B1;
}
</style>