Shades of Oyster Pink #D9B1AD
Tints of Oyster Pink #D9B1AD
RGB
CMYK
RGB Variations
Color information
#D9B1AD (or 0xD9B1AD) is known color: Oyster Pink. HEX triplet: D9, B1 and AD. RGB value is (217,177,173). Sum of RGB (Red+Green+Blue) = 217+177+173=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B1AD is #264E52. Grayscale: #BCBCBC. Windows color (decimal): -2510419 or 11383257. OLE color: 11383257.
HSL color Cylindrical-coordinate representation of color #D9B1AD: hue angle of 5.45º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9B1AD is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 173 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.15 |
| HSL | 5.45º | 0.37% | 0.76% | - |
| HSV(B) | 5.45º | 0.2% | 0.85% | - |
| XYZ | 51.88 | 49.21 | 46.3 | - |
| YUV | 188.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 173 | 0 | 0.18 | 0.20 | 0.15 | 5.45 | 0.37 | 0.76 |
| Hex | D9 | B1 | AD | 0 | 12 | 14 | F | 5 | 25 | 4C |
| Octal | 331 | 261 | 255 | 0 | 22 | 24 | 17 | 5 | 45 | 114 |
| Binary | 11011001 | 10110001 | 10101101 | 0 | 10010 | 10100 | 1111 | 101 | 100101 | 1001100 |
Color Harmonies of #D9B1AD
Complementary color
Monochromatic Colors of #D9B1AD
Black with #D9B1AD
Text Example
Text Example
White with #D9B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B1AD; }
p { color: rgb(217,177,173); }
H1.HeaderClassName
{
color: #D9B1AD;
}
.AnyTagClassName
{
color: #D9B1AD;
}
</style>
background-color css
<style>
a { background-color: #D9B1AD; }
a { background-color: rgb(217,177,173); }
div.DivClassName
{
background-color: #D9B1AD;
}
.BgClassName
{
background-color: #D9B1AD;
}
</style>
border-color css
<style>
span { border-color: #D9B1AD; }
span { border-color: rgb(217,177,173); }
td.TdClassName
{
border-color: #D9B1AD;
}
.TagClassName
{
border-color: #D9B1AD;
}
</style>