Shades of Oyster Pink #D4BDBB
Tints of Oyster Pink #D4BDBB
RGB
CMYK
RGB Variations
Color information
#D4BDBB (or 0xD4BDBB) is known color: Oyster Pink. HEX triplet: D4, BD and BB. RGB value is (212,189,187). Sum of RGB (Red+Green+Blue) = 212+189+187=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDBB is #2B4244. Grayscale: #C3C3C3. Windows color (decimal): -2835013 or 12303828. OLE color: 12303828.
HSL color Cylindrical-coordinate representation of color #D4BDBB: hue angle of 4.8º 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 #D4BDBB is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 189 | 187 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.17 |
| HSL | 4.8º | 0.23% | 0.78% | - |
| HSV(B) | 4.8º | 0.12% | 0.83% | - |
| XYZ | 54.32 | 53.98 | 54.57 | - |
| YUV | 195.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 187 | 0 | 0.11 | 0.12 | 0.17 | 4.8 | 0.23 | 0.78 |
| Hex | D4 | BD | BB | 0 | B | C | 11 | 5 | 17 | 4E |
| Octal | 324 | 275 | 273 | 0 | 13 | 14 | 21 | 5 | 27 | 116 |
| Binary | 11010100 | 10111101 | 10111011 | 0 | 1011 | 1100 | 10001 | 101 | 10111 | 1001110 |
Color Harmonies of #D4BDBB
Complementary color
Monochromatic Colors of #D4BDBB
Black with #D4BDBB
Text Example
Text Example
White with #D4BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDBB; }
p { color: rgb(212,189,187); }
H1.HeaderClassName
{
color: #D4BDBB;
}
.AnyTagClassName
{
color: #D4BDBB;
}
</style>
background-color css
<style>
a { background-color: #D4BDBB; }
a { background-color: rgb(212,189,187); }
div.DivClassName
{
background-color: #D4BDBB;
}
.BgClassName
{
background-color: #D4BDBB;
}
</style>
border-color css
<style>
span { border-color: #D4BDBB; }
span { border-color: rgb(212,189,187); }
td.TdClassName
{
border-color: #D4BDBB;
}
.TagClassName
{
border-color: #D4BDBB;
}
</style>