Shades of Blossom #DBAAB2
Tints of Blossom #DBAAB2
RGB
CMYK
RGB Variations
Color information
#DBAAB2 (or 0xDBAAB2) is known color: Blossom. HEX triplet: DB, AA and B2. RGB value is (219,170,178). Sum of RGB (Red+Green+Blue) = 219+170+178=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAB2 is #24554D. Grayscale: #B9B9B9. Windows color (decimal): -2381134 or 11709147. OLE color: 11709147.
HSL color Cylindrical-coordinate representation of color #DBAAB2: hue angle of 350.2º 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 #DBAAB2 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 178 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.14 |
| HSL | 350.2º | 0.4% | 0.76% | - |
| HSV(B) | 350.2º | 0.22% | 0.86% | - |
| XYZ | 51.62 | 47.02 | 48.48 | - |
| YUV | 185.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 178 | 0 | 0.22 | 0.19 | 0.14 | 350.2 | 0.4 | 0.76 |
| Hex | DB | AA | B2 | 0 | 16 | 13 | E | 15E | 28 | 4C |
| Octal | 333 | 252 | 262 | 0 | 26 | 23 | 16 | 536 | 50 | 114 |
| Binary | 11011011 | 10101010 | 10110010 | 0 | 10110 | 10011 | 1110 | 101011110 | 101000 | 1001100 |
Color Harmonies of #DBAAB2
Complementary color
Monochromatic Colors of #DBAAB2
Black with #DBAAB2
Text Example
Text Example
White with #DBAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAB2; }
p { color: rgb(219,170,178); }
H1.HeaderClassName
{
color: #DBAAB2;
}
.AnyTagClassName
{
color: #DBAAB2;
}
</style>
background-color css
<style>
a { background-color: #DBAAB2; }
a { background-color: rgb(219,170,178); }
div.DivClassName
{
background-color: #DBAAB2;
}
.BgClassName
{
background-color: #DBAAB2;
}
</style>
border-color css
<style>
span { border-color: #DBAAB2; }
span { border-color: rgb(219,170,178); }
td.TdClassName
{
border-color: #DBAAB2;
}
.TagClassName
{
border-color: #DBAAB2;
}
</style>