Shades of Oyster Pink #D8ABAB
Tints of Oyster Pink #D8ABAB
RGB
CMYK
RGB Variations
Color information
#D8ABAB (or 0xD8ABAB) is known color: Oyster Pink. HEX triplet: D8, AB and AB. RGB value is (216,171,171). Sum of RGB (Red+Green+Blue) = 216+171+171=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ABAB is #275454. Grayscale: #B8B8B8. Windows color (decimal): -2577493 or 11250648. OLE color: 11250648.
HSL color Cylindrical-coordinate representation of color #D8ABAB: hue angle of 0º 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 #D8ABAB is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 171 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.15 |
| HSL | 0º | 0.37% | 0.76% | - |
| HSV(B) | 0º | 0.21% | 0.85% | - |
| XYZ | 50.23 | 46.67 | 44.89 | - |
| YUV | 184.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 171 | 0 | 0.21 | 0.21 | 0.15 | 0 | 0.37 | 0.76 |
| Hex | D8 | AB | AB | 0 | 15 | 15 | F | 0 | 25 | 4C |
| Octal | 330 | 253 | 253 | 0 | 25 | 25 | 17 | 0 | 45 | 114 |
| Binary | 11011000 | 10101011 | 10101011 | 0 | 10101 | 10101 | 1111 | 0 | 100101 | 1001100 |
Color Harmonies of #D8ABAB
Complementary color
Monochromatic Colors of #D8ABAB
Black with #D8ABAB
Text Example
Text Example
White with #D8ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ABAB; }
p { color: rgb(216,171,171); }
H1.HeaderClassName
{
color: #D8ABAB;
}
.AnyTagClassName
{
color: #D8ABAB;
}
</style>
background-color css
<style>
a { background-color: #D8ABAB; }
a { background-color: rgb(216,171,171); }
div.DivClassName
{
background-color: #D8ABAB;
}
.BgClassName
{
background-color: #D8ABAB;
}
</style>
border-color css
<style>
span { border-color: #D8ABAB; }
span { border-color: rgb(216,171,171); }
td.TdClassName
{
border-color: #D8ABAB;
}
.TagClassName
{
border-color: #D8ABAB;
}
</style>