Shades of Oyster Pink #D3BAB9
Tints of Oyster Pink #D3BAB9
RGB
CMYK
RGB Variations
Color information
#D3BAB9 (or 0xD3BAB9) is known color: Oyster Pink. HEX triplet: D3, BA and B9. RGB value is (211,186,185). Sum of RGB (Red+Green+Blue) = 211+186+185=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAB9 is #2C4546. Grayscale: #C1C1C1. Windows color (decimal): -2901319 or 12171987. OLE color: 12171987.
HSL color Cylindrical-coordinate representation of color #D3BAB9: hue angle of 2.31º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BAB9 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 185 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.17 |
| HSL | 2.31º | 0.23% | 0.78% | - |
| HSV(B) | 2.31º | 0.12% | 0.83% | - |
| XYZ | 53.18 | 52.47 | 53.22 | - |
| YUV | 193.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 185 | 0 | 0.12 | 0.12 | 0.17 | 2.31 | 0.23 | 0.78 |
| Hex | D3 | BA | B9 | 0 | C | C | 11 | 2 | 17 | 4E |
| Octal | 323 | 272 | 271 | 0 | 14 | 14 | 21 | 2 | 27 | 116 |
| Binary | 11010011 | 10111010 | 10111001 | 0 | 1100 | 1100 | 10001 | 10 | 10111 | 1001110 |
Color Harmonies of #D3BAB9
Complementary color
Monochromatic Colors of #D3BAB9
Black with #D3BAB9
Text Example
Text Example
White with #D3BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAB9; }
p { color: rgb(211,186,185); }
H1.HeaderClassName
{
color: #D3BAB9;
}
.AnyTagClassName
{
color: #D3BAB9;
}
</style>
background-color css
<style>
a { background-color: #D3BAB9; }
a { background-color: rgb(211,186,185); }
div.DivClassName
{
background-color: #D3BAB9;
}
.BgClassName
{
background-color: #D3BAB9;
}
</style>
border-color css
<style>
span { border-color: #D3BAB9; }
span { border-color: rgb(211,186,185); }
td.TdClassName
{
border-color: #D3BAB9;
}
.TagClassName
{
border-color: #D3BAB9;
}
</style>