Shades of Oyster Pink #D6BAB7
Tints of Oyster Pink #D6BAB7
RGB
CMYK
RGB Variations
Color information
#D6BAB7 (or 0xD6BAB7) is known color: Oyster Pink. HEX triplet: D6, BA and B7. RGB value is (214,186,183). Sum of RGB (Red+Green+Blue) = 214+186+183=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAB7 is #294548. Grayscale: #C2C2C2. Windows color (decimal): -2704713 or 12040918. OLE color: 12040918.
HSL color Cylindrical-coordinate representation of color #D6BAB7: hue angle of 5.81º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6BAB7 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 183 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.16 |
| HSL | 5.81º | 0.27% | 0.78% | - |
| HSV(B) | 5.81º | 0.14% | 0.84% | - |
| XYZ | 53.84 | 52.83 | 52.16 | - |
| YUV | 194.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 183 | 0 | 0.13 | 0.14 | 0.16 | 5.81 | 0.27 | 0.78 |
| Hex | D6 | BA | B7 | 0 | D | E | 10 | 6 | 1B | 4E |
| Octal | 326 | 272 | 267 | 0 | 15 | 16 | 20 | 6 | 33 | 116 |
| Binary | 11010110 | 10111010 | 10110111 | 0 | 1101 | 1110 | 10000 | 110 | 11011 | 1001110 |
Color Harmonies of #D6BAB7
Complementary color
Monochromatic Colors of #D6BAB7
Black with #D6BAB7
Text Example
Text Example
White with #D6BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BAB7; }
p { color: rgb(214,186,183); }
H1.HeaderClassName
{
color: #D6BAB7;
}
.AnyTagClassName
{
color: #D6BAB7;
}
</style>
background-color css
<style>
a { background-color: #D6BAB7; }
a { background-color: rgb(214,186,183); }
div.DivClassName
{
background-color: #D6BAB7;
}
.BgClassName
{
background-color: #D6BAB7;
}
</style>
border-color css
<style>
span { border-color: #D6BAB7; }
span { border-color: rgb(214,186,183); }
td.TdClassName
{
border-color: #D6BAB7;
}
.TagClassName
{
border-color: #D6BAB7;
}
</style>