Shades of Oyster Pink #D8B7B3
Tints of Oyster Pink #D8B7B3
RGB
CMYK
RGB Variations
Color information
#D8B7B3 (or 0xD8B7B3) is known color: Oyster Pink. HEX triplet: D8, B7 and B3. RGB value is (216,183,179). Sum of RGB (Red+Green+Blue) = 216+183+179=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B7B3 is #27484C. Grayscale: #C0C0C0. Windows color (decimal): -2574413 or 11778008. OLE color: 11778008.
HSL color Cylindrical-coordinate representation of color #D8B7B3: hue angle of 6.49º 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 #D8B7B3 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 179 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.15 |
| HSL | 6.49º | 0.32% | 0.77% | - |
| HSV(B) | 6.49º | 0.17% | 0.85% | - |
| XYZ | 53.39 | 51.72 | 49.82 | - |
| YUV | 192.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 179 | 0 | 0.15 | 0.17 | 0.15 | 6.49 | 0.32 | 0.77 |
| Hex | D8 | B7 | B3 | 0 | F | 11 | F | 6 | 20 | 4D |
| Octal | 330 | 267 | 263 | 0 | 17 | 21 | 17 | 6 | 40 | 115 |
| Binary | 11011000 | 10110111 | 10110011 | 0 | 1111 | 10001 | 1111 | 110 | 100000 | 1001101 |
Color Harmonies of #D8B7B3
Complementary color
Monochromatic Colors of #D8B7B3
Black with #D8B7B3
Text Example
Text Example
White with #D8B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7B3; }
p { color: rgb(216,183,179); }
H1.HeaderClassName
{
color: #D8B7B3;
}
.AnyTagClassName
{
color: #D8B7B3;
}
</style>
background-color css
<style>
a { background-color: #D8B7B3; }
a { background-color: rgb(216,183,179); }
div.DivClassName
{
background-color: #D8B7B3;
}
.BgClassName
{
background-color: #D8B7B3;
}
</style>
border-color css
<style>
span { border-color: #D8B7B3; }
span { border-color: rgb(216,183,179); }
td.TdClassName
{
border-color: #D8B7B3;
}
.TagClassName
{
border-color: #D8B7B3;
}
</style>