Shades of Oyster Pink #D9B3AB
Tints of Oyster Pink #D9B3AB
RGB
CMYK
RGB Variations
Color information
#D9B3AB (or 0xD9B3AB) is known color: Oyster Pink. HEX triplet: D9, B3 and AB. RGB value is (217,179,171). Sum of RGB (Red+Green+Blue) = 217+179+171=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B3AB is #264C54. Grayscale: #BDBDBD. Windows color (decimal): -2509909 or 11252697. OLE color: 11252697.
HSL color Cylindrical-coordinate representation of color #D9B3AB: hue angle of 10.43º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9B3AB is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 171 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.15 |
| HSL | 10.43º | 0.38% | 0.76% | - |
| HSV(B) | 10.43º | 0.21% | 0.85% | - |
| XYZ | 52.09 | 49.93 | 45.42 | - |
| YUV | 189.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 171 | 0 | 0.18 | 0.21 | 0.15 | 10.43 | 0.38 | 0.76 |
| Hex | D9 | B3 | AB | 0 | 12 | 15 | F | A | 26 | 4C |
| Octal | 331 | 263 | 253 | 0 | 22 | 25 | 17 | 12 | 46 | 114 |
| Binary | 11011001 | 10110011 | 10101011 | 0 | 10010 | 10101 | 1111 | 1010 | 100110 | 1001100 |
Color Harmonies of #D9B3AB
Complementary color
Monochromatic Colors of #D9B3AB
Black with #D9B3AB
Text Example
Text Example
White with #D9B3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B3AB; }
p { color: rgb(217,179,171); }
H1.HeaderClassName
{
color: #D9B3AB;
}
.AnyTagClassName
{
color: #D9B3AB;
}
</style>
background-color css
<style>
a { background-color: #D9B3AB; }
a { background-color: rgb(217,179,171); }
div.DivClassName
{
background-color: #D9B3AB;
}
.BgClassName
{
background-color: #D9B3AB;
}
</style>
border-color css
<style>
span { border-color: #D9B3AB; }
span { border-color: rgb(217,179,171); }
td.TdClassName
{
border-color: #D9B3AB;
}
.TagClassName
{
border-color: #D9B3AB;
}
</style>