Shades of Oyster Pink #D6BFBB
Tints of Oyster Pink #D6BFBB
RGB
CMYK
RGB Variations
Color information
#D6BFBB (or 0xD6BFBB) is known color: Oyster Pink. HEX triplet: D6, BF and BB. RGB value is (214,191,187). Sum of RGB (Red+Green+Blue) = 214+191+187=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFBB is #294044. Grayscale: #C5C5C5. Windows color (decimal): -2703429 or 12304342. OLE color: 12304342.
HSL color Cylindrical-coordinate representation of color #D6BFBB: hue angle of 8.89º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BFBB is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 187 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.16 |
| HSL | 8.89º | 0.25% | 0.79% | - |
| HSV(B) | 8.89º | 0.13% | 0.84% | - |
| XYZ | 55.33 | 55.15 | 54.74 | - |
| YUV | 197.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 187 | 0 | 0.11 | 0.13 | 0.16 | 8.89 | 0.25 | 0.79 |
| Hex | D6 | BF | BB | 0 | B | D | 10 | 9 | 19 | 4F |
| Octal | 326 | 277 | 273 | 0 | 13 | 15 | 20 | 11 | 31 | 117 |
| Binary | 11010110 | 10111111 | 10111011 | 0 | 1011 | 1101 | 10000 | 1001 | 11001 | 1001111 |
Color Harmonies of #D6BFBB
Complementary color
Monochromatic Colors of #D6BFBB
Black with #D6BFBB
Text Example
Text Example
White with #D6BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFBB; }
p { color: rgb(214,191,187); }
H1.HeaderClassName
{
color: #D6BFBB;
}
.AnyTagClassName
{
color: #D6BFBB;
}
</style>
background-color css
<style>
a { background-color: #D6BFBB; }
a { background-color: rgb(214,191,187); }
div.DivClassName
{
background-color: #D6BFBB;
}
.BgClassName
{
background-color: #D6BFBB;
}
</style>
border-color css
<style>
span { border-color: #D6BFBB; }
span { border-color: rgb(214,191,187); }
td.TdClassName
{
border-color: #D6BFBB;
}
.TagClassName
{
border-color: #D6BFBB;
}
</style>