Shades of Oyster Pink #D6B1AA
Tints of Oyster Pink #D6B1AA
RGB
CMYK
RGB Variations
Color information
#D6B1AA (or 0xD6B1AA) is known color: Oyster Pink. HEX triplet: D6, B1 and AA. RGB value is (214,177,170). Sum of RGB (Red+Green+Blue) = 214+177+170=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B1AA is #294E55. Grayscale: #BBBBBB. Windows color (decimal): -2707030 or 11186646. OLE color: 11186646.
HSL color Cylindrical-coordinate representation of color #D6B1AA: hue angle of 9.55º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6B1AA is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 170 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.16 |
| HSL | 9.55º | 0.35% | 0.75% | - |
| HSV(B) | 9.55º | 0.21% | 0.84% | - |
| XYZ | 50.71 | 48.64 | 44.75 | - |
| YUV | 187.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 170 | 0 | 0.17 | 0.21 | 0.16 | 9.55 | 0.35 | 0.75 |
| Hex | D6 | B1 | AA | 0 | 11 | 15 | 10 | A | 23 | 4B |
| Octal | 326 | 261 | 252 | 0 | 21 | 25 | 20 | 12 | 43 | 113 |
| Binary | 11010110 | 10110001 | 10101010 | 0 | 10001 | 10101 | 10000 | 1010 | 100011 | 1001011 |
Color Harmonies of #D6B1AA
Complementary color
Monochromatic Colors of #D6B1AA
Black with #D6B1AA
Text Example
Text Example
White with #D6B1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B1AA; }
p { color: rgb(214,177,170); }
H1.HeaderClassName
{
color: #D6B1AA;
}
.AnyTagClassName
{
color: #D6B1AA;
}
</style>
background-color css
<style>
a { background-color: #D6B1AA; }
a { background-color: rgb(214,177,170); }
div.DivClassName
{
background-color: #D6B1AA;
}
.BgClassName
{
background-color: #D6B1AA;
}
</style>
border-color css
<style>
span { border-color: #D6B1AA; }
span { border-color: rgb(214,177,170); }
td.TdClassName
{
border-color: #D6B1AA;
}
.TagClassName
{
border-color: #D6B1AA;
}
</style>