Shades of Oyster Pink #DBB0AB
Tints of Oyster Pink #DBB0AB
RGB
CMYK
RGB Variations
Color information
#DBB0AB (or 0xDBB0AB) is known color: Oyster Pink. HEX triplet: DB, B0 and AB. RGB value is (219,176,171). Sum of RGB (Red+Green+Blue) = 219+176+171=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB0AB is #244F54. Grayscale: #BCBCBC. Windows color (decimal): -2379605 or 11251931. OLE color: 11251931.
HSL color Cylindrical-coordinate representation of color #DBB0AB: hue angle of 6.25º 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 #DBB0AB is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 171 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.14 |
| HSL | 6.25º | 0.4% | 0.76% | - |
| HSV(B) | 6.25º | 0.22% | 0.86% | - |
| XYZ | 52.09 | 49.05 | 45.25 | - |
| YUV | 188.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 171 | 0 | 0.20 | 0.22 | 0.14 | 6.25 | 0.4 | 0.76 |
| Hex | DB | B0 | AB | 0 | 14 | 16 | E | 6 | 28 | 4C |
| Octal | 333 | 260 | 253 | 0 | 24 | 26 | 16 | 6 | 50 | 114 |
| Binary | 11011011 | 10110000 | 10101011 | 0 | 10100 | 10110 | 1110 | 110 | 101000 | 1001100 |
Color Harmonies of #DBB0AB
Complementary color
Monochromatic Colors of #DBB0AB
Black with #DBB0AB
Text Example
Text Example
White with #DBB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0AB; }
p { color: rgb(219,176,171); }
H1.HeaderClassName
{
color: #DBB0AB;
}
.AnyTagClassName
{
color: #DBB0AB;
}
</style>
background-color css
<style>
a { background-color: #DBB0AB; }
a { background-color: rgb(219,176,171); }
div.DivClassName
{
background-color: #DBB0AB;
}
.BgClassName
{
background-color: #DBB0AB;
}
</style>
border-color css
<style>
span { border-color: #DBB0AB; }
span { border-color: rgb(219,176,171); }
td.TdClassName
{
border-color: #DBB0AB;
}
.TagClassName
{
border-color: #DBB0AB;
}
</style>