Shades of Oyster Pink #D3BBB7
Tints of Oyster Pink #D3BBB7
RGB
CMYK
RGB Variations
Color information
#D3BBB7 (or 0xD3BBB7) is known color: Oyster Pink. HEX triplet: D3, BB and B7. RGB value is (211,187,183). Sum of RGB (Red+Green+Blue) = 211+187+183=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBB7 is #2C4448. Grayscale: #C1C1C1. Windows color (decimal): -2901065 or 12041171. OLE color: 12041171.
HSL color Cylindrical-coordinate representation of color #D3BBB7: hue angle of 8.57º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3BBB7 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 183 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.17 |
| HSL | 8.57º | 0.24% | 0.77% | - |
| HSV(B) | 8.57º | 0.13% | 0.83% | - |
| XYZ | 53.18 | 52.81 | 52.19 | - |
| YUV | 193.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 183 | 0 | 0.11 | 0.13 | 0.17 | 8.57 | 0.24 | 0.77 |
| Hex | D3 | BB | B7 | 0 | B | D | 11 | 9 | 18 | 4D |
| Octal | 323 | 273 | 267 | 0 | 13 | 15 | 21 | 11 | 30 | 115 |
| Binary | 11010011 | 10111011 | 10110111 | 0 | 1011 | 1101 | 10001 | 1001 | 11000 | 1001101 |
Color Harmonies of #D3BBB7
Complementary color
Monochromatic Colors of #D3BBB7
Black with #D3BBB7
Text Example
Text Example
White with #D3BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBB7; }
p { color: rgb(211,187,183); }
H1.HeaderClassName
{
color: #D3BBB7;
}
.AnyTagClassName
{
color: #D3BBB7;
}
</style>
background-color css
<style>
a { background-color: #D3BBB7; }
a { background-color: rgb(211,187,183); }
div.DivClassName
{
background-color: #D3BBB7;
}
.BgClassName
{
background-color: #D3BBB7;
}
</style>
border-color css
<style>
span { border-color: #D3BBB7; }
span { border-color: rgb(211,187,183); }
td.TdClassName
{
border-color: #D3BBB7;
}
.TagClassName
{
border-color: #D3BBB7;
}
</style>