Shades of Oyster Pink #D7B5B1
Tints of Oyster Pink #D7B5B1
RGB
CMYK
RGB Variations
Color information
#D7B5B1 (or 0xD7B5B1) is known color: Oyster Pink. HEX triplet: D7, B5 and B1. RGB value is (215,181,177). Sum of RGB (Red+Green+Blue) = 215+181+177=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B5B1 is #284A4E. Grayscale: #BEBEBE. Windows color (decimal): -2640463 or 11646423. OLE color: 11646423.
HSL color Cylindrical-coordinate representation of color #D7B5B1: hue angle of 6.32º 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 #D7B5B1 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 177 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.16 |
| HSL | 6.32º | 0.32% | 0.77% | - |
| HSV(B) | 6.32º | 0.18% | 0.84% | - |
| XYZ | 52.48 | 50.67 | 48.61 | - |
| YUV | 190.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 177 | 0 | 0.16 | 0.18 | 0.16 | 6.32 | 0.32 | 0.77 |
| Hex | D7 | B5 | B1 | 0 | 10 | 12 | 10 | 6 | 20 | 4D |
| Octal | 327 | 265 | 261 | 0 | 20 | 22 | 20 | 6 | 40 | 115 |
| Binary | 11010111 | 10110101 | 10110001 | 0 | 10000 | 10010 | 10000 | 110 | 100000 | 1001101 |
Color Harmonies of #D7B5B1
Complementary color
Monochromatic Colors of #D7B5B1
Black with #D7B5B1
Text Example
Text Example
White with #D7B5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B5B1; }
p { color: rgb(215,181,177); }
H1.HeaderClassName
{
color: #D7B5B1;
}
.AnyTagClassName
{
color: #D7B5B1;
}
</style>
background-color css
<style>
a { background-color: #D7B5B1; }
a { background-color: rgb(215,181,177); }
div.DivClassName
{
background-color: #D7B5B1;
}
.BgClassName
{
background-color: #D7B5B1;
}
</style>
border-color css
<style>
span { border-color: #D7B5B1; }
span { border-color: rgb(215,181,177); }
td.TdClassName
{
border-color: #D7B5B1;
}
.TagClassName
{
border-color: #D7B5B1;
}
</style>