Shades of Oyster Pink #D6BBB9
Tints of Oyster Pink #D6BBB9
RGB
CMYK
RGB Variations
Color information
#D6BBB9 (or 0xD6BBB9) is known color: Oyster Pink. HEX triplet: D6, BB and B9. RGB value is (214,187,185). Sum of RGB (Red+Green+Blue) = 214+187+185=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBB9 is #294446. Grayscale: #C2C2C2. Windows color (decimal): -2704455 or 12172246. OLE color: 12172246.
HSL color Cylindrical-coordinate representation of color #D6BBB9: hue angle of 4.14º degrees, saturation: 0.26, 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 #D6BBB9 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 185 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.16 |
| HSL | 4.14º | 0.26% | 0.78% | - |
| HSV(B) | 4.14º | 0.14% | 0.84% | - |
| XYZ | 54.26 | 53.34 | 53.33 | - |
| YUV | 194.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 185 | 0 | 0.13 | 0.14 | 0.16 | 4.14 | 0.26 | 0.78 |
| Hex | D6 | BB | B9 | 0 | D | E | 10 | 4 | 1A | 4E |
| Octal | 326 | 273 | 271 | 0 | 15 | 16 | 20 | 4 | 32 | 116 |
| Binary | 11010110 | 10111011 | 10111001 | 0 | 1101 | 1110 | 10000 | 100 | 11010 | 1001110 |
Color Harmonies of #D6BBB9
Complementary color
Monochromatic Colors of #D6BBB9
Black with #D6BBB9
Text Example
Text Example
White with #D6BBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBB9; }
p { color: rgb(214,187,185); }
H1.HeaderClassName
{
color: #D6BBB9;
}
.AnyTagClassName
{
color: #D6BBB9;
}
</style>
background-color css
<style>
a { background-color: #D6BBB9; }
a { background-color: rgb(214,187,185); }
div.DivClassName
{
background-color: #D6BBB9;
}
.BgClassName
{
background-color: #D6BBB9;
}
</style>
border-color css
<style>
span { border-color: #D6BBB9; }
span { border-color: rgb(214,187,185); }
td.TdClassName
{
border-color: #D6BBB9;
}
.TagClassName
{
border-color: #D6BBB9;
}
</style>