Shades of Oyster Pink #D9B7B0
Tints of Oyster Pink #D9B7B0
RGB
CMYK
RGB Variations
Color information
#D9B7B0 (or 0xD9B7B0) is known color: Oyster Pink. HEX triplet: D9, B7 and B0. RGB value is (217,183,176). Sum of RGB (Red+Green+Blue) = 217+183+176=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B7B0 is #26484F. Grayscale: #C0C0C0. Windows color (decimal): -2508880 or 11581401. OLE color: 11581401.
HSL color Cylindrical-coordinate representation of color #D9B7B0: hue angle of 10.24º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B7B0 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 176 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.15 |
| HSL | 10.24º | 0.35% | 0.77% | - |
| HSV(B) | 10.24º | 0.19% | 0.85% | - |
| XYZ | 53.39 | 51.75 | 48.25 | - |
| YUV | 192.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 176 | 0 | 0.16 | 0.19 | 0.15 | 10.24 | 0.35 | 0.77 |
| Hex | D9 | B7 | B0 | 0 | 10 | 13 | F | A | 23 | 4D |
| Octal | 331 | 267 | 260 | 0 | 20 | 23 | 17 | 12 | 43 | 115 |
| Binary | 11011001 | 10110111 | 10110000 | 0 | 10000 | 10011 | 1111 | 1010 | 100011 | 1001101 |
Color Harmonies of #D9B7B0
Complementary color
Monochromatic Colors of #D9B7B0
Black with #D9B7B0
Text Example
Text Example
White with #D9B7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B7B0; }
p { color: rgb(217,183,176); }
H1.HeaderClassName
{
color: #D9B7B0;
}
.AnyTagClassName
{
color: #D9B7B0;
}
</style>
background-color css
<style>
a { background-color: #D9B7B0; }
a { background-color: rgb(217,183,176); }
div.DivClassName
{
background-color: #D9B7B0;
}
.BgClassName
{
background-color: #D9B7B0;
}
</style>
border-color css
<style>
span { border-color: #D9B7B0; }
span { border-color: rgb(217,183,176); }
td.TdClassName
{
border-color: #D9B7B0;
}
.TagClassName
{
border-color: #D9B7B0;
}
</style>