Shades of Oyster Pink #D6B0AF
Tints of Oyster Pink #D6B0AF
RGB
CMYK
RGB Variations
Color information
#D6B0AF (or 0xD6B0AF) is known color: Oyster Pink. HEX triplet: D6, B0 and AF. RGB value is (214,176,175). Sum of RGB (Red+Green+Blue) = 214+176+175=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B0AF is #294F50. Grayscale: #BBBBBB. Windows color (decimal): -2707281 or 11514070. OLE color: 11514070.
HSL color Cylindrical-coordinate representation of color #D6B0AF: hue angle of 1.54º 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 #D6B0AF is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 175 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.16 |
| HSL | 1.54º | 0.32% | 0.76% | - |
| HSV(B) | 1.54º | 0.18% | 0.84% | - |
| XYZ | 50.99 | 48.44 | 47.22 | - |
| YUV | 187.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 175 | 0 | 0.18 | 0.18 | 0.16 | 1.54 | 0.32 | 0.76 |
| Hex | D6 | B0 | AF | 0 | 12 | 12 | 10 | 2 | 20 | 4C |
| Octal | 326 | 260 | 257 | 0 | 22 | 22 | 20 | 2 | 40 | 114 |
| Binary | 11010110 | 10110000 | 10101111 | 0 | 10010 | 10010 | 10000 | 10 | 100000 | 1001100 |
Color Harmonies of #D6B0AF
Complementary color
Monochromatic Colors of #D6B0AF
Black with #D6B0AF
Text Example
Text Example
White with #D6B0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0AF; }
p { color: rgb(214,176,175); }
H1.HeaderClassName
{
color: #D6B0AF;
}
.AnyTagClassName
{
color: #D6B0AF;
}
</style>
background-color css
<style>
a { background-color: #D6B0AF; }
a { background-color: rgb(214,176,175); }
div.DivClassName
{
background-color: #D6B0AF;
}
.BgClassName
{
background-color: #D6B0AF;
}
</style>
border-color css
<style>
span { border-color: #D6B0AF; }
span { border-color: rgb(214,176,175); }
td.TdClassName
{
border-color: #D6B0AF;
}
.TagClassName
{
border-color: #D6B0AF;
}
</style>