Shades of Oyster Pink #D2BAB6
Tints of Oyster Pink #D2BAB6
RGB
CMYK
RGB Variations
Color information
#D2BAB6 (or 0xD2BAB6) is known color: Oyster Pink. HEX triplet: D2, BA and B6. RGB value is (210,186,182). Sum of RGB (Red+Green+Blue) = 210+186+182=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAB6 is #2D4549. Grayscale: #C0C0C0. Windows color (decimal): -2966858 or 11975378. OLE color: 11975378.
HSL color Cylindrical-coordinate representation of color #D2BAB6: hue angle of 8.57º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2BAB6 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 182 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.18 |
| HSL | 8.57º | 0.24% | 0.77% | - |
| HSV(B) | 8.57º | 0.13% | 0.82% | - |
| XYZ | 52.58 | 52.2 | 51.56 | - |
| YUV | 192.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 182 | 0 | 0.11 | 0.13 | 0.18 | 8.57 | 0.24 | 0.77 |
| Hex | D2 | BA | B6 | 0 | B | D | 12 | 9 | 18 | 4D |
| Octal | 322 | 272 | 266 | 0 | 13 | 15 | 22 | 11 | 30 | 115 |
| Binary | 11010010 | 10111010 | 10110110 | 0 | 1011 | 1101 | 10010 | 1001 | 11000 | 1001101 |
Color Harmonies of #D2BAB6
Complementary color
Monochromatic Colors of #D2BAB6
Black with #D2BAB6
Text Example
Text Example
White with #D2BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAB6; }
p { color: rgb(210,186,182); }
H1.HeaderClassName
{
color: #D2BAB6;
}
.AnyTagClassName
{
color: #D2BAB6;
}
</style>
background-color css
<style>
a { background-color: #D2BAB6; }
a { background-color: rgb(210,186,182); }
div.DivClassName
{
background-color: #D2BAB6;
}
.BgClassName
{
background-color: #D2BAB6;
}
</style>
border-color css
<style>
span { border-color: #D2BAB6; }
span { border-color: rgb(210,186,182); }
td.TdClassName
{
border-color: #D2BAB6;
}
.TagClassName
{
border-color: #D2BAB6;
}
</style>