Shades of Oyster Pink #D5AEA9
Tints of Oyster Pink #D5AEA9
RGB
CMYK
RGB Variations
Color information
#D5AEA9 (or 0xD5AEA9) is known color: Oyster Pink. HEX triplet: D5, AE and A9. RGB value is (213,174,169). Sum of RGB (Red+Green+Blue) = 213+174+169=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AEA9 is #2A5156. Grayscale: #B9B9B9. Windows color (decimal): -2773335 or 11120341. OLE color: 11120341.
HSL color Cylindrical-coordinate representation of color #D5AEA9: hue angle of 6.82º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5AEA9 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 174 | 169 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.16 |
| HSL | 6.82º | 0.34% | 0.75% | - |
| HSV(B) | 6.82º | 0.21% | 0.84% | - |
| XYZ | 49.74 | 47.28 | 44.04 | - |
| YUV | 185.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 174 | 169 | 0 | 0.18 | 0.21 | 0.16 | 6.82 | 0.34 | 0.75 |
| Hex | D5 | AE | A9 | 0 | 12 | 15 | 10 | 7 | 22 | 4B |
| Octal | 325 | 256 | 251 | 0 | 22 | 25 | 20 | 7 | 42 | 113 |
| Binary | 11010101 | 10101110 | 10101001 | 0 | 10010 | 10101 | 10000 | 111 | 100010 | 1001011 |
Color Harmonies of #D5AEA9
Complementary color
Monochromatic Colors of #D5AEA9
Black with #D5AEA9
Text Example
Text Example
White with #D5AEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AEA9; }
p { color: rgb(213,174,169); }
H1.HeaderClassName
{
color: #D5AEA9;
}
.AnyTagClassName
{
color: #D5AEA9;
}
</style>
background-color css
<style>
a { background-color: #D5AEA9; }
a { background-color: rgb(213,174,169); }
div.DivClassName
{
background-color: #D5AEA9;
}
.BgClassName
{
background-color: #D5AEA9;
}
</style>
border-color css
<style>
span { border-color: #D5AEA9; }
span { border-color: rgb(213,174,169); }
td.TdClassName
{
border-color: #D5AEA9;
}
.TagClassName
{
border-color: #D5AEA9;
}
</style>