Shades of Oyster Pink #D3ABAB
Tints of Oyster Pink #D3ABAB
RGB
CMYK
RGB Variations
Color information
#D3ABAB (or 0xD3ABAB) is known color: Oyster Pink. HEX triplet: D3, AB and AB. RGB value is (211,171,171). Sum of RGB (Red+Green+Blue) = 211+171+171=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3ABAB is #2C5454. Grayscale: #B7B7B7. Windows color (decimal): -2905173 or 11250643. OLE color: 11250643.
HSL color Cylindrical-coordinate representation of color #D3ABAB: hue angle of 0º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3ABAB is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 171 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.17 |
| HSL | 0º | 0.31% | 0.75% | - |
| HSV(B) | 0º | 0.19% | 0.83% | - |
| XYZ | 48.78 | 45.91 | 44.82 | - |
| YUV | 182.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 171 | 0 | 0.19 | 0.19 | 0.17 | 0 | 0.31 | 0.75 |
| Hex | D3 | AB | AB | 0 | 13 | 13 | 11 | 0 | 1F | 4B |
| Octal | 323 | 253 | 253 | 0 | 23 | 23 | 21 | 0 | 37 | 113 |
| Binary | 11010011 | 10101011 | 10101011 | 0 | 10011 | 10011 | 10001 | 0 | 11111 | 1001011 |
Color Harmonies of #D3ABAB
Complementary color
Monochromatic Colors of #D3ABAB
Black with #D3ABAB
Text Example
Text Example
White with #D3ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ABAB; }
p { color: rgb(211,171,171); }
H1.HeaderClassName
{
color: #D3ABAB;
}
.AnyTagClassName
{
color: #D3ABAB;
}
</style>
background-color css
<style>
a { background-color: #D3ABAB; }
a { background-color: rgb(211,171,171); }
div.DivClassName
{
background-color: #D3ABAB;
}
.BgClassName
{
background-color: #D3ABAB;
}
</style>
border-color css
<style>
span { border-color: #D3ABAB; }
span { border-color: rgb(211,171,171); }
td.TdClassName
{
border-color: #D3ABAB;
}
.TagClassName
{
border-color: #D3ABAB;
}
</style>