Shades of Oyster Pink #D8BAB6
Tints of Oyster Pink #D8BAB6
RGB
CMYK
RGB Variations
Color information
#D8BAB6 (or 0xD8BAB6) is known color: Oyster Pink. HEX triplet: D8, BA and B6. RGB value is (216,186,182). Sum of RGB (Red+Green+Blue) = 216+186+182=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAB6 is #274549. Grayscale: #C2C2C2. Windows color (decimal): -2573642 or 11975384. OLE color: 11975384.
HSL color Cylindrical-coordinate representation of color #D8BAB6: hue angle of 7.06º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8BAB6 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 182 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.15 |
| HSL | 7.06º | 0.3% | 0.78% | - |
| HSV(B) | 7.06º | 0.16% | 0.85% | - |
| XYZ | 54.32 | 53.09 | 51.64 | - |
| YUV | 194.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 182 | 0 | 0.14 | 0.16 | 0.15 | 7.06 | 0.3 | 0.78 |
| Hex | D8 | BA | B6 | 0 | E | 10 | F | 7 | 1E | 4E |
| Octal | 330 | 272 | 266 | 0 | 16 | 20 | 17 | 7 | 36 | 116 |
| Binary | 11011000 | 10111010 | 10110110 | 0 | 1110 | 10000 | 1111 | 111 | 11110 | 1001110 |
Color Harmonies of #D8BAB6
Complementary color
Monochromatic Colors of #D8BAB6
Black with #D8BAB6
Text Example
Text Example
White with #D8BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BAB6; }
p { color: rgb(216,186,182); }
H1.HeaderClassName
{
color: #D8BAB6;
}
.AnyTagClassName
{
color: #D8BAB6;
}
</style>
background-color css
<style>
a { background-color: #D8BAB6; }
a { background-color: rgb(216,186,182); }
div.DivClassName
{
background-color: #D8BAB6;
}
.BgClassName
{
background-color: #D8BAB6;
}
</style>
border-color css
<style>
span { border-color: #D8BAB6; }
span { border-color: rgb(216,186,182); }
td.TdClassName
{
border-color: #D8BAB6;
}
.TagClassName
{
border-color: #D8BAB6;
}
</style>