Shades of Oyster Pink #DBADAB
Tints of Oyster Pink #DBADAB
RGB
CMYK
RGB Variations
Color information
#DBADAB (or 0xDBADAB) is known color: Oyster Pink. HEX triplet: DB, AD and AB. RGB value is (219,173,171). Sum of RGB (Red+Green+Blue) = 219+173+171=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBADAB is #245254. Grayscale: #BABABA. Windows color (decimal): -2380373 or 11251163. OLE color: 11251163.
HSL color Cylindrical-coordinate representation of color #DBADAB: hue angle of 2.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 #DBADAB is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 171 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.14 |
| HSL | 2.5º | 0.4% | 0.76% | - |
| HSV(B) | 2.5º | 0.22% | 0.86% | - |
| XYZ | 51.51 | 47.89 | 45.06 | - |
| YUV | 186.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 171 | 0 | 0.21 | 0.22 | 0.14 | 2.5 | 0.4 | 0.76 |
| Hex | DB | AD | AB | 0 | 15 | 16 | E | 2 | 28 | 4C |
| Octal | 333 | 255 | 253 | 0 | 25 | 26 | 16 | 2 | 50 | 114 |
| Binary | 11011011 | 10101101 | 10101011 | 0 | 10101 | 10110 | 1110 | 10 | 101000 | 1001100 |
Color Harmonies of #DBADAB
Complementary color
Monochromatic Colors of #DBADAB
Black with #DBADAB
Text Example
Text Example
White with #DBADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADAB; }
p { color: rgb(219,173,171); }
H1.HeaderClassName
{
color: #DBADAB;
}
.AnyTagClassName
{
color: #DBADAB;
}
</style>
background-color css
<style>
a { background-color: #DBADAB; }
a { background-color: rgb(219,173,171); }
div.DivClassName
{
background-color: #DBADAB;
}
.BgClassName
{
background-color: #DBADAB;
}
</style>
border-color css
<style>
span { border-color: #DBADAB; }
span { border-color: rgb(219,173,171); }
td.TdClassName
{
border-color: #DBADAB;
}
.TagClassName
{
border-color: #DBADAB;
}
</style>