Shades of Oyster Pink #D5BAB6
Tints of Oyster Pink #D5BAB6
RGB
CMYK
RGB Variations
Color information
#D5BAB6 (or 0xD5BAB6) is known color: Oyster Pink. HEX triplet: D5, BA and B6. RGB value is (213,186,182). Sum of RGB (Red+Green+Blue) = 213+186+182=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAB6 is #2A4549. Grayscale: #C1C1C1. Windows color (decimal): -2770250 or 11975381. OLE color: 11975381.
HSL color Cylindrical-coordinate representation of color #D5BAB6: hue angle of 7.74º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5BAB6 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 182 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.16 |
| HSL | 7.74º | 0.27% | 0.77% | - |
| HSV(B) | 7.74º | 0.15% | 0.84% | - |
| XYZ | 53.44 | 52.64 | 51.6 | - |
| YUV | 193.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 182 | 0 | 0.13 | 0.15 | 0.16 | 7.74 | 0.27 | 0.77 |
| Hex | D5 | BA | B6 | 0 | D | F | 10 | 8 | 1B | 4D |
| Octal | 325 | 272 | 266 | 0 | 15 | 17 | 20 | 10 | 33 | 115 |
| Binary | 11010101 | 10111010 | 10110110 | 0 | 1101 | 1111 | 10000 | 1000 | 11011 | 1001101 |
Color Harmonies of #D5BAB6
Complementary color
Monochromatic Colors of #D5BAB6
Black with #D5BAB6
Text Example
Text Example
White with #D5BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BAB6; }
p { color: rgb(213,186,182); }
H1.HeaderClassName
{
color: #D5BAB6;
}
.AnyTagClassName
{
color: #D5BAB6;
}
</style>
background-color css
<style>
a { background-color: #D5BAB6; }
a { background-color: rgb(213,186,182); }
div.DivClassName
{
background-color: #D5BAB6;
}
.BgClassName
{
background-color: #D5BAB6;
}
</style>
border-color css
<style>
span { border-color: #D5BAB6; }
span { border-color: rgb(213,186,182); }
td.TdClassName
{
border-color: #D5BAB6;
}
.TagClassName
{
border-color: #D5BAB6;
}
</style>