Shades of Oyster Pink #D9AAA9
Tints of Oyster Pink #D9AAA9
RGB
CMYK
RGB Variations
Color information
#D9AAA9 (or 0xD9AAA9) is known color: Oyster Pink. HEX triplet: D9, AA and A9. RGB value is (217,170,169). Sum of RGB (Red+Green+Blue) = 217+170+169=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAA9 is #265556. Grayscale: #B7B7B7. Windows color (decimal): -2512215 or 11119321. OLE color: 11119321.
HSL color Cylindrical-coordinate representation of color #D9AAA9: hue angle of 1.25º 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 #D9AAA9 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 169 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.15 |
| HSL | 1.25º | 0.39% | 0.76% | - |
| HSV(B) | 1.25º | 0.22% | 0.85% | - |
| XYZ | 50.15 | 46.37 | 43.84 | - |
| YUV | 183.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 169 | 0 | 0.22 | 0.22 | 0.15 | 1.25 | 0.39 | 0.76 |
| Hex | D9 | AA | A9 | 0 | 16 | 16 | F | 1 | 27 | 4C |
| Octal | 331 | 252 | 251 | 0 | 26 | 26 | 17 | 1 | 47 | 114 |
| Binary | 11011001 | 10101010 | 10101001 | 0 | 10110 | 10110 | 1111 | 1 | 100111 | 1001100 |
Color Harmonies of #D9AAA9
Complementary color
Monochromatic Colors of #D9AAA9
Black with #D9AAA9
Text Example
Text Example
White with #D9AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAA9; }
p { color: rgb(217,170,169); }
H1.HeaderClassName
{
color: #D9AAA9;
}
.AnyTagClassName
{
color: #D9AAA9;
}
</style>
background-color css
<style>
a { background-color: #D9AAA9; }
a { background-color: rgb(217,170,169); }
div.DivClassName
{
background-color: #D9AAA9;
}
.BgClassName
{
background-color: #D9AAA9;
}
</style>
border-color css
<style>
span { border-color: #D9AAA9; }
span { border-color: rgb(217,170,169); }
td.TdClassName
{
border-color: #D9AAA9;
}
.TagClassName
{
border-color: #D9AAA9;
}
</style>