Shades of Oyster Pink #D1AEA9
Tints of Oyster Pink #D1AEA9
RGB
CMYK
RGB Variations
Color information
#D1AEA9 (or 0xD1AEA9) is known color: Oyster Pink. HEX triplet: D1, AE and A9. RGB value is (209,174,169). Sum of RGB (Red+Green+Blue) = 209+174+169=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AEA9 is #2E5156. Grayscale: #B7B7B7. Windows color (decimal): -3035479 or 11120337. OLE color: 11120337.
HSL color Cylindrical-coordinate representation of color #D1AEA9: hue angle of 7.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 #D1AEA9 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 174 | 169 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.18 |
| HSL | 7.5º | 0.3% | 0.74% | - |
| HSV(B) | 7.5º | 0.19% | 0.82% | - |
| XYZ | 48.59 | 46.69 | 43.99 | - |
| YUV | 183.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 174 | 169 | 0 | 0.17 | 0.19 | 0.18 | 7.5 | 0.3 | 0.74 |
| Hex | D1 | AE | A9 | 0 | 11 | 13 | 12 | 8 | 1E | 4A |
| Octal | 321 | 256 | 251 | 0 | 21 | 23 | 22 | 10 | 36 | 112 |
| Binary | 11010001 | 10101110 | 10101001 | 0 | 10001 | 10011 | 10010 | 1000 | 11110 | 1001010 |
Color Harmonies of #D1AEA9
Complementary color
Monochromatic Colors of #D1AEA9
Black with #D1AEA9
Text Example
Text Example
White with #D1AEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AEA9; }
p { color: rgb(209,174,169); }
H1.HeaderClassName
{
color: #D1AEA9;
}
.AnyTagClassName
{
color: #D1AEA9;
}
</style>
background-color css
<style>
a { background-color: #D1AEA9; }
a { background-color: rgb(209,174,169); }
div.DivClassName
{
background-color: #D1AEA9;
}
.BgClassName
{
background-color: #D1AEA9;
}
</style>
border-color css
<style>
span { border-color: #D1AEA9; }
span { border-color: rgb(209,174,169); }
td.TdClassName
{
border-color: #D1AEA9;
}
.TagClassName
{
border-color: #D1AEA9;
}
</style>