Shades of Blossom #DBB1BA
Tints of Blossom #DBB1BA
RGB
CMYK
RGB Variations
Color information
#DBB1BA (or 0xDBB1BA) is known color: Blossom. HEX triplet: DB, B1 and BA. RGB value is (219,177,186). Sum of RGB (Red+Green+Blue) = 219+177+186=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1BA is #244E45. Grayscale: #BEBEBE. Windows color (decimal): -2379334 or 12235227. OLE color: 12235227.
HSL color Cylindrical-coordinate representation of color #DBB1BA: hue angle of 347.14º 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 #DBB1BA is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 186 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.14 |
| HSL | 347.14º | 0.37% | 0.78% | - |
| HSV(B) | 347.14º | 0.19% | 0.86% | - |
| XYZ | 53.8 | 50.05 | 53.28 | - |
| YUV | 190.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 186 | 0 | 0.19 | 0.15 | 0.14 | 347.14 | 0.37 | 0.78 |
| Hex | DB | B1 | BA | 0 | 13 | F | E | 15B | 25 | 4E |
| Octal | 333 | 261 | 272 | 0 | 23 | 17 | 16 | 533 | 45 | 116 |
| Binary | 11011011 | 10110001 | 10111010 | 0 | 10011 | 1111 | 1110 | 101011011 | 100101 | 1001110 |
Color Harmonies of #DBB1BA
Complementary color
Monochromatic Colors of #DBB1BA
Black with #DBB1BA
Text Example
Text Example
White with #DBB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1BA; }
p { color: rgb(219,177,186); }
H1.HeaderClassName
{
color: #DBB1BA;
}
.AnyTagClassName
{
color: #DBB1BA;
}
</style>
background-color css
<style>
a { background-color: #DBB1BA; }
a { background-color: rgb(219,177,186); }
div.DivClassName
{
background-color: #DBB1BA;
}
.BgClassName
{
background-color: #DBB1BA;
}
</style>
border-color css
<style>
span { border-color: #DBB1BA; }
span { border-color: rgb(219,177,186); }
td.TdClassName
{
border-color: #DBB1BA;
}
.TagClassName
{
border-color: #DBB1BA;
}
</style>