Shades of Oyster Pink #D9B1AF
Tints of Oyster Pink #D9B1AF
RGB
CMYK
RGB Variations
Color information
#D9B1AF (or 0xD9B1AF) is known color: Oyster Pink. HEX triplet: D9, B1 and AF. RGB value is (217,177,175). Sum of RGB (Red+Green+Blue) = 217+177+175=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B1AF is #264E50. Grayscale: #BCBCBC. Windows color (decimal): -2510417 or 11514329. OLE color: 11514329.
HSL color Cylindrical-coordinate representation of color #D9B1AF: hue angle of 2.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B1AF is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 175 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.15 |
| HSL | 2.86º | 0.36% | 0.77% | - |
| HSV(B) | 2.86º | 0.19% | 0.85% | - |
| XYZ | 52.08 | 49.29 | 47.33 | - |
| YUV | 188.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 175 | 0 | 0.18 | 0.19 | 0.15 | 2.86 | 0.36 | 0.77 |
| Hex | D9 | B1 | AF | 0 | 12 | 13 | F | 3 | 24 | 4D |
| Octal | 331 | 261 | 257 | 0 | 22 | 23 | 17 | 3 | 44 | 115 |
| Binary | 11011001 | 10110001 | 10101111 | 0 | 10010 | 10011 | 1111 | 11 | 100100 | 1001101 |
Color Harmonies of #D9B1AF
Complementary color
Monochromatic Colors of #D9B1AF
Black with #D9B1AF
Text Example
Text Example
White with #D9B1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B1AF; }
p { color: rgb(217,177,175); }
H1.HeaderClassName
{
color: #D9B1AF;
}
.AnyTagClassName
{
color: #D9B1AF;
}
</style>
background-color css
<style>
a { background-color: #D9B1AF; }
a { background-color: rgb(217,177,175); }
div.DivClassName
{
background-color: #D9B1AF;
}
.BgClassName
{
background-color: #D9B1AF;
}
</style>
border-color css
<style>
span { border-color: #D9B1AF; }
span { border-color: rgb(217,177,175); }
td.TdClassName
{
border-color: #D9B1AF;
}
.TagClassName
{
border-color: #D9B1AF;
}
</style>