Shades of Oyster Pink #D7B0AD
Tints of Oyster Pink #D7B0AD
RGB
CMYK
RGB Variations
Color information
#D7B0AD (or 0xD7B0AD) is known color: Oyster Pink. HEX triplet: D7, B0 and AD. RGB value is (215,176,173). Sum of RGB (Red+Green+Blue) = 215+176+173=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B0AD is #284F52. Grayscale: #BBBBBB. Windows color (decimal): -2641747 or 11382999. OLE color: 11382999.
HSL color Cylindrical-coordinate representation of color #D7B0AD: hue angle of 4.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7B0AD is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 173 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.16 |
| HSL | 4.29º | 0.34% | 0.76% | - |
| HSV(B) | 4.29º | 0.2% | 0.84% | - |
| XYZ | 51.09 | 48.51 | 46.21 | - |
| YUV | 187.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 173 | 0 | 0.18 | 0.20 | 0.16 | 4.29 | 0.34 | 0.76 |
| Hex | D7 | B0 | AD | 0 | 12 | 14 | 10 | 4 | 22 | 4C |
| Octal | 327 | 260 | 255 | 0 | 22 | 24 | 20 | 4 | 42 | 114 |
| Binary | 11010111 | 10110000 | 10101101 | 0 | 10010 | 10100 | 10000 | 100 | 100010 | 1001100 |
Color Harmonies of #D7B0AD
Complementary color
Monochromatic Colors of #D7B0AD
Black with #D7B0AD
Text Example
Text Example
White with #D7B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B0AD; }
p { color: rgb(215,176,173); }
H1.HeaderClassName
{
color: #D7B0AD;
}
.AnyTagClassName
{
color: #D7B0AD;
}
</style>
background-color css
<style>
a { background-color: #D7B0AD; }
a { background-color: rgb(215,176,173); }
div.DivClassName
{
background-color: #D7B0AD;
}
.BgClassName
{
background-color: #D7B0AD;
}
</style>
border-color css
<style>
span { border-color: #D7B0AD; }
span { border-color: rgb(215,176,173); }
td.TdClassName
{
border-color: #D7B0AD;
}
.TagClassName
{
border-color: #D7B0AD;
}
</style>