Shades of Oyster Pink #D7B4B1
Tints of Oyster Pink #D7B4B1
RGB
CMYK
RGB Variations
Color information
#D7B4B1 (or 0xD7B4B1) is known color: Oyster Pink. HEX triplet: D7, B4 and B1. RGB value is (215,180,177). Sum of RGB (Red+Green+Blue) = 215+180+177=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B4B1 is #284B4E. Grayscale: #BEBEBE. Windows color (decimal): -2640719 or 11646167. OLE color: 11646167.
HSL color Cylindrical-coordinate representation of color #D7B4B1: hue angle of 4.74º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7B4B1 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 180 | 177 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.16 |
| HSL | 4.74º | 0.32% | 0.77% | - |
| HSV(B) | 4.74º | 0.18% | 0.84% | - |
| XYZ | 52.28 | 50.26 | 48.54 | - |
| YUV | 190.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 177 | 0 | 0.16 | 0.18 | 0.16 | 4.74 | 0.32 | 0.77 |
| Hex | D7 | B4 | B1 | 0 | 10 | 12 | 10 | 5 | 20 | 4D |
| Octal | 327 | 264 | 261 | 0 | 20 | 22 | 20 | 5 | 40 | 115 |
| Binary | 11010111 | 10110100 | 10110001 | 0 | 10000 | 10010 | 10000 | 101 | 100000 | 1001101 |
Color Harmonies of #D7B4B1
Complementary color
Monochromatic Colors of #D7B4B1
Black with #D7B4B1
Text Example
Text Example
White with #D7B4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B4B1; }
p { color: rgb(215,180,177); }
H1.HeaderClassName
{
color: #D7B4B1;
}
.AnyTagClassName
{
color: #D7B4B1;
}
</style>
background-color css
<style>
a { background-color: #D7B4B1; }
a { background-color: rgb(215,180,177); }
div.DivClassName
{
background-color: #D7B4B1;
}
.BgClassName
{
background-color: #D7B4B1;
}
</style>
border-color css
<style>
span { border-color: #D7B4B1; }
span { border-color: rgb(215,180,177); }
td.TdClassName
{
border-color: #D7B4B1;
}
.TagClassName
{
border-color: #D7B4B1;
}
</style>