Shades of Blossom #DBAAB4
Tints of Blossom #DBAAB4
RGB
CMYK
RGB Variations
Color information
#DBAAB4 (or 0xDBAAB4) is known color: Blossom. HEX triplet: DB, AA and B4. RGB value is (219,170,180). Sum of RGB (Red+Green+Blue) = 219+170+180=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAB4 is #24554B. Grayscale: #B9B9B9. Windows color (decimal): -2381132 or 11840219. OLE color: 11840219.
HSL color Cylindrical-coordinate representation of color #DBAAB4: hue angle of 347.76º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAAB4 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 180 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.14 |
| HSL | 347.76º | 0.4% | 0.76% | - |
| HSV(B) | 347.76º | 0.22% | 0.86% | - |
| XYZ | 51.83 | 47.1 | 49.54 | - |
| YUV | 185.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 180 | 0 | 0.22 | 0.18 | 0.14 | 347.76 | 0.4 | 0.76 |
| Hex | DB | AA | B4 | 0 | 16 | 12 | E | 15C | 28 | 4C |
| Octal | 333 | 252 | 264 | 0 | 26 | 22 | 16 | 534 | 50 | 114 |
| Binary | 11011011 | 10101010 | 10110100 | 0 | 10110 | 10010 | 1110 | 101011100 | 101000 | 1001100 |
Color Harmonies of #DBAAB4
Complementary color
Monochromatic Colors of #DBAAB4
Black with #DBAAB4
Text Example
Text Example
White with #DBAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAB4; }
p { color: rgb(219,170,180); }
H1.HeaderClassName
{
color: #DBAAB4;
}
.AnyTagClassName
{
color: #DBAAB4;
}
</style>
background-color css
<style>
a { background-color: #DBAAB4; }
a { background-color: rgb(219,170,180); }
div.DivClassName
{
background-color: #DBAAB4;
}
.BgClassName
{
background-color: #DBAAB4;
}
</style>
border-color css
<style>
span { border-color: #DBAAB4; }
span { border-color: rgb(219,170,180); }
td.TdClassName
{
border-color: #DBAAB4;
}
.TagClassName
{
border-color: #DBAAB4;
}
</style>