Shades of Blossom #DBA9B4
Tints of Blossom #DBA9B4
RGB
CMYK
RGB Variations
Color information
#DBA9B4 (or 0xDBA9B4) is known color: Blossom. HEX triplet: DB, A9 and B4. RGB value is (219,169,180). Sum of RGB (Red+Green+Blue) = 219+169+180=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9B4 is #24564B. Grayscale: #B9B9B9. Windows color (decimal): -2381388 or 11839963. OLE color: 11839963.
HSL color Cylindrical-coordinate representation of color #DBA9B4: hue angle of 346.8º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9B4 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 180 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.14 |
| HSL | 346.8º | 0.41% | 0.76% | - |
| HSV(B) | 346.8º | 0.23% | 0.86% | - |
| XYZ | 51.64 | 46.73 | 49.48 | - |
| YUV | 185.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 180 | 0 | 0.23 | 0.18 | 0.14 | 346.8 | 0.41 | 0.76 |
| Hex | DB | A9 | B4 | 0 | 17 | 12 | E | 15B | 29 | 4C |
| Octal | 333 | 251 | 264 | 0 | 27 | 22 | 16 | 533 | 51 | 114 |
| Binary | 11011011 | 10101001 | 10110100 | 0 | 10111 | 10010 | 1110 | 101011011 | 101001 | 1001100 |
Color Harmonies of #DBA9B4
Complementary color
Monochromatic Colors of #DBA9B4
Black with #DBA9B4
Text Example
Text Example
White with #DBA9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9B4; }
p { color: rgb(219,169,180); }
H1.HeaderClassName
{
color: #DBA9B4;
}
.AnyTagClassName
{
color: #DBA9B4;
}
</style>
background-color css
<style>
a { background-color: #DBA9B4; }
a { background-color: rgb(219,169,180); }
div.DivClassName
{
background-color: #DBA9B4;
}
.BgClassName
{
background-color: #DBA9B4;
}
</style>
border-color css
<style>
span { border-color: #DBA9B4; }
span { border-color: rgb(219,169,180); }
td.TdClassName
{
border-color: #DBA9B4;
}
.TagClassName
{
border-color: #DBA9B4;
}
</style>