Shades of Oyster Pink #D9B0AD
Tints of Oyster Pink #D9B0AD
RGB
CMYK
RGB Variations
Color information
#D9B0AD (or 0xD9B0AD) is known color: Oyster Pink. HEX triplet: D9, B0 and AD. RGB value is (217,176,173). Sum of RGB (Red+Green+Blue) = 217+176+173=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B0AD is #264F52. Grayscale: #BBBBBB. Windows color (decimal): -2510675 or 11383001. OLE color: 11383001.
HSL color Cylindrical-coordinate representation of color #D9B0AD: hue angle of 4.09º 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 #D9B0AD is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 173 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.15 |
| HSL | 4.09º | 0.37% | 0.76% | - |
| HSV(B) | 4.09º | 0.2% | 0.85% | - |
| XYZ | 51.68 | 48.82 | 46.23 | - |
| YUV | 187.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 173 | 0 | 0.19 | 0.20 | 0.15 | 4.09 | 0.37 | 0.76 |
| Hex | D9 | B0 | AD | 0 | 13 | 14 | F | 4 | 25 | 4C |
| Octal | 331 | 260 | 255 | 0 | 23 | 24 | 17 | 4 | 45 | 114 |
| Binary | 11011001 | 10110000 | 10101101 | 0 | 10011 | 10100 | 1111 | 100 | 100101 | 1001100 |
Color Harmonies of #D9B0AD
Complementary color
Monochromatic Colors of #D9B0AD
Black with #D9B0AD
Text Example
Text Example
White with #D9B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0AD; }
p { color: rgb(217,176,173); }
H1.HeaderClassName
{
color: #D9B0AD;
}
.AnyTagClassName
{
color: #D9B0AD;
}
</style>
background-color css
<style>
a { background-color: #D9B0AD; }
a { background-color: rgb(217,176,173); }
div.DivClassName
{
background-color: #D9B0AD;
}
.BgClassName
{
background-color: #D9B0AD;
}
</style>
border-color css
<style>
span { border-color: #D9B0AD; }
span { border-color: rgb(217,176,173); }
td.TdClassName
{
border-color: #D9B0AD;
}
.TagClassName
{
border-color: #D9B0AD;
}
</style>