Shades of Oyster Pink #D4BDBA
Tints of Oyster Pink #D4BDBA
RGB
CMYK
RGB Variations
Color information
#D4BDBA (or 0xD4BDBA) is known color: Oyster Pink. HEX triplet: D4, BD and BA. RGB value is (212,189,186). Sum of RGB (Red+Green+Blue) = 212+189+186=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDBA is #2B4245. Grayscale: #C3C3C3. Windows color (decimal): -2835014 or 12238292. OLE color: 12238292.
HSL color Cylindrical-coordinate representation of color #D4BDBA: hue angle of 6.92º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BDBA is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 189 | 186 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.17 |
| HSL | 6.92º | 0.23% | 0.78% | - |
| HSV(B) | 6.92º | 0.12% | 0.83% | - |
| XYZ | 54.21 | 53.94 | 54.01 | - |
| YUV | 195.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 186 | 0 | 0.11 | 0.12 | 0.17 | 6.92 | 0.23 | 0.78 |
| Hex | D4 | BD | BA | 0 | B | C | 11 | 7 | 17 | 4E |
| Octal | 324 | 275 | 272 | 0 | 13 | 14 | 21 | 7 | 27 | 116 |
| Binary | 11010100 | 10111101 | 10111010 | 0 | 1011 | 1100 | 10001 | 111 | 10111 | 1001110 |
Color Harmonies of #D4BDBA
Complementary color
Monochromatic Colors of #D4BDBA
Black with #D4BDBA
Text Example
Text Example
White with #D4BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDBA; }
p { color: rgb(212,189,186); }
H1.HeaderClassName
{
color: #D4BDBA;
}
.AnyTagClassName
{
color: #D4BDBA;
}
</style>
background-color css
<style>
a { background-color: #D4BDBA; }
a { background-color: rgb(212,189,186); }
div.DivClassName
{
background-color: #D4BDBA;
}
.BgClassName
{
background-color: #D4BDBA;
}
</style>
border-color css
<style>
span { border-color: #D4BDBA; }
span { border-color: rgb(212,189,186); }
td.TdClassName
{
border-color: #D4BDBA;
}
.TagClassName
{
border-color: #D4BDBA;
}
</style>