Shades of Oyster Pink #D8B0AD
Tints of Oyster Pink #D8B0AD
RGB
CMYK
RGB Variations
Color information
#D8B0AD (or 0xD8B0AD) is known color: Oyster Pink. HEX triplet: D8, B0 and AD. RGB value is (216,176,173). Sum of RGB (Red+Green+Blue) = 216+176+173=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B0AD is #274F52. Grayscale: #BBBBBB. Windows color (decimal): -2576211 or 11383000. OLE color: 11383000.
HSL color Cylindrical-coordinate representation of color #D8B0AD: hue angle of 4.19º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8B0AD is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 173 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.15 |
| HSL | 4.19º | 0.36% | 0.76% | - |
| HSV(B) | 4.19º | 0.2% | 0.85% | - |
| XYZ | 51.39 | 48.67 | 46.22 | - |
| YUV | 187.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 173 | 0 | 0.19 | 0.20 | 0.15 | 4.19 | 0.36 | 0.76 |
| Hex | D8 | B0 | AD | 0 | 13 | 14 | F | 4 | 24 | 4C |
| Octal | 330 | 260 | 255 | 0 | 23 | 24 | 17 | 4 | 44 | 114 |
| Binary | 11011000 | 10110000 | 10101101 | 0 | 10011 | 10100 | 1111 | 100 | 100100 | 1001100 |
Color Harmonies of #D8B0AD
Complementary color
Monochromatic Colors of #D8B0AD
Black with #D8B0AD
Text Example
Text Example
White with #D8B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B0AD; }
p { color: rgb(216,176,173); }
H1.HeaderClassName
{
color: #D8B0AD;
}
.AnyTagClassName
{
color: #D8B0AD;
}
</style>
background-color css
<style>
a { background-color: #D8B0AD; }
a { background-color: rgb(216,176,173); }
div.DivClassName
{
background-color: #D8B0AD;
}
.BgClassName
{
background-color: #D8B0AD;
}
</style>
border-color css
<style>
span { border-color: #D8B0AD; }
span { border-color: rgb(216,176,173); }
td.TdClassName
{
border-color: #D8B0AD;
}
.TagClassName
{
border-color: #D8B0AD;
}
</style>