Shades of Blossom #DBA6B1
Tints of Blossom #DBA6B1
RGB
CMYK
RGB Variations
Color information
#DBA6B1 (or 0xDBA6B1) is known color: Blossom. HEX triplet: DB, A6 and B1. RGB value is (219,166,177). Sum of RGB (Red+Green+Blue) = 219+166+177=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6B1 is #24594E. Grayscale: #B7B7B7. Windows color (decimal): -2382159 or 11642587. OLE color: 11642587.
HSL color Cylindrical-coordinate representation of color #DBA6B1: hue angle of 347.55º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6B1 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 177 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.14 |
| HSL | 347.55º | 0.42% | 0.75% | - |
| HSV(B) | 347.55º | 0.24% | 0.86% | - |
| XYZ | 50.79 | 45.51 | 47.7 | - |
| YUV | 183.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 177 | 0 | 0.24 | 0.19 | 0.14 | 347.55 | 0.42 | 0.75 |
| Hex | DB | A6 | B1 | 0 | 18 | 13 | E | 15C | 2A | 4B |
| Octal | 333 | 246 | 261 | 0 | 30 | 23 | 16 | 534 | 52 | 113 |
| Binary | 11011011 | 10100110 | 10110001 | 0 | 11000 | 10011 | 1110 | 101011100 | 101010 | 1001011 |
Color Harmonies of #DBA6B1
Complementary color
Monochromatic Colors of #DBA6B1
Black with #DBA6B1
Text Example
Text Example
White with #DBA6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6B1; }
p { color: rgb(219,166,177); }
H1.HeaderClassName
{
color: #DBA6B1;
}
.AnyTagClassName
{
color: #DBA6B1;
}
</style>
background-color css
<style>
a { background-color: #DBA6B1; }
a { background-color: rgb(219,166,177); }
div.DivClassName
{
background-color: #DBA6B1;
}
.BgClassName
{
background-color: #DBA6B1;
}
</style>
border-color css
<style>
span { border-color: #DBA6B1; }
span { border-color: rgb(219,166,177); }
td.TdClassName
{
border-color: #DBA6B1;
}
.TagClassName
{
border-color: #DBA6B1;
}
</style>