Shades of Oyster Pink #DBABA9
Tints of Oyster Pink #DBABA9
RGB
CMYK
RGB Variations
Color information
#DBABA9 (or 0xDBABA9) is known color: Oyster Pink. HEX triplet: DB, AB and A9. RGB value is (219,171,169). Sum of RGB (Red+Green+Blue) = 219+171+169=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBABA9 is #245456. Grayscale: #B9B9B9. Windows color (decimal): -2380887 or 11119579. OLE color: 11119579.
HSL color Cylindrical-coordinate representation of color #DBABA9: hue angle of 2.4º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBABA9 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 169 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.14 |
| HSL | 2.4º | 0.41% | 0.76% | - |
| HSV(B) | 2.4º | 0.23% | 0.86% | - |
| XYZ | 50.94 | 47.05 | 43.93 | - |
| YUV | 185.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 169 | 0 | 0.22 | 0.23 | 0.14 | 2.4 | 0.41 | 0.76 |
| Hex | DB | AB | A9 | 0 | 16 | 17 | E | 2 | 29 | 4C |
| Octal | 333 | 253 | 251 | 0 | 26 | 27 | 16 | 2 | 51 | 114 |
| Binary | 11011011 | 10101011 | 10101001 | 0 | 10110 | 10111 | 1110 | 10 | 101001 | 1001100 |
Color Harmonies of #DBABA9
Complementary color
Monochromatic Colors of #DBABA9
Black with #DBABA9
Text Example
Text Example
White with #DBABA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABA9; }
p { color: rgb(219,171,169); }
H1.HeaderClassName
{
color: #DBABA9;
}
.AnyTagClassName
{
color: #DBABA9;
}
</style>
background-color css
<style>
a { background-color: #DBABA9; }
a { background-color: rgb(219,171,169); }
div.DivClassName
{
background-color: #DBABA9;
}
.BgClassName
{
background-color: #DBABA9;
}
</style>
border-color css
<style>
span { border-color: #DBABA9; }
span { border-color: rgb(219,171,169); }
td.TdClassName
{
border-color: #DBABA9;
}
.TagClassName
{
border-color: #DBABA9;
}
</style>