Shades of Oyster Pink #D6B7B1
Tints of Oyster Pink #D6B7B1
RGB
CMYK
RGB Variations
Color information
#D6B7B1 (or 0xD6B7B1) is known color: Oyster Pink. HEX triplet: D6, B7 and B1. RGB value is (214,183,177). Sum of RGB (Red+Green+Blue) = 214+183+177=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B7B1 is #29484E. Grayscale: #BFBFBF. Windows color (decimal): -2705487 or 11646934. OLE color: 11646934.
HSL color Cylindrical-coordinate representation of color #D6B7B1: hue angle of 9.73º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6B7B1 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 177 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.16 |
| HSL | 9.73º | 0.31% | 0.77% | - |
| HSV(B) | 9.73º | 0.17% | 0.84% | - |
| XYZ | 52.6 | 51.34 | 48.73 | - |
| YUV | 191.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 177 | 0 | 0.14 | 0.17 | 0.16 | 9.73 | 0.31 | 0.77 |
| Hex | D6 | B7 | B1 | 0 | E | 11 | 10 | A | 1F | 4D |
| Octal | 326 | 267 | 261 | 0 | 16 | 21 | 20 | 12 | 37 | 115 |
| Binary | 11010110 | 10110111 | 10110001 | 0 | 1110 | 10001 | 10000 | 1010 | 11111 | 1001101 |
Color Harmonies of #D6B7B1
Complementary color
Monochromatic Colors of #D6B7B1
Black with #D6B7B1
Text Example
Text Example
White with #D6B7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7B1; }
p { color: rgb(214,183,177); }
H1.HeaderClassName
{
color: #D6B7B1;
}
.AnyTagClassName
{
color: #D6B7B1;
}
</style>
background-color css
<style>
a { background-color: #D6B7B1; }
a { background-color: rgb(214,183,177); }
div.DivClassName
{
background-color: #D6B7B1;
}
.BgClassName
{
background-color: #D6B7B1;
}
</style>
border-color css
<style>
span { border-color: #D6B7B1; }
span { border-color: rgb(214,183,177); }
td.TdClassName
{
border-color: #D6B7B1;
}
.TagClassName
{
border-color: #D6B7B1;
}
</style>