Shades of Oyster Pink #D8BCB9
Tints of Oyster Pink #D8BCB9
RGB
CMYK
RGB Variations
Color information
#D8BCB9 (or 0xD8BCB9) is known color: Oyster Pink. HEX triplet: D8, BC and B9. RGB value is (216,188,185). Sum of RGB (Red+Green+Blue) = 216+188+185=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCB9 is #274346. Grayscale: #C4C4C4. Windows color (decimal): -2573127 or 12172504. OLE color: 12172504.
HSL color Cylindrical-coordinate representation of color #D8BCB9: hue angle of 5.81º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BCB9 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 185 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.15 |
| HSL | 5.81º | 0.28% | 0.79% | - |
| HSV(B) | 5.81º | 0.14% | 0.85% | - |
| XYZ | 55.06 | 54.07 | 53.43 | - |
| YUV | 196.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 185 | 0 | 0.13 | 0.14 | 0.15 | 5.81 | 0.28 | 0.79 |
| Hex | D8 | BC | B9 | 0 | D | E | F | 6 | 1C | 4F |
| Octal | 330 | 274 | 271 | 0 | 15 | 16 | 17 | 6 | 34 | 117 |
| Binary | 11011000 | 10111100 | 10111001 | 0 | 1101 | 1110 | 1111 | 110 | 11100 | 1001111 |
Color Harmonies of #D8BCB9
Complementary color
Monochromatic Colors of #D8BCB9
Black with #D8BCB9
Text Example
Text Example
White with #D8BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCB9; }
p { color: rgb(216,188,185); }
H1.HeaderClassName
{
color: #D8BCB9;
}
.AnyTagClassName
{
color: #D8BCB9;
}
</style>
background-color css
<style>
a { background-color: #D8BCB9; }
a { background-color: rgb(216,188,185); }
div.DivClassName
{
background-color: #D8BCB9;
}
.BgClassName
{
background-color: #D8BCB9;
}
</style>
border-color css
<style>
span { border-color: #D8BCB9; }
span { border-color: rgb(216,188,185); }
td.TdClassName
{
border-color: #D8BCB9;
}
.TagClassName
{
border-color: #D8BCB9;
}
</style>