Shades of Oyster Pink #D7B4AD
Tints of Oyster Pink #D7B4AD
RGB
CMYK
RGB Variations
Color information
#D7B4AD (or 0xD7B4AD) is known color: Oyster Pink. HEX triplet: D7, B4 and AD. RGB value is (215,180,173). Sum of RGB (Red+Green+Blue) = 215+180+173=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B4AD is #284B52. Grayscale: #BDBDBD. Windows color (decimal): -2640723 or 11384023. OLE color: 11384023.
HSL color Cylindrical-coordinate representation of color #D7B4AD: hue angle of 10º 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 #D7B4AD is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 180 | 173 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.16 |
| HSL | 10º | 0.34% | 0.76% | - |
| HSV(B) | 10º | 0.2% | 0.84% | - |
| XYZ | 51.89 | 50.11 | 46.47 | - |
| YUV | 189.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 180 | 173 | 0 | 0.16 | 0.20 | 0.16 | 10 | 0.34 | 0.76 |
| Hex | D7 | B4 | AD | 0 | 10 | 14 | 10 | A | 22 | 4C |
| Octal | 327 | 264 | 255 | 0 | 20 | 24 | 20 | 12 | 42 | 114 |
| Binary | 11010111 | 10110100 | 10101101 | 0 | 10000 | 10100 | 10000 | 1010 | 100010 | 1001100 |
Color Harmonies of #D7B4AD
Complementary color
Monochromatic Colors of #D7B4AD
Black with #D7B4AD
Text Example
Text Example
White with #D7B4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B4AD; }
p { color: rgb(215,180,173); }
H1.HeaderClassName
{
color: #D7B4AD;
}
.AnyTagClassName
{
color: #D7B4AD;
}
</style>
background-color css
<style>
a { background-color: #D7B4AD; }
a { background-color: rgb(215,180,173); }
div.DivClassName
{
background-color: #D7B4AD;
}
.BgClassName
{
background-color: #D7B4AD;
}
</style>
border-color css
<style>
span { border-color: #D7B4AD; }
span { border-color: rgb(215,180,173); }
td.TdClassName
{
border-color: #D7B4AD;
}
.TagClassName
{
border-color: #D7B4AD;
}
</style>