Shades of Oyster Pink #D6B4B1
Tints of Oyster Pink #D6B4B1
RGB
CMYK
RGB Variations
Color information
#D6B4B1 (or 0xD6B4B1) is known color: Oyster Pink. HEX triplet: D6, B4 and B1. RGB value is (214,180,177). Sum of RGB (Red+Green+Blue) = 214+180+177=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B4B1 is #294B4E. Grayscale: #BDBDBD. Windows color (decimal): -2706255 or 11646166. OLE color: 11646166.
HSL color Cylindrical-coordinate representation of color #D6B4B1: hue angle of 4.86º 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 #D6B4B1 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 180 | 177 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.16 |
| HSL | 4.86º | 0.31% | 0.77% | - |
| HSV(B) | 4.86º | 0.17% | 0.84% | - |
| XYZ | 51.99 | 50.11 | 48.53 | - |
| YUV | 189.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 180 | 177 | 0 | 0.16 | 0.17 | 0.16 | 4.86 | 0.31 | 0.77 |
| Hex | D6 | B4 | B1 | 0 | 10 | 11 | 10 | 5 | 1F | 4D |
| Octal | 326 | 264 | 261 | 0 | 20 | 21 | 20 | 5 | 37 | 115 |
| Binary | 11010110 | 10110100 | 10110001 | 0 | 10000 | 10001 | 10000 | 101 | 11111 | 1001101 |
Color Harmonies of #D6B4B1
Complementary color
Monochromatic Colors of #D6B4B1
Black with #D6B4B1
Text Example
Text Example
White with #D6B4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B4B1; }
p { color: rgb(214,180,177); }
H1.HeaderClassName
{
color: #D6B4B1;
}
.AnyTagClassName
{
color: #D6B4B1;
}
</style>
background-color css
<style>
a { background-color: #D6B4B1; }
a { background-color: rgb(214,180,177); }
div.DivClassName
{
background-color: #D6B4B1;
}
.BgClassName
{
background-color: #D6B4B1;
}
</style>
border-color css
<style>
span { border-color: #D6B4B1; }
span { border-color: rgb(214,180,177); }
td.TdClassName
{
border-color: #D6B4B1;
}
.TagClassName
{
border-color: #D6B4B1;
}
</style>