Shades of Blossom #DBB0B5
Tints of Blossom #DBB0B5
RGB
CMYK
RGB Variations
Color information
#DBB0B5 (or 0xDBB0B5) is known color: Blossom. HEX triplet: DB, B0 and B5. RGB value is (219,176,181). Sum of RGB (Red+Green+Blue) = 219+176+181=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0B5 is #244F4A. Grayscale: #BDBDBD. Windows color (decimal): -2379595 or 11907291. OLE color: 11907291.
HSL color Cylindrical-coordinate representation of color #DBB0B5: hue angle of 353.02º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0B5 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 181 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.14 |
| HSL | 353.02º | 0.37% | 0.77% | - |
| HSV(B) | 353.02º | 0.2% | 0.86% | - |
| XYZ | 53.08 | 49.45 | 50.46 | - |
| YUV | 189.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 181 | 0 | 0.20 | 0.17 | 0.14 | 353.02 | 0.37 | 0.77 |
| Hex | DB | B0 | B5 | 0 | 14 | 11 | E | 161 | 25 | 4D |
| Octal | 333 | 260 | 265 | 0 | 24 | 21 | 16 | 541 | 45 | 115 |
| Binary | 11011011 | 10110000 | 10110101 | 0 | 10100 | 10001 | 1110 | 101100001 | 100101 | 1001101 |
Color Harmonies of #DBB0B5
Complementary color
Monochromatic Colors of #DBB0B5
Black with #DBB0B5
Text Example
Text Example
White with #DBB0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0B5; }
p { color: rgb(219,176,181); }
H1.HeaderClassName
{
color: #DBB0B5;
}
.AnyTagClassName
{
color: #DBB0B5;
}
</style>
background-color css
<style>
a { background-color: #DBB0B5; }
a { background-color: rgb(219,176,181); }
div.DivClassName
{
background-color: #DBB0B5;
}
.BgClassName
{
background-color: #DBB0B5;
}
</style>
border-color css
<style>
span { border-color: #DBB0B5; }
span { border-color: rgb(219,176,181); }
td.TdClassName
{
border-color: #DBB0B5;
}
.TagClassName
{
border-color: #DBB0B5;
}
</style>