Shades of Oyster Pink #D2BDBB
Tints of Oyster Pink #D2BDBB
RGB
CMYK
RGB Variations
Color information
#D2BDBB (or 0xD2BDBB) is known color: Oyster Pink. HEX triplet: D2, BD and BB. RGB value is (210,189,187). Sum of RGB (Red+Green+Blue) = 210+189+187=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDBB is #2D4244. Grayscale: #C3C3C3. Windows color (decimal): -2966085 or 12303826. OLE color: 12303826.
HSL color Cylindrical-coordinate representation of color #D2BDBB: hue angle of 5.22º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BDBB is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 187 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.18 |
| HSL | 5.22º | 0.2% | 0.78% | - |
| HSV(B) | 5.22º | 0.11% | 0.82% | - |
| XYZ | 53.75 | 53.68 | 54.54 | - |
| YUV | 195.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 187 | 0 | 0.10 | 0.11 | 0.18 | 5.22 | 0.2 | 0.78 |
| Hex | D2 | BD | BB | 0 | A | B | 12 | 5 | 14 | 4E |
| Octal | 322 | 275 | 273 | 0 | 12 | 13 | 22 | 5 | 24 | 116 |
| Binary | 11010010 | 10111101 | 10111011 | 0 | 1010 | 1011 | 10010 | 101 | 10100 | 1001110 |
Color Harmonies of #D2BDBB
Complementary color
Monochromatic Colors of #D2BDBB
Black with #D2BDBB
Text Example
Text Example
White with #D2BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDBB; }
p { color: rgb(210,189,187); }
H1.HeaderClassName
{
color: #D2BDBB;
}
.AnyTagClassName
{
color: #D2BDBB;
}
</style>
background-color css
<style>
a { background-color: #D2BDBB; }
a { background-color: rgb(210,189,187); }
div.DivClassName
{
background-color: #D2BDBB;
}
.BgClassName
{
background-color: #D2BDBB;
}
</style>
border-color css
<style>
span { border-color: #D2BDBB; }
span { border-color: rgb(210,189,187); }
td.TdClassName
{
border-color: #D2BDBB;
}
.TagClassName
{
border-color: #D2BDBB;
}
</style>