Shades of Oyster Pink #D9AAA6
Tints of Oyster Pink #D9AAA6
RGB
CMYK
RGB Variations
Color information
#D9AAA6 (or 0xD9AAA6) is known color: Oyster Pink. HEX triplet: D9, AA and A6. RGB value is (217,170,166). Sum of RGB (Red+Green+Blue) = 217+170+166=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAA6 is #265559. Grayscale: #B7B7B7. Windows color (decimal): -2512218 or 10922713. OLE color: 10922713.
HSL color Cylindrical-coordinate representation of color #D9AAA6: hue angle of 4.71º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9AAA6 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 166 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.15 |
| HSL | 4.71º | 0.4% | 0.75% | - |
| HSV(B) | 4.71º | 0.24% | 0.85% | - |
| XYZ | 49.87 | 46.25 | 42.38 | - |
| YUV | 183.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 166 | 0 | 0.22 | 0.24 | 0.15 | 4.71 | 0.4 | 0.75 |
| Hex | D9 | AA | A6 | 0 | 16 | 18 | F | 5 | 28 | 4B |
| Octal | 331 | 252 | 246 | 0 | 26 | 30 | 17 | 5 | 50 | 113 |
| Binary | 11011001 | 10101010 | 10100110 | 0 | 10110 | 11000 | 1111 | 101 | 101000 | 1001011 |
Color Harmonies of #D9AAA6
Complementary color
Monochromatic Colors of #D9AAA6
Black with #D9AAA6
Text Example
Text Example
White with #D9AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAA6; }
p { color: rgb(217,170,166); }
H1.HeaderClassName
{
color: #D9AAA6;
}
.AnyTagClassName
{
color: #D9AAA6;
}
</style>
background-color css
<style>
a { background-color: #D9AAA6; }
a { background-color: rgb(217,170,166); }
div.DivClassName
{
background-color: #D9AAA6;
}
.BgClassName
{
background-color: #D9AAA6;
}
</style>
border-color css
<style>
span { border-color: #D9AAA6; }
span { border-color: rgb(217,170,166); }
td.TdClassName
{
border-color: #D9AAA6;
}
.TagClassName
{
border-color: #D9AAA6;
}
</style>