Shades of Oyster Pink #D1AAA9
Tints of Oyster Pink #D1AAA9
RGB
CMYK
RGB Variations
Color information
#D1AAA9 (or 0xD1AAA9) is known color: Oyster Pink. HEX triplet: D1, AA and A9. RGB value is (209,170,169). Sum of RGB (Red+Green+Blue) = 209+170+169=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AAA9 is #2E5556. Grayscale: #B5B5B5. Windows color (decimal): -3036503 or 11119313. OLE color: 11119313.
HSL color Cylindrical-coordinate representation of color #D1AAA9: hue angle of 1.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AAA9 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 169 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.18 |
| HSL | 1.5º | 0.3% | 0.74% | - |
| HSV(B) | 1.5º | 0.19% | 0.82% | - |
| XYZ | 47.83 | 45.17 | 43.73 | - |
| YUV | 181.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 169 | 0 | 0.19 | 0.19 | 0.18 | 1.5 | 0.3 | 0.74 |
| Hex | D1 | AA | A9 | 0 | 13 | 13 | 12 | 2 | 1E | 4A |
| Octal | 321 | 252 | 251 | 0 | 23 | 23 | 22 | 2 | 36 | 112 |
| Binary | 11010001 | 10101010 | 10101001 | 0 | 10011 | 10011 | 10010 | 10 | 11110 | 1001010 |
Color Harmonies of #D1AAA9
Complementary color
Monochromatic Colors of #D1AAA9
Black with #D1AAA9
Text Example
Text Example
White with #D1AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AAA9; }
p { color: rgb(209,170,169); }
H1.HeaderClassName
{
color: #D1AAA9;
}
.AnyTagClassName
{
color: #D1AAA9;
}
</style>
background-color css
<style>
a { background-color: #D1AAA9; }
a { background-color: rgb(209,170,169); }
div.DivClassName
{
background-color: #D1AAA9;
}
.BgClassName
{
background-color: #D1AAA9;
}
</style>
border-color css
<style>
span { border-color: #D1AAA9; }
span { border-color: rgb(209,170,169); }
td.TdClassName
{
border-color: #D1AAA9;
}
.TagClassName
{
border-color: #D1AAA9;
}
</style>