Shades of Oyster Pink #D2BDBA
Tints of Oyster Pink #D2BDBA
RGB
CMYK
RGB Variations
Color information
#D2BDBA (or 0xD2BDBA) is known color: Oyster Pink. HEX triplet: D2, BD and BA. RGB value is (210,189,186). Sum of RGB (Red+Green+Blue) = 210+189+186=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDBA is #2D4245. Grayscale: #C2C2C2. Windows color (decimal): -2966086 or 12238290. OLE color: 12238290.
HSL color Cylindrical-coordinate representation of color #D2BDBA: hue angle of 7.5º degrees, saturation: 0.21, 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 #D2BDBA is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 186 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.18 |
| HSL | 7.5º | 0.21% | 0.78% | - |
| HSV(B) | 7.5º | 0.11% | 0.82% | - |
| XYZ | 53.64 | 53.64 | 53.98 | - |
| YUV | 194.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 186 | 0 | 0.10 | 0.11 | 0.18 | 7.5 | 0.21 | 0.78 |
| Hex | D2 | BD | BA | 0 | A | B | 12 | 8 | 15 | 4E |
| Octal | 322 | 275 | 272 | 0 | 12 | 13 | 22 | 10 | 25 | 116 |
| Binary | 11010010 | 10111101 | 10111010 | 0 | 1010 | 1011 | 10010 | 1000 | 10101 | 1001110 |
Color Harmonies of #D2BDBA
Complementary color
Monochromatic Colors of #D2BDBA
Black with #D2BDBA
Text Example
Text Example
White with #D2BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDBA; }
p { color: rgb(210,189,186); }
H1.HeaderClassName
{
color: #D2BDBA;
}
.AnyTagClassName
{
color: #D2BDBA;
}
</style>
background-color css
<style>
a { background-color: #D2BDBA; }
a { background-color: rgb(210,189,186); }
div.DivClassName
{
background-color: #D2BDBA;
}
.BgClassName
{
background-color: #D2BDBA;
}
</style>
border-color css
<style>
span { border-color: #D2BDBA; }
span { border-color: rgb(210,189,186); }
td.TdClassName
{
border-color: #D2BDBA;
}
.TagClassName
{
border-color: #D2BDBA;
}
</style>