Shades of Oyster Pink #D8ADAA
Tints of Oyster Pink #D8ADAA
RGB
CMYK
RGB Variations
Color information
#D8ADAA (or 0xD8ADAA) is known color: Oyster Pink. HEX triplet: D8, AD and AA. RGB value is (216,173,170). Sum of RGB (Red+Green+Blue) = 216+173+170=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADAA is #275255. Grayscale: #B9B9B9. Windows color (decimal): -2576982 or 11185624. OLE color: 11185624.
HSL color Cylindrical-coordinate representation of color #D8ADAA: hue angle of 3.91º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8ADAA is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 170 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.15 |
| HSL | 3.91º | 0.37% | 0.76% | - |
| HSV(B) | 3.91º | 0.21% | 0.85% | - |
| XYZ | 50.52 | 47.39 | 44.51 | - |
| YUV | 185.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 170 | 0 | 0.20 | 0.21 | 0.15 | 3.91 | 0.37 | 0.76 |
| Hex | D8 | AD | AA | 0 | 14 | 15 | F | 4 | 25 | 4C |
| Octal | 330 | 255 | 252 | 0 | 24 | 25 | 17 | 4 | 45 | 114 |
| Binary | 11011000 | 10101101 | 10101010 | 0 | 10100 | 10101 | 1111 | 100 | 100101 | 1001100 |
Color Harmonies of #D8ADAA
Complementary color
Monochromatic Colors of #D8ADAA
Black with #D8ADAA
Text Example
Text Example
White with #D8ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADAA; }
p { color: rgb(216,173,170); }
H1.HeaderClassName
{
color: #D8ADAA;
}
.AnyTagClassName
{
color: #D8ADAA;
}
</style>
background-color css
<style>
a { background-color: #D8ADAA; }
a { background-color: rgb(216,173,170); }
div.DivClassName
{
background-color: #D8ADAA;
}
.BgClassName
{
background-color: #D8ADAA;
}
</style>
border-color css
<style>
span { border-color: #D8ADAA; }
span { border-color: rgb(216,173,170); }
td.TdClassName
{
border-color: #D8ADAA;
}
.TagClassName
{
border-color: #D8ADAA;
}
</style>