Shades of Oyster Pink #D6B1AF
Tints of Oyster Pink #D6B1AF
RGB
CMYK
RGB Variations
Color information
#D6B1AF (or 0xD6B1AF) is known color: Oyster Pink. HEX triplet: D6, B1 and AF. RGB value is (214,177,175). Sum of RGB (Red+Green+Blue) = 214+177+175=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B1AF is #294E50. Grayscale: #BBBBBB. Windows color (decimal): -2707025 or 11514326. OLE color: 11514326.
HSL color Cylindrical-coordinate representation of color #D6B1AF: hue angle of 3.08º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6B1AF is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 175 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.16 |
| HSL | 3.08º | 0.32% | 0.76% | - |
| HSV(B) | 3.08º | 0.18% | 0.84% | - |
| XYZ | 51.19 | 48.84 | 47.29 | - |
| YUV | 187.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 175 | 0 | 0.17 | 0.18 | 0.16 | 3.08 | 0.32 | 0.76 |
| Hex | D6 | B1 | AF | 0 | 11 | 12 | 10 | 3 | 20 | 4C |
| Octal | 326 | 261 | 257 | 0 | 21 | 22 | 20 | 3 | 40 | 114 |
| Binary | 11010110 | 10110001 | 10101111 | 0 | 10001 | 10010 | 10000 | 11 | 100000 | 1001100 |
Color Harmonies of #D6B1AF
Complementary color
Monochromatic Colors of #D6B1AF
Black with #D6B1AF
Text Example
Text Example
White with #D6B1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B1AF; }
p { color: rgb(214,177,175); }
H1.HeaderClassName
{
color: #D6B1AF;
}
.AnyTagClassName
{
color: #D6B1AF;
}
</style>
background-color css
<style>
a { background-color: #D6B1AF; }
a { background-color: rgb(214,177,175); }
div.DivClassName
{
background-color: #D6B1AF;
}
.BgClassName
{
background-color: #D6B1AF;
}
</style>
border-color css
<style>
span { border-color: #D6B1AF; }
span { border-color: rgb(214,177,175); }
td.TdClassName
{
border-color: #D6B1AF;
}
.TagClassName
{
border-color: #D6B1AF;
}
</style>