Shades of Oyster Pink #D5BDBB
Tints of Oyster Pink #D5BDBB
RGB
CMYK
RGB Variations
Color information
#D5BDBB (or 0xD5BDBB) is known color: Oyster Pink. HEX triplet: D5, BD and BB. RGB value is (213,189,187). Sum of RGB (Red+Green+Blue) = 213+189+187=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDBB is #2A4244. Grayscale: #C3C3C3. Windows color (decimal): -2769477 or 12303829. OLE color: 12303829.
HSL color Cylindrical-coordinate representation of color #D5BDBB: hue angle of 4.62º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BDBB is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 187 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.16 |
| HSL | 4.62º | 0.24% | 0.78% | - |
| HSV(B) | 4.62º | 0.12% | 0.84% | - |
| XYZ | 54.61 | 54.13 | 54.58 | - |
| YUV | 195.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 187 | 0 | 0.11 | 0.12 | 0.16 | 4.62 | 0.24 | 0.78 |
| Hex | D5 | BD | BB | 0 | B | C | 10 | 5 | 18 | 4E |
| Octal | 325 | 275 | 273 | 0 | 13 | 14 | 20 | 5 | 30 | 116 |
| Binary | 11010101 | 10111101 | 10111011 | 0 | 1011 | 1100 | 10000 | 101 | 11000 | 1001110 |
Color Harmonies of #D5BDBB
Complementary color
Monochromatic Colors of #D5BDBB
Black with #D5BDBB
Text Example
Text Example
White with #D5BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDBB; }
p { color: rgb(213,189,187); }
H1.HeaderClassName
{
color: #D5BDBB;
}
.AnyTagClassName
{
color: #D5BDBB;
}
</style>
background-color css
<style>
a { background-color: #D5BDBB; }
a { background-color: rgb(213,189,187); }
div.DivClassName
{
background-color: #D5BDBB;
}
.BgClassName
{
background-color: #D5BDBB;
}
</style>
border-color css
<style>
span { border-color: #D5BDBB; }
span { border-color: rgb(213,189,187); }
td.TdClassName
{
border-color: #D5BDBB;
}
.TagClassName
{
border-color: #D5BDBB;
}
</style>