Shades of Oyster Pink #DBADA9
Tints of Oyster Pink #DBADA9
RGB
CMYK
RGB Variations
Color information
#DBADA9 (or 0xDBADA9) is known color: Oyster Pink. HEX triplet: DB, AD and A9. RGB value is (219,173,169). Sum of RGB (Red+Green+Blue) = 219+173+169=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBADA9 is #245256. Grayscale: #BABABA. Windows color (decimal): -2380375 or 11120091. OLE color: 11120091.
HSL color Cylindrical-coordinate representation of color #DBADA9: hue angle of 4.8º 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 #DBADA9 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 169 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.14 |
| HSL | 4.8º | 0.41% | 0.76% | - |
| HSV(B) | 4.8º | 0.23% | 0.86% | - |
| XYZ | 51.32 | 47.81 | 44.06 | - |
| YUV | 186.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 169 | 0 | 0.21 | 0.23 | 0.14 | 4.8 | 0.41 | 0.76 |
| Hex | DB | AD | A9 | 0 | 15 | 17 | E | 5 | 29 | 4C |
| Octal | 333 | 255 | 251 | 0 | 25 | 27 | 16 | 5 | 51 | 114 |
| Binary | 11011011 | 10101101 | 10101001 | 0 | 10101 | 10111 | 1110 | 101 | 101001 | 1001100 |
Color Harmonies of #DBADA9
Complementary color
Monochromatic Colors of #DBADA9
Black with #DBADA9
Text Example
Text Example
White with #DBADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADA9; }
p { color: rgb(219,173,169); }
H1.HeaderClassName
{
color: #DBADA9;
}
.AnyTagClassName
{
color: #DBADA9;
}
</style>
background-color css
<style>
a { background-color: #DBADA9; }
a { background-color: rgb(219,173,169); }
div.DivClassName
{
background-color: #DBADA9;
}
.BgClassName
{
background-color: #DBADA9;
}
</style>
border-color css
<style>
span { border-color: #DBADA9; }
span { border-color: rgb(219,173,169); }
td.TdClassName
{
border-color: #DBADA9;
}
.TagClassName
{
border-color: #DBADA9;
}
</style>