Shades of Oyster Pink #D9B2AB
Tints of Oyster Pink #D9B2AB
RGB
CMYK
RGB Variations
Color information
#D9B2AB (or 0xD9B2AB) is known color: Oyster Pink. HEX triplet: D9, B2 and AB. RGB value is (217,178,171). Sum of RGB (Red+Green+Blue) = 217+178+171=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B2AB is #264D54. Grayscale: #BCBCBC. Windows color (decimal): -2510165 or 11252441. OLE color: 11252441.
HSL color Cylindrical-coordinate representation of color #D9B2AB: hue angle of 9.13º 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 #D9B2AB is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 171 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.15 |
| HSL | 9.13º | 0.38% | 0.76% | - |
| HSV(B) | 9.13º | 0.21% | 0.85% | - |
| XYZ | 51.89 | 49.53 | 45.35 | - |
| YUV | 188.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 171 | 0 | 0.18 | 0.21 | 0.15 | 9.13 | 0.38 | 0.76 |
| Hex | D9 | B2 | AB | 0 | 12 | 15 | F | 9 | 26 | 4C |
| Octal | 331 | 262 | 253 | 0 | 22 | 25 | 17 | 11 | 46 | 114 |
| Binary | 11011001 | 10110010 | 10101011 | 0 | 10010 | 10101 | 1111 | 1001 | 100110 | 1001100 |
Color Harmonies of #D9B2AB
Complementary color
Monochromatic Colors of #D9B2AB
Black with #D9B2AB
Text Example
Text Example
White with #D9B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B2AB; }
p { color: rgb(217,178,171); }
H1.HeaderClassName
{
color: #D9B2AB;
}
.AnyTagClassName
{
color: #D9B2AB;
}
</style>
background-color css
<style>
a { background-color: #D9B2AB; }
a { background-color: rgb(217,178,171); }
div.DivClassName
{
background-color: #D9B2AB;
}
.BgClassName
{
background-color: #D9B2AB;
}
</style>
border-color css
<style>
span { border-color: #D9B2AB; }
span { border-color: rgb(217,178,171); }
td.TdClassName
{
border-color: #D9B2AB;
}
.TagClassName
{
border-color: #D9B2AB;
}
</style>