Shades of Oyster Pink #DBABA7
Tints of Oyster Pink #DBABA7
RGB
CMYK
RGB Variations
Color information
#DBABA7 (or 0xDBABA7) is known color: Oyster Pink. HEX triplet: DB, AB and A7. RGB value is (219,171,167). Sum of RGB (Red+Green+Blue) = 219+171+167=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBABA7 is #245458. Grayscale: #B8B8B8. Windows color (decimal): -2380889 or 10988507. OLE color: 10988507.
HSL color Cylindrical-coordinate representation of color #DBABA7: hue angle of 4.62º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBABA7 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 167 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.14 |
| HSL | 4.62º | 0.42% | 0.76% | - |
| HSV(B) | 4.62º | 0.24% | 0.86% | - |
| XYZ | 50.75 | 46.98 | 42.95 | - |
| YUV | 184.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 167 | 0 | 0.22 | 0.24 | 0.14 | 4.62 | 0.42 | 0.76 |
| Hex | DB | AB | A7 | 0 | 16 | 18 | E | 5 | 2A | 4C |
| Octal | 333 | 253 | 247 | 0 | 26 | 30 | 16 | 5 | 52 | 114 |
| Binary | 11011011 | 10101011 | 10100111 | 0 | 10110 | 11000 | 1110 | 101 | 101010 | 1001100 |
Color Harmonies of #DBABA7
Complementary color
Monochromatic Colors of #DBABA7
Black with #DBABA7
Text Example
Text Example
White with #DBABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABA7; }
p { color: rgb(219,171,167); }
H1.HeaderClassName
{
color: #DBABA7;
}
.AnyTagClassName
{
color: #DBABA7;
}
</style>
background-color css
<style>
a { background-color: #DBABA7; }
a { background-color: rgb(219,171,167); }
div.DivClassName
{
background-color: #DBABA7;
}
.BgClassName
{
background-color: #DBABA7;
}
</style>
border-color css
<style>
span { border-color: #DBABA7; }
span { border-color: rgb(219,171,167); }
td.TdClassName
{
border-color: #DBABA7;
}
.TagClassName
{
border-color: #DBABA7;
}
</style>