Shades of Oyster Pink #D1B7B3
Tints of Oyster Pink #D1B7B3
RGB
CMYK
RGB Variations
Color information
#D1B7B3 (or 0xD1B7B3) is known color: Oyster Pink. HEX triplet: D1, B7 and B3. RGB value is (209,183,179). Sum of RGB (Red+Green+Blue) = 209+183+179=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7B3 is #2E484C. Grayscale: #BEBEBE. Windows color (decimal): -3033165 or 11778001. OLE color: 11778001.
HSL color Cylindrical-coordinate representation of color #D1B7B3: hue angle of 8º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1B7B3 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 179 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.18 |
| HSL | 8º | 0.25% | 0.76% | - |
| HSV(B) | 8º | 0.14% | 0.82% | - |
| XYZ | 51.36 | 50.68 | 49.72 | - |
| YUV | 190.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 179 | 0 | 0.12 | 0.14 | 0.18 | 8 | 0.25 | 0.76 |
| Hex | D1 | B7 | B3 | 0 | C | E | 12 | 8 | 19 | 4C |
| Octal | 321 | 267 | 263 | 0 | 14 | 16 | 22 | 10 | 31 | 114 |
| Binary | 11010001 | 10110111 | 10110011 | 0 | 1100 | 1110 | 10010 | 1000 | 11001 | 1001100 |
Color Harmonies of #D1B7B3
Complementary color
Monochromatic Colors of #D1B7B3
Black with #D1B7B3
Text Example
Text Example
White with #D1B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B7B3; }
p { color: rgb(209,183,179); }
H1.HeaderClassName
{
color: #D1B7B3;
}
.AnyTagClassName
{
color: #D1B7B3;
}
</style>
background-color css
<style>
a { background-color: #D1B7B3; }
a { background-color: rgb(209,183,179); }
div.DivClassName
{
background-color: #D1B7B3;
}
.BgClassName
{
background-color: #D1B7B3;
}
</style>
border-color css
<style>
span { border-color: #D1B7B3; }
span { border-color: rgb(209,183,179); }
td.TdClassName
{
border-color: #D1B7B3;
}
.TagClassName
{
border-color: #D1B7B3;
}
</style>