Shades of Oyster Pink #D9ABA7
Tints of Oyster Pink #D9ABA7
RGB
CMYK
RGB Variations
Color information
#D9ABA7 (or 0xD9ABA7) is known color: Oyster Pink. HEX triplet: D9, AB and A7. RGB value is (217,171,167). Sum of RGB (Red+Green+Blue) = 217+171+167=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABA7 is #265458. Grayscale: #B8B8B8. Windows color (decimal): -2511961 or 10988505. OLE color: 10988505.
HSL color Cylindrical-coordinate representation of color #D9ABA7: hue angle of 4.8º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9ABA7 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 167 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.15 |
| HSL | 4.8º | 0.4% | 0.75% | - |
| HSV(B) | 4.8º | 0.23% | 0.85% | - |
| XYZ | 50.15 | 46.67 | 42.92 | - |
| YUV | 184.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 167 | 0 | 0.21 | 0.23 | 0.15 | 4.8 | 0.4 | 0.75 |
| Hex | D9 | AB | A7 | 0 | 15 | 17 | F | 5 | 28 | 4B |
| Octal | 331 | 253 | 247 | 0 | 25 | 27 | 17 | 5 | 50 | 113 |
| Binary | 11011001 | 10101011 | 10100111 | 0 | 10101 | 10111 | 1111 | 101 | 101000 | 1001011 |
Color Harmonies of #D9ABA7
Complementary color
Monochromatic Colors of #D9ABA7
Black with #D9ABA7
Text Example
Text Example
White with #D9ABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ABA7; }
p { color: rgb(217,171,167); }
H1.HeaderClassName
{
color: #D9ABA7;
}
.AnyTagClassName
{
color: #D9ABA7;
}
</style>
background-color css
<style>
a { background-color: #D9ABA7; }
a { background-color: rgb(217,171,167); }
div.DivClassName
{
background-color: #D9ABA7;
}
.BgClassName
{
background-color: #D9ABA7;
}
</style>
border-color css
<style>
span { border-color: #D9ABA7; }
span { border-color: rgb(217,171,167); }
td.TdClassName
{
border-color: #D9ABA7;
}
.TagClassName
{
border-color: #D9ABA7;
}
</style>