Shades of Oyster Pink #D5B1B1
Tints of Oyster Pink #D5B1B1
RGB
CMYK
RGB Variations
Color information
#D5B1B1 (or 0xD5B1B1) is known color: Oyster Pink. HEX triplet: D5, B1 and B1. RGB value is (213,177,177). Sum of RGB (Red+Green+Blue) = 213+177+177=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B1B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B1B1 is #2A4E4E. Grayscale: #BBBBBB. Windows color (decimal): -2772559 or 11645397. OLE color: 11645397.
HSL color Cylindrical-coordinate representation of color #D5B1B1: hue angle of 0º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5B1B1 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 177 | 177 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.16 |
| HSL | 0º | 0.3% | 0.76% | - |
| HSV(B) | 0º | 0.17% | 0.84% | - |
| XYZ | 51.1 | 48.76 | 48.31 | - |
| YUV | 187.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 177 | 0 | 0.17 | 0.17 | 0.16 | 0 | 0.3 | 0.76 |
| Hex | D5 | B1 | B1 | 0 | 11 | 11 | 10 | 0 | 1E | 4C |
| Octal | 325 | 261 | 261 | 0 | 21 | 21 | 20 | 0 | 36 | 114 |
| Binary | 11010101 | 10110001 | 10110001 | 0 | 10001 | 10001 | 10000 | 0 | 11110 | 1001100 |
Color Harmonies of #D5B1B1
Complementary color
Monochromatic Colors of #D5B1B1
Black with #D5B1B1
Text Example
Text Example
White with #D5B1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B1B1; }
p { color: rgb(213,177,177); }
H1.HeaderClassName
{
color: #D5B1B1;
}
.AnyTagClassName
{
color: #D5B1B1;
}
</style>
background-color css
<style>
a { background-color: #D5B1B1; }
a { background-color: rgb(213,177,177); }
div.DivClassName
{
background-color: #D5B1B1;
}
.BgClassName
{
background-color: #D5B1B1;
}
</style>
border-color css
<style>
span { border-color: #D5B1B1; }
span { border-color: rgb(213,177,177); }
td.TdClassName
{
border-color: #D5B1B1;
}
.TagClassName
{
border-color: #D5B1B1;
}
</style>