Shades of Blossom #DBABB5
Tints of Blossom #DBABB5
RGB
CMYK
RGB Variations
Color information
#DBABB5 (or 0xDBABB5) is known color: Blossom. HEX triplet: DB, AB and B5. RGB value is (219,171,181). Sum of RGB (Red+Green+Blue) = 219+171+181=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABB5 is #24544A. Grayscale: #BABABA. Windows color (decimal): -2380875 or 11906011. OLE color: 11906011.
HSL color Cylindrical-coordinate representation of color #DBABB5: hue angle of 347.5º 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 #DBABB5 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 181 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.14 |
| HSL | 347.5º | 0.4% | 0.76% | - |
| HSV(B) | 347.5º | 0.22% | 0.86% | - |
| XYZ | 52.12 | 47.52 | 50.14 | - |
| YUV | 186.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 181 | 0 | 0.22 | 0.17 | 0.14 | 347.5 | 0.4 | 0.76 |
| Hex | DB | AB | B5 | 0 | 16 | 11 | E | 15C | 28 | 4C |
| Octal | 333 | 253 | 265 | 0 | 26 | 21 | 16 | 534 | 50 | 114 |
| Binary | 11011011 | 10101011 | 10110101 | 0 | 10110 | 10001 | 1110 | 101011100 | 101000 | 1001100 |
Color Harmonies of #DBABB5
Complementary color
Monochromatic Colors of #DBABB5
Black with #DBABB5
Text Example
Text Example
White with #DBABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABB5; }
p { color: rgb(219,171,181); }
H1.HeaderClassName
{
color: #DBABB5;
}
.AnyTagClassName
{
color: #DBABB5;
}
</style>
background-color css
<style>
a { background-color: #DBABB5; }
a { background-color: rgb(219,171,181); }
div.DivClassName
{
background-color: #DBABB5;
}
.BgClassName
{
background-color: #DBABB5;
}
</style>
border-color css
<style>
span { border-color: #DBABB5; }
span { border-color: rgb(219,171,181); }
td.TdClassName
{
border-color: #DBABB5;
}
.TagClassName
{
border-color: #DBABB5;
}
</style>