Shades of Oyster Pink #D8AAA8
Tints of Oyster Pink #D8AAA8
RGB
CMYK
RGB Variations
Color information
#D8AAA8 (or 0xD8AAA8) is known color: Oyster Pink. HEX triplet: D8, AA and A8. RGB value is (216,170,168). Sum of RGB (Red+Green+Blue) = 216+170+168=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AAA8 is #275557. Grayscale: #B7B7B7. Windows color (decimal): -2577752 or 11053784. OLE color: 11053784.
HSL color Cylindrical-coordinate representation of color #D8AAA8: hue angle of 2.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8AAA8 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 168 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.15 |
| HSL | 2.5º | 0.38% | 0.75% | - |
| HSV(B) | 2.5º | 0.22% | 0.85% | - |
| XYZ | 49.76 | 46.18 | 43.34 | - |
| YUV | 183.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 168 | 0 | 0.21 | 0.22 | 0.15 | 2.5 | 0.38 | 0.75 |
| Hex | D8 | AA | A8 | 0 | 15 | 16 | F | 2 | 26 | 4B |
| Octal | 330 | 252 | 250 | 0 | 25 | 26 | 17 | 2 | 46 | 113 |
| Binary | 11011000 | 10101010 | 10101000 | 0 | 10101 | 10110 | 1111 | 10 | 100110 | 1001011 |
Color Harmonies of #D8AAA8
Complementary color
Monochromatic Colors of #D8AAA8
Black with #D8AAA8
Text Example
Text Example
White with #D8AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AAA8; }
p { color: rgb(216,170,168); }
H1.HeaderClassName
{
color: #D8AAA8;
}
.AnyTagClassName
{
color: #D8AAA8;
}
</style>
background-color css
<style>
a { background-color: #D8AAA8; }
a { background-color: rgb(216,170,168); }
div.DivClassName
{
background-color: #D8AAA8;
}
.BgClassName
{
background-color: #D8AAA8;
}
</style>
border-color css
<style>
span { border-color: #D8AAA8; }
span { border-color: rgb(216,170,168); }
td.TdClassName
{
border-color: #D8AAA8;
}
.TagClassName
{
border-color: #D8AAA8;
}
</style>