Shades of Oyster Pink #D7B3AF
Tints of Oyster Pink #D7B3AF
RGB
CMYK
RGB Variations
Color information
#D7B3AF (or 0xD7B3AF) is known color: Oyster Pink. HEX triplet: D7, B3 and AF. RGB value is (215,179,175). Sum of RGB (Red+Green+Blue) = 215+179+175=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B3AF is #284C50. Grayscale: #BDBDBD. Windows color (decimal): -2640977 or 11514839. OLE color: 11514839.
HSL color Cylindrical-coordinate representation of color #D7B3AF: hue angle of 6º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7B3AF is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 175 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.16 |
| HSL | 6º | 0.33% | 0.76% | - |
| HSV(B) | 6º | 0.19% | 0.84% | - |
| XYZ | 51.88 | 49.78 | 47.43 | - |
| YUV | 189.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 175 | 0 | 0.17 | 0.19 | 0.16 | 6 | 0.33 | 0.76 |
| Hex | D7 | B3 | AF | 0 | 11 | 13 | 10 | 6 | 21 | 4C |
| Octal | 327 | 263 | 257 | 0 | 21 | 23 | 20 | 6 | 41 | 114 |
| Binary | 11010111 | 10110011 | 10101111 | 0 | 10001 | 10011 | 10000 | 110 | 100001 | 1001100 |
Color Harmonies of #D7B3AF
Complementary color
Monochromatic Colors of #D7B3AF
Black with #D7B3AF
Text Example
Text Example
White with #D7B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B3AF; }
p { color: rgb(215,179,175); }
H1.HeaderClassName
{
color: #D7B3AF;
}
.AnyTagClassName
{
color: #D7B3AF;
}
</style>
background-color css
<style>
a { background-color: #D7B3AF; }
a { background-color: rgb(215,179,175); }
div.DivClassName
{
background-color: #D7B3AF;
}
.BgClassName
{
background-color: #D7B3AF;
}
</style>
border-color css
<style>
span { border-color: #D7B3AF; }
span { border-color: rgb(215,179,175); }
td.TdClassName
{
border-color: #D7B3AF;
}
.TagClassName
{
border-color: #D7B3AF;
}
</style>