Shades of Blossom #DBB5BC
Tints of Blossom #DBB5BC
RGB
CMYK
RGB Variations
Color information
#DBB5BC (or 0xDBB5BC) is known color: Blossom. HEX triplet: DB, B5 and BC. RGB value is (219,181,188). Sum of RGB (Red+Green+Blue) = 219+181+188=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5BC is #244A43. Grayscale: #C1C1C1. Windows color (decimal): -2378308 or 12367323. OLE color: 12367323.
HSL color Cylindrical-coordinate representation of color #DBB5BC: hue angle of 348.95º 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 #DBB5BC is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 188 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.14 |
| HSL | 348.95º | 0.35% | 0.78% | - |
| HSV(B) | 348.95º | 0.17% | 0.86% | - |
| XYZ | 54.81 | 51.74 | 54.67 | - |
| YUV | 193.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 188 | 0 | 0.17 | 0.14 | 0.14 | 348.95 | 0.35 | 0.78 |
| Hex | DB | B5 | BC | 0 | 11 | E | E | 15D | 23 | 4E |
| Octal | 333 | 265 | 274 | 0 | 21 | 16 | 16 | 535 | 43 | 116 |
| Binary | 11011011 | 10110101 | 10111100 | 0 | 10001 | 1110 | 1110 | 101011101 | 100011 | 1001110 |
Color Harmonies of #DBB5BC
Complementary color
Monochromatic Colors of #DBB5BC
Black with #DBB5BC
Text Example
Text Example
White with #DBB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5BC; }
p { color: rgb(219,181,188); }
H1.HeaderClassName
{
color: #DBB5BC;
}
.AnyTagClassName
{
color: #DBB5BC;
}
</style>
background-color css
<style>
a { background-color: #DBB5BC; }
a { background-color: rgb(219,181,188); }
div.DivClassName
{
background-color: #DBB5BC;
}
.BgClassName
{
background-color: #DBB5BC;
}
</style>
border-color css
<style>
span { border-color: #DBB5BC; }
span { border-color: rgb(219,181,188); }
td.TdClassName
{
border-color: #DBB5BC;
}
.TagClassName
{
border-color: #DBB5BC;
}
</style>