Shades of Oyster Pink #D7B7B3
Tints of Oyster Pink #D7B7B3
RGB
CMYK
RGB Variations
Color information
#D7B7B3 (or 0xD7B7B3) is known color: Oyster Pink. HEX triplet: D7, B7 and B3. RGB value is (215,183,179). Sum of RGB (Red+Green+Blue) = 215+183+179=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B7B3 is #28484C. Grayscale: #C0C0C0. Windows color (decimal): -2639949 or 11778007. OLE color: 11778007.
HSL color Cylindrical-coordinate representation of color #D7B7B3: hue angle of 6.67º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7B7B3 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 179 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.16 |
| HSL | 6.67º | 0.31% | 0.77% | - |
| HSV(B) | 6.67º | 0.17% | 0.84% | - |
| XYZ | 53.09 | 51.57 | 49.8 | - |
| YUV | 192.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 179 | 0 | 0.15 | 0.17 | 0.16 | 6.67 | 0.31 | 0.77 |
| Hex | D7 | B7 | B3 | 0 | F | 11 | 10 | 7 | 1F | 4D |
| Octal | 327 | 267 | 263 | 0 | 17 | 21 | 20 | 7 | 37 | 115 |
| Binary | 11010111 | 10110111 | 10110011 | 0 | 1111 | 10001 | 10000 | 111 | 11111 | 1001101 |
Color Harmonies of #D7B7B3
Complementary color
Monochromatic Colors of #D7B7B3
Black with #D7B7B3
Text Example
Text Example
White with #D7B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B7B3; }
p { color: rgb(215,183,179); }
H1.HeaderClassName
{
color: #D7B7B3;
}
.AnyTagClassName
{
color: #D7B7B3;
}
</style>
background-color css
<style>
a { background-color: #D7B7B3; }
a { background-color: rgb(215,183,179); }
div.DivClassName
{
background-color: #D7B7B3;
}
.BgClassName
{
background-color: #D7B7B3;
}
</style>
border-color css
<style>
span { border-color: #D7B7B3; }
span { border-color: rgb(215,183,179); }
td.TdClassName
{
border-color: #D7B7B3;
}
.TagClassName
{
border-color: #D7B7B3;
}
</style>