Shades of Blossom #DBB3BA
Tints of Blossom #DBB3BA
RGB
CMYK
RGB Variations
Color information
#DBB3BA (or 0xDBB3BA) is known color: Blossom. HEX triplet: DB, B3 and BA. RGB value is (219,179,186). Sum of RGB (Red+Green+Blue) = 219+179+186=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3BA is #244C45. Grayscale: #BFBFBF. Windows color (decimal): -2378822 or 12235739. OLE color: 12235739.
HSL color Cylindrical-coordinate representation of color #DBB3BA: hue angle of 349.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB3BA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 186 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.14 |
| HSL | 349.5º | 0.36% | 0.78% | - |
| HSV(B) | 349.5º | 0.18% | 0.86% | - |
| XYZ | 54.2 | 50.85 | 53.41 | - |
| YUV | 191.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 186 | 0 | 0.18 | 0.15 | 0.14 | 349.5 | 0.36 | 0.78 |
| Hex | DB | B3 | BA | 0 | 12 | F | E | 15E | 24 | 4E |
| Octal | 333 | 263 | 272 | 0 | 22 | 17 | 16 | 536 | 44 | 116 |
| Binary | 11011011 | 10110011 | 10111010 | 0 | 10010 | 1111 | 1110 | 101011110 | 100100 | 1001110 |
Color Harmonies of #DBB3BA
Complementary color
Monochromatic Colors of #DBB3BA
Black with #DBB3BA
Text Example
Text Example
White with #DBB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3BA; }
p { color: rgb(219,179,186); }
H1.HeaderClassName
{
color: #DBB3BA;
}
.AnyTagClassName
{
color: #DBB3BA;
}
</style>
background-color css
<style>
a { background-color: #DBB3BA; }
a { background-color: rgb(219,179,186); }
div.DivClassName
{
background-color: #DBB3BA;
}
.BgClassName
{
background-color: #DBB3BA;
}
</style>
border-color css
<style>
span { border-color: #DBB3BA; }
span { border-color: rgb(219,179,186); }
td.TdClassName
{
border-color: #DBB3BA;
}
.TagClassName
{
border-color: #DBB3BA;
}
</style>