Shades of Oyster Pink #D9AAAA
Tints of Oyster Pink #D9AAAA
RGB
CMYK
RGB Variations
Color information
#D9AAAA (or 0xD9AAAA) is known color: Oyster Pink. HEX triplet: D9, AA and AA. RGB value is (217,170,170). Sum of RGB (Red+Green+Blue) = 217+170+170=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAAA is #265555. Grayscale: #B8B8B8. Windows color (decimal): -2512214 or 11184857. OLE color: 11184857.
HSL color Cylindrical-coordinate representation of color #D9AAAA: hue angle of 0º degrees, saturation: 0.38, 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 #D9AAAA is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 170 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.15 |
| HSL | 0º | 0.38% | 0.76% | - |
| HSV(B) | 0º | 0.22% | 0.85% | - |
| XYZ | 50.25 | 46.4 | 44.34 | - |
| YUV | 184.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 170 | 0 | 0.22 | 0.22 | 0.15 | 0 | 0.38 | 0.76 |
| Hex | D9 | AA | AA | 0 | 16 | 16 | F | 0 | 26 | 4C |
| Octal | 331 | 252 | 252 | 0 | 26 | 26 | 17 | 0 | 46 | 114 |
| Binary | 11011001 | 10101010 | 10101010 | 0 | 10110 | 10110 | 1111 | 0 | 100110 | 1001100 |
Color Harmonies of #D9AAAA
Complementary color
Monochromatic Colors of #D9AAAA
Black with #D9AAAA
Text Example
Text Example
White with #D9AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAAA; }
p { color: rgb(217,170,170); }
H1.HeaderClassName
{
color: #D9AAAA;
}
.AnyTagClassName
{
color: #D9AAAA;
}
</style>
background-color css
<style>
a { background-color: #D9AAAA; }
a { background-color: rgb(217,170,170); }
div.DivClassName
{
background-color: #D9AAAA;
}
.BgClassName
{
background-color: #D9AAAA;
}
</style>
border-color css
<style>
span { border-color: #D9AAAA; }
span { border-color: rgb(217,170,170); }
td.TdClassName
{
border-color: #D9AAAA;
}
.TagClassName
{
border-color: #D9AAAA;
}
</style>