Shades of Oyster Pink #D7B7AF
Tints of Oyster Pink #D7B7AF
RGB
CMYK
RGB Variations
Color information
#D7B7AF (or 0xD7B7AF) is known color: Oyster Pink. HEX triplet: D7, B7 and AF. RGB value is (215,183,175). Sum of RGB (Red+Green+Blue) = 215+183+175=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B7AF is #284850. Grayscale: #BFBFBF. Windows color (decimal): -2639953 or 11515863. OLE color: 11515863.
HSL color Cylindrical-coordinate representation of color #D7B7AF: hue angle of 12º 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 #D7B7AF is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 175 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.16 |
| HSL | 12º | 0.33% | 0.76% | - |
| HSV(B) | 12º | 0.19% | 0.84% | - |
| XYZ | 52.7 | 51.41 | 47.7 | - |
| YUV | 191.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 175 | 0 | 0.15 | 0.19 | 0.16 | 12 | 0.33 | 0.76 |
| Hex | D7 | B7 | AF | 0 | F | 13 | 10 | C | 21 | 4C |
| Octal | 327 | 267 | 257 | 0 | 17 | 23 | 20 | 14 | 41 | 114 |
| Binary | 11010111 | 10110111 | 10101111 | 0 | 1111 | 10011 | 10000 | 1100 | 100001 | 1001100 |
Color Harmonies of #D7B7AF
Complementary color
Monochromatic Colors of #D7B7AF
Black with #D7B7AF
Text Example
Text Example
White with #D7B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B7AF; }
p { color: rgb(215,183,175); }
H1.HeaderClassName
{
color: #D7B7AF;
}
.AnyTagClassName
{
color: #D7B7AF;
}
</style>
background-color css
<style>
a { background-color: #D7B7AF; }
a { background-color: rgb(215,183,175); }
div.DivClassName
{
background-color: #D7B7AF;
}
.BgClassName
{
background-color: #D7B7AF;
}
</style>
border-color css
<style>
span { border-color: #D7B7AF; }
span { border-color: rgb(215,183,175); }
td.TdClassName
{
border-color: #D7B7AF;
}
.TagClassName
{
border-color: #D7B7AF;
}
</style>