Shades of Blossom #DBB5BA
Tints of Blossom #DBB5BA
RGB
CMYK
RGB Variations
Color information
#DBB5BA (or 0xDBB5BA) is known color: Blossom. HEX triplet: DB, B5 and BA. RGB value is (219,181,186). Sum of RGB (Red+Green+Blue) = 219+181+186=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5BA is #244A45. Grayscale: #C0C0C0. Windows color (decimal): -2378310 or 12236251. OLE color: 12236251.
HSL color Cylindrical-coordinate representation of color #DBB5BA: hue angle of 352.11º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB5BA is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 181 | 186 | - |
CMYK | 0 | 0.17 | 0.15 | 0.14 |
HSL | 352.11º | 0.35% | 0.78% | - |
HSV(B) | 352.11º | 0.17% | 0.86% | - |
XYZ | 54.6 | 51.65 | 53.55 | - |
YUV | 192.93 | 124.09 | 146.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 181 | 186 | 0 | 0.17 | 0.15 | 0.14 | 352.11 | 0.35 | 0.78 |
Hex | DB | B5 | BA | 0 | 11 | F | E | 160 | 23 | 4E |
Octal | 333 | 265 | 272 | 0 | 21 | 17 | 16 | 540 | 43 | 116 |
Binary | 11011011 | 10110101 | 10111010 | 0 | 10001 | 1111 | 1110 | 101100000 | 100011 | 1001110 |
Color Harmonies of #DBB5BA
Complementary color
Monochromatic Colors of #DBB5BA
Black with #DBB5BA
Text Example
Text Example
White with #DBB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5BA; }
p { color: rgb(219,181,186); }
H1.HeaderClassName
{
color: #DBB5BA;
}
.AnyTagClassName
{
color: #DBB5BA;
}
</style>
background-color css
<style>
a { background-color: #DBB5BA; }
a { background-color: rgb(219,181,186); }
div.DivClassName
{
background-color: #DBB5BA;
}
.BgClassName
{
background-color: #DBB5BA;
}
</style>
border-color css
<style>
span { border-color: #DBB5BA; }
span { border-color: rgb(219,181,186); }
td.TdClassName
{
border-color: #DBB5BA;
}
.TagClassName
{
border-color: #DBB5BA;
}
</style>