Shades of Oyster Pink #D0AAA9
Tints of Oyster Pink #D0AAA9
RGB
CMYK
RGB Variations
Color information
#D0AAA9 (or 0xD0AAA9) is known color: Oyster Pink. HEX triplet: D0, AA and A9. RGB value is (208,170,169). Sum of RGB (Red+Green+Blue) = 208+170+169=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AAA9 is #2F5556. Grayscale: #B5B5B5. Windows color (decimal): -3102039 or 11119312. OLE color: 11119312.
HSL color Cylindrical-coordinate representation of color #D0AAA9: hue angle of 1.54º degrees, saturation: 0.29, 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 #D0AAA9 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 169 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.18 |
| HSL | 1.54º | 0.29% | 0.74% | - |
| HSV(B) | 1.54º | 0.19% | 0.82% | - |
| XYZ | 47.55 | 45.02 | 43.72 | - |
| YUV | 181.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 169 | 0 | 0.18 | 0.19 | 0.18 | 1.54 | 0.29 | 0.74 |
| Hex | D0 | AA | A9 | 0 | 12 | 13 | 12 | 2 | 1D | 4A |
| Octal | 320 | 252 | 251 | 0 | 22 | 23 | 22 | 2 | 35 | 112 |
| Binary | 11010000 | 10101010 | 10101001 | 0 | 10010 | 10011 | 10010 | 10 | 11101 | 1001010 |
Color Harmonies of #D0AAA9
Complementary color
Monochromatic Colors of #D0AAA9
Black with #D0AAA9
Text Example
Text Example
White with #D0AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAA9; }
p { color: rgb(208,170,169); }
H1.HeaderClassName
{
color: #D0AAA9;
}
.AnyTagClassName
{
color: #D0AAA9;
}
</style>
background-color css
<style>
a { background-color: #D0AAA9; }
a { background-color: rgb(208,170,169); }
div.DivClassName
{
background-color: #D0AAA9;
}
.BgClassName
{
background-color: #D0AAA9;
}
</style>
border-color css
<style>
span { border-color: #D0AAA9; }
span { border-color: rgb(208,170,169); }
td.TdClassName
{
border-color: #D0AAA9;
}
.TagClassName
{
border-color: #D0AAA9;
}
</style>