Shades of Oyster Pink #DBB1AA
Tints of Oyster Pink #DBB1AA
RGB
CMYK
RGB Variations
Color information
#DBB1AA (or 0xDBB1AA) is known color: Oyster Pink. HEX triplet: DB, B1 and AA. RGB value is (219,177,170). Sum of RGB (Red+Green+Blue) = 219+177+170=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB1AA is #244E55. Grayscale: #BCBCBC. Windows color (decimal): -2379350 or 11186651. OLE color: 11186651.
HSL color Cylindrical-coordinate representation of color #DBB1AA: hue angle of 8.57º 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 #DBB1AA is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 170 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.14 |
| HSL | 8.57º | 0.4% | 0.76% | - |
| HSV(B) | 8.57º | 0.22% | 0.86% | - |
| XYZ | 52.19 | 49.41 | 44.82 | - |
| YUV | 188.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 170 | 0 | 0.19 | 0.22 | 0.14 | 8.57 | 0.4 | 0.76 |
| Hex | DB | B1 | AA | 0 | 13 | 16 | E | 9 | 28 | 4C |
| Octal | 333 | 261 | 252 | 0 | 23 | 26 | 16 | 11 | 50 | 114 |
| Binary | 11011011 | 10110001 | 10101010 | 0 | 10011 | 10110 | 1110 | 1001 | 101000 | 1001100 |
Color Harmonies of #DBB1AA
Complementary color
Monochromatic Colors of #DBB1AA
Black with #DBB1AA
Text Example
Text Example
White with #DBB1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1AA; }
p { color: rgb(219,177,170); }
H1.HeaderClassName
{
color: #DBB1AA;
}
.AnyTagClassName
{
color: #DBB1AA;
}
</style>
background-color css
<style>
a { background-color: #DBB1AA; }
a { background-color: rgb(219,177,170); }
div.DivClassName
{
background-color: #DBB1AA;
}
.BgClassName
{
background-color: #DBB1AA;
}
</style>
border-color css
<style>
span { border-color: #DBB1AA; }
span { border-color: rgb(219,177,170); }
td.TdClassName
{
border-color: #DBB1AA;
}
.TagClassName
{
border-color: #DBB1AA;
}
</style>