Shades of Oyster Pink #D8B9B3
Tints of Oyster Pink #D8B9B3
RGB
CMYK
RGB Variations
Color information
#D8B9B3 (or 0xD8B9B3) is known color: Oyster Pink. HEX triplet: D8, B9 and B3. RGB value is (216,185,179). Sum of RGB (Red+Green+Blue) = 216+185+179=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9B3 is #27464C. Grayscale: #C1C1C1. Windows color (decimal): -2573901 or 11778520. OLE color: 11778520.
HSL color Cylindrical-coordinate representation of color #D8B9B3: hue angle of 9.73º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8B9B3 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 179 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.15 |
| HSL | 9.73º | 0.32% | 0.77% | - |
| HSV(B) | 9.73º | 0.17% | 0.85% | - |
| XYZ | 53.8 | 52.55 | 49.96 | - |
| YUV | 193.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 179 | 0 | 0.14 | 0.17 | 0.15 | 9.73 | 0.32 | 0.77 |
| Hex | D8 | B9 | B3 | 0 | E | 11 | F | A | 20 | 4D |
| Octal | 330 | 271 | 263 | 0 | 16 | 21 | 17 | 12 | 40 | 115 |
| Binary | 11011000 | 10111001 | 10110011 | 0 | 1110 | 10001 | 1111 | 1010 | 100000 | 1001101 |
Color Harmonies of #D8B9B3
Complementary color
Monochromatic Colors of #D8B9B3
Black with #D8B9B3
Text Example
Text Example
White with #D8B9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B9B3; }
p { color: rgb(216,185,179); }
H1.HeaderClassName
{
color: #D8B9B3;
}
.AnyTagClassName
{
color: #D8B9B3;
}
</style>
background-color css
<style>
a { background-color: #D8B9B3; }
a { background-color: rgb(216,185,179); }
div.DivClassName
{
background-color: #D8B9B3;
}
.BgClassName
{
background-color: #D8B9B3;
}
</style>
border-color css
<style>
span { border-color: #D8B9B3; }
span { border-color: rgb(216,185,179); }
td.TdClassName
{
border-color: #D8B9B3;
}
.TagClassName
{
border-color: #D8B9B3;
}
</style>