Shades of Oyster Pink #D9B0A9
Tints of Oyster Pink #D9B0A9
RGB
CMYK
RGB Variations
Color information
#D9B0A9 (or 0xD9B0A9) is known color: Oyster Pink. HEX triplet: D9, B0 and A9. RGB value is (217,176,169). Sum of RGB (Red+Green+Blue) = 217+176+169=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B0A9 is #264F56. Grayscale: #BBBBBB. Windows color (decimal): -2510679 or 11120857. OLE color: 11120857.
HSL color Cylindrical-coordinate representation of color #D9B0A9: hue angle of 8.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9B0A9 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 169 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.15 |
| HSL | 8.75º | 0.39% | 0.76% | - |
| HSV(B) | 8.75º | 0.22% | 0.85% | - |
| XYZ | 51.3 | 48.67 | 44.23 | - |
| YUV | 187.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 169 | 0 | 0.19 | 0.22 | 0.15 | 8.75 | 0.39 | 0.76 |
| Hex | D9 | B0 | A9 | 0 | 13 | 16 | F | 9 | 27 | 4C |
| Octal | 331 | 260 | 251 | 0 | 23 | 26 | 17 | 11 | 47 | 114 |
| Binary | 11011001 | 10110000 | 10101001 | 0 | 10011 | 10110 | 1111 | 1001 | 100111 | 1001100 |
Color Harmonies of #D9B0A9
Complementary color
Monochromatic Colors of #D9B0A9
Black with #D9B0A9
Text Example
Text Example
White with #D9B0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0A9; }
p { color: rgb(217,176,169); }
H1.HeaderClassName
{
color: #D9B0A9;
}
.AnyTagClassName
{
color: #D9B0A9;
}
</style>
background-color css
<style>
a { background-color: #D9B0A9; }
a { background-color: rgb(217,176,169); }
div.DivClassName
{
background-color: #D9B0A9;
}
.BgClassName
{
background-color: #D9B0A9;
}
</style>
border-color css
<style>
span { border-color: #D9B0A9; }
span { border-color: rgb(217,176,169); }
td.TdClassName
{
border-color: #D9B0A9;
}
.TagClassName
{
border-color: #D9B0A9;
}
</style>