Shades of Oyster Pink #DBABAB
Tints of Oyster Pink #DBABAB
RGB
CMYK
RGB Variations
Color information
#DBABAB (or 0xDBABAB) is known color: Oyster Pink. HEX triplet: DB, AB and AB. RGB value is (219,171,171). Sum of RGB (Red+Green+Blue) = 219+171+171=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBABAB is #245454. Grayscale: #B9B9B9. Windows color (decimal): -2380885 or 11250651. OLE color: 11250651.
HSL color Cylindrical-coordinate representation of color #DBABAB: hue angle of 0º 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 #DBABAB is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 171 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.14 |
| HSL | 0º | 0.4% | 0.76% | - |
| HSV(B) | 0º | 0.22% | 0.86% | - |
| XYZ | 51.13 | 47.13 | 44.93 | - |
| YUV | 185.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 171 | 0 | 0.22 | 0.22 | 0.14 | 0 | 0.4 | 0.76 |
| Hex | DB | AB | AB | 0 | 16 | 16 | E | 0 | 28 | 4C |
| Octal | 333 | 253 | 253 | 0 | 26 | 26 | 16 | 0 | 50 | 114 |
| Binary | 11011011 | 10101011 | 10101011 | 0 | 10110 | 10110 | 1110 | 0 | 101000 | 1001100 |
Color Harmonies of #DBABAB
Complementary color
Monochromatic Colors of #DBABAB
Black with #DBABAB
Text Example
Text Example
White with #DBABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABAB; }
p { color: rgb(219,171,171); }
H1.HeaderClassName
{
color: #DBABAB;
}
.AnyTagClassName
{
color: #DBABAB;
}
</style>
background-color css
<style>
a { background-color: #DBABAB; }
a { background-color: rgb(219,171,171); }
div.DivClassName
{
background-color: #DBABAB;
}
.BgClassName
{
background-color: #DBABAB;
}
</style>
border-color css
<style>
span { border-color: #DBABAB; }
span { border-color: rgb(219,171,171); }
td.TdClassName
{
border-color: #DBABAB;
}
.TagClassName
{
border-color: #DBABAB;
}
</style>