Shades of Oyster Pink #D7BAB8
Tints of Oyster Pink #D7BAB8
RGB
CMYK
RGB Variations
Color information
#D7BAB8 (or 0xD7BAB8) is known color: Oyster Pink. HEX triplet: D7, BA and B8. RGB value is (215,186,184). Sum of RGB (Red+Green+Blue) = 215+186+184=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAB8 is #284547. Grayscale: #C2C2C2. Windows color (decimal): -2639176 or 12106455. OLE color: 12106455.
HSL color Cylindrical-coordinate representation of color #D7BAB8: hue angle of 3.87º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7BAB8 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 184 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.16 |
| HSL | 3.87º | 0.28% | 0.78% | - |
| HSV(B) | 3.87º | 0.14% | 0.84% | - |
| XYZ | 54.23 | 53.03 | 52.72 | - |
| YUV | 194.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 184 | 0 | 0.13 | 0.14 | 0.16 | 3.87 | 0.28 | 0.78 |
| Hex | D7 | BA | B8 | 0 | D | E | 10 | 4 | 1C | 4E |
| Octal | 327 | 272 | 270 | 0 | 15 | 16 | 20 | 4 | 34 | 116 |
| Binary | 11010111 | 10111010 | 10111000 | 0 | 1101 | 1110 | 10000 | 100 | 11100 | 1001110 |
Color Harmonies of #D7BAB8
Complementary color
Monochromatic Colors of #D7BAB8
Black with #D7BAB8
Text Example
Text Example
White with #D7BAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BAB8; }
p { color: rgb(215,186,184); }
H1.HeaderClassName
{
color: #D7BAB8;
}
.AnyTagClassName
{
color: #D7BAB8;
}
</style>
background-color css
<style>
a { background-color: #D7BAB8; }
a { background-color: rgb(215,186,184); }
div.DivClassName
{
background-color: #D7BAB8;
}
.BgClassName
{
background-color: #D7BAB8;
}
</style>
border-color css
<style>
span { border-color: #D7BAB8; }
span { border-color: rgb(215,186,184); }
td.TdClassName
{
border-color: #D7BAB8;
}
.TagClassName
{
border-color: #D7BAB8;
}
</style>