Shades of Blossom #DBAEB9
Tints of Blossom #DBAEB9
RGB
CMYK
RGB Variations
Color information
#DBAEB9 (or 0xDBAEB9) is known color: Blossom. HEX triplet: DB, AE and B9. RGB value is (219,174,185). Sum of RGB (Red+Green+Blue) = 219+174+185=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEB9 is #245146. Grayscale: #BCBCBC. Windows color (decimal): -2380103 or 12168923. OLE color: 12168923.
HSL color Cylindrical-coordinate representation of color #DBAEB9: hue angle of 345.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBAEB9 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 185 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.14 |
| HSL | 345.33º | 0.38% | 0.77% | - |
| HSV(B) | 345.33º | 0.21% | 0.86% | - |
| XYZ | 53.11 | 48.83 | 52.53 | - |
| YUV | 188.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 185 | 0 | 0.21 | 0.16 | 0.14 | 345.33 | 0.38 | 0.77 |
| Hex | DB | AE | B9 | 0 | 15 | 10 | E | 159 | 26 | 4D |
| Octal | 333 | 256 | 271 | 0 | 25 | 20 | 16 | 531 | 46 | 115 |
| Binary | 11011011 | 10101110 | 10111001 | 0 | 10101 | 10000 | 1110 | 101011001 | 100110 | 1001101 |
Color Harmonies of #DBAEB9
Complementary color
Monochromatic Colors of #DBAEB9
Black with #DBAEB9
Text Example
Text Example
White with #DBAEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEB9; }
p { color: rgb(219,174,185); }
H1.HeaderClassName
{
color: #DBAEB9;
}
.AnyTagClassName
{
color: #DBAEB9;
}
</style>
background-color css
<style>
a { background-color: #DBAEB9; }
a { background-color: rgb(219,174,185); }
div.DivClassName
{
background-color: #DBAEB9;
}
.BgClassName
{
background-color: #DBAEB9;
}
</style>
border-color css
<style>
span { border-color: #DBAEB9; }
span { border-color: rgb(219,174,185); }
td.TdClassName
{
border-color: #DBAEB9;
}
.TagClassName
{
border-color: #DBAEB9;
}
</style>