Shades of Oyster Pink #D5B7B3
Tints of Oyster Pink #D5B7B3
RGB
CMYK
RGB Variations
Color information
#D5B7B3 (or 0xD5B7B3) is known color: Oyster Pink. HEX triplet: D5, B7 and B3. RGB value is (213,183,179). Sum of RGB (Red+Green+Blue) = 213+183+179=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B7B3 is #2A484C. Grayscale: #BFBFBF. Windows color (decimal): -2771021 or 11778005. OLE color: 11778005.
HSL color Cylindrical-coordinate representation of color #D5B7B3: hue angle of 7.06º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B7B3 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 183 | 179 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.16 |
| HSL | 7.06º | 0.29% | 0.77% | - |
| HSV(B) | 7.06º | 0.16% | 0.84% | - |
| XYZ | 52.51 | 51.27 | 49.78 | - |
| YUV | 191.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 179 | 0 | 0.14 | 0.16 | 0.16 | 7.06 | 0.29 | 0.77 |
| Hex | D5 | B7 | B3 | 0 | E | 10 | 10 | 7 | 1D | 4D |
| Octal | 325 | 267 | 263 | 0 | 16 | 20 | 20 | 7 | 35 | 115 |
| Binary | 11010101 | 10110111 | 10110011 | 0 | 1110 | 10000 | 10000 | 111 | 11101 | 1001101 |
Color Harmonies of #D5B7B3
Complementary color
Monochromatic Colors of #D5B7B3
Black with #D5B7B3
Text Example
Text Example
White with #D5B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B7B3; }
p { color: rgb(213,183,179); }
H1.HeaderClassName
{
color: #D5B7B3;
}
.AnyTagClassName
{
color: #D5B7B3;
}
</style>
background-color css
<style>
a { background-color: #D5B7B3; }
a { background-color: rgb(213,183,179); }
div.DivClassName
{
background-color: #D5B7B3;
}
.BgClassName
{
background-color: #D5B7B3;
}
</style>
border-color css
<style>
span { border-color: #D5B7B3; }
span { border-color: rgb(213,183,179); }
td.TdClassName
{
border-color: #D5B7B3;
}
.TagClassName
{
border-color: #D5B7B3;
}
</style>