Shades of Oyster Pink #D7BBB5
Tints of Oyster Pink #D7BBB5
RGB
CMYK
RGB Variations
Color information
#D7BBB5 (or 0xD7BBB5) is known color: Oyster Pink. HEX triplet: D7, BB and B5. RGB value is (215,187,181). Sum of RGB (Red+Green+Blue) = 215+187+181=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBB5 is #28444A. Grayscale: #C2C2C2. Windows color (decimal): -2638923 or 11910103. OLE color: 11910103.
HSL color Cylindrical-coordinate representation of color #D7BBB5: hue angle of 10.59º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7BBB5 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 181 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.16 |
| HSL | 10.59º | 0.3% | 0.78% | - |
| HSV(B) | 10.59º | 0.16% | 0.84% | - |
| XYZ | 54.14 | 53.32 | 51.16 | - |
| YUV | 194.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 181 | 0 | 0.13 | 0.16 | 0.16 | 10.59 | 0.3 | 0.78 |
| Hex | D7 | BB | B5 | 0 | D | 10 | 10 | B | 1E | 4E |
| Octal | 327 | 273 | 265 | 0 | 15 | 20 | 20 | 13 | 36 | 116 |
| Binary | 11010111 | 10111011 | 10110101 | 0 | 1101 | 10000 | 10000 | 1011 | 11110 | 1001110 |
Color Harmonies of #D7BBB5
Complementary color
Monochromatic Colors of #D7BBB5
Black with #D7BBB5
Text Example
Text Example
White with #D7BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBB5; }
p { color: rgb(215,187,181); }
H1.HeaderClassName
{
color: #D7BBB5;
}
.AnyTagClassName
{
color: #D7BBB5;
}
</style>
background-color css
<style>
a { background-color: #D7BBB5; }
a { background-color: rgb(215,187,181); }
div.DivClassName
{
background-color: #D7BBB5;
}
.BgClassName
{
background-color: #D7BBB5;
}
</style>
border-color css
<style>
span { border-color: #D7BBB5; }
span { border-color: rgb(215,187,181); }
td.TdClassName
{
border-color: #D7BBB5;
}
.TagClassName
{
border-color: #D7BBB5;
}
</style>