Shades of Oyster Pink #D1BCB8
Tints of Oyster Pink #D1BCB8
RGB
CMYK
RGB Variations
Color information
#D1BCB8 (or 0xD1BCB8) is known color: Oyster Pink. HEX triplet: D1, BC and B8. RGB value is (209,188,184). Sum of RGB (Red+Green+Blue) = 209+188+184=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCB8 is #2E4347. Grayscale: #C1C1C1. Windows color (decimal): -3031880 or 12106961. OLE color: 12106961.
HSL color Cylindrical-coordinate representation of color #D1BCB8: hue angle of 9.6º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1BCB8 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 184 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.18 |
| HSL | 9.6º | 0.21% | 0.77% | - |
| HSV(B) | 9.6º | 0.12% | 0.82% | - |
| XYZ | 52.93 | 52.98 | 52.78 | - |
| YUV | 193.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 184 | 0 | 0.10 | 0.12 | 0.18 | 9.6 | 0.21 | 0.77 |
| Hex | D1 | BC | B8 | 0 | A | C | 12 | A | 15 | 4D |
| Octal | 321 | 274 | 270 | 0 | 12 | 14 | 22 | 12 | 25 | 115 |
| Binary | 11010001 | 10111100 | 10111000 | 0 | 1010 | 1100 | 10010 | 1010 | 10101 | 1001101 |
Color Harmonies of #D1BCB8
Complementary color
Monochromatic Colors of #D1BCB8
Black with #D1BCB8
Text Example
Text Example
White with #D1BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCB8; }
p { color: rgb(209,188,184); }
H1.HeaderClassName
{
color: #D1BCB8;
}
.AnyTagClassName
{
color: #D1BCB8;
}
</style>
background-color css
<style>
a { background-color: #D1BCB8; }
a { background-color: rgb(209,188,184); }
div.DivClassName
{
background-color: #D1BCB8;
}
.BgClassName
{
background-color: #D1BCB8;
}
</style>
border-color css
<style>
span { border-color: #D1BCB8; }
span { border-color: rgb(209,188,184); }
td.TdClassName
{
border-color: #D1BCB8;
}
.TagClassName
{
border-color: #D1BCB8;
}
</style>