Shades of Oyster Pink #D7BBBB
Tints of Oyster Pink #D7BBBB
RGB
CMYK
RGB Variations
Color information
#D7BBBB (or 0xD7BBBB) is known color: Oyster Pink. HEX triplet: D7, BB and BB. RGB value is (215,187,187). Sum of RGB (Red+Green+Blue) = 215+187+187=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBBB is #284444. Grayscale: #C3C3C3. Windows color (decimal): -2638917 or 12303319. OLE color: 12303319.
HSL color Cylindrical-coordinate representation of color #D7BBBB: hue angle of 0º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BBBB is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 187 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.16 |
| HSL | 0º | 0.26% | 0.79% | - |
| HSV(B) | 0º | 0.13% | 0.84% | - |
| XYZ | 54.76 | 53.58 | 54.47 | - |
| YUV | 195.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 187 | 0 | 0.13 | 0.13 | 0.16 | 0 | 0.26 | 0.79 |
| Hex | D7 | BB | BB | 0 | D | D | 10 | 0 | 1A | 4F |
| Octal | 327 | 273 | 273 | 0 | 15 | 15 | 20 | 0 | 32 | 117 |
| Binary | 11010111 | 10111011 | 10111011 | 0 | 1101 | 1101 | 10000 | 0 | 11010 | 1001111 |
Color Harmonies of #D7BBBB
Complementary color
Monochromatic Colors of #D7BBBB
Black with #D7BBBB
Text Example
Text Example
White with #D7BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBBB; }
p { color: rgb(215,187,187); }
H1.HeaderClassName
{
color: #D7BBBB;
}
.AnyTagClassName
{
color: #D7BBBB;
}
</style>
background-color css
<style>
a { background-color: #D7BBBB; }
a { background-color: rgb(215,187,187); }
div.DivClassName
{
background-color: #D7BBBB;
}
.BgClassName
{
background-color: #D7BBBB;
}
</style>
border-color css
<style>
span { border-color: #D7BBBB; }
span { border-color: rgb(215,187,187); }
td.TdClassName
{
border-color: #D7BBBB;
}
.TagClassName
{
border-color: #D7BBBB;
}
</style>