Shades of Oyster Pink #D5BBB7
Tints of Oyster Pink #D5BBB7
RGB
CMYK
RGB Variations
Color information
#D5BBB7 (or 0xD5BBB7) is known color: Oyster Pink. HEX triplet: D5, BB and B7. RGB value is (213,187,183). Sum of RGB (Red+Green+Blue) = 213+187+183=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBB7 is #2A4448. Grayscale: #C2C2C2. Windows color (decimal): -2769993 or 12041173. OLE color: 12041173.
HSL color Cylindrical-coordinate representation of color #D5BBB7: hue angle of 8º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5BBB7 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 183 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.16 |
| HSL | 8º | 0.26% | 0.78% | - |
| HSV(B) | 8º | 0.14% | 0.84% | - |
| XYZ | 53.76 | 53.11 | 52.22 | - |
| YUV | 194.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 183 | 0 | 0.12 | 0.14 | 0.16 | 8 | 0.26 | 0.78 |
| Hex | D5 | BB | B7 | 0 | C | E | 10 | 8 | 1A | 4E |
| Octal | 325 | 273 | 267 | 0 | 14 | 16 | 20 | 10 | 32 | 116 |
| Binary | 11010101 | 10111011 | 10110111 | 0 | 1100 | 1110 | 10000 | 1000 | 11010 | 1001110 |
Color Harmonies of #D5BBB7
Complementary color
Monochromatic Colors of #D5BBB7
Black with #D5BBB7
Text Example
Text Example
White with #D5BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBB7; }
p { color: rgb(213,187,183); }
H1.HeaderClassName
{
color: #D5BBB7;
}
.AnyTagClassName
{
color: #D5BBB7;
}
</style>
background-color css
<style>
a { background-color: #D5BBB7; }
a { background-color: rgb(213,187,183); }
div.DivClassName
{
background-color: #D5BBB7;
}
.BgClassName
{
background-color: #D5BBB7;
}
</style>
border-color css
<style>
span { border-color: #D5BBB7; }
span { border-color: rgb(213,187,183); }
td.TdClassName
{
border-color: #D5BBB7;
}
.TagClassName
{
border-color: #D5BBB7;
}
</style>