Shades of Oyster Pink #D7BAB7
Tints of Oyster Pink #D7BAB7
RGB
CMYK
RGB Variations
Color information
#D7BAB7 (or 0xD7BAB7) is known color: Oyster Pink. HEX triplet: D7, BA and B7. RGB value is (215,186,183). Sum of RGB (Red+Green+Blue) = 215+186+183=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAB7 is #284548. Grayscale: #C2C2C2. Windows color (decimal): -2639177 or 12040919. OLE color: 12040919.
HSL color Cylindrical-coordinate representation of color #D7BAB7: hue angle of 5.62º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7BAB7 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 183 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.16 |
| HSL | 5.63º | 0.29% | 0.78% | - |
| HSV(B) | 5.63º | 0.15% | 0.84% | - |
| XYZ | 54.13 | 52.98 | 52.17 | - |
| YUV | 194.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 183 | 0 | 0.13 | 0.15 | 0.16 | 5.63 | 0.29 | 0.78 |
| Hex | D7 | BA | B7 | 0 | D | F | 10 | 6 | 1D | 4E |
| Octal | 327 | 272 | 267 | 0 | 15 | 17 | 20 | 6 | 35 | 116 |
| Binary | 11010111 | 10111010 | 10110111 | 0 | 1101 | 1111 | 10000 | 110 | 11101 | 1001110 |
Color Harmonies of #D7BAB7
Complementary color
Monochromatic Colors of #D7BAB7
Black with #D7BAB7
Text Example
Text Example
White with #D7BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BAB7; }
p { color: rgb(215,186,183); }
H1.HeaderClassName
{
color: #D7BAB7;
}
.AnyTagClassName
{
color: #D7BAB7;
}
</style>
background-color css
<style>
a { background-color: #D7BAB7; }
a { background-color: rgb(215,186,183); }
div.DivClassName
{
background-color: #D7BAB7;
}
.BgClassName
{
background-color: #D7BAB7;
}
</style>
border-color css
<style>
span { border-color: #D7BAB7; }
span { border-color: rgb(215,186,183); }
td.TdClassName
{
border-color: #D7BAB7;
}
.TagClassName
{
border-color: #D7BAB7;
}
</style>