Shades of Oyster Pink #D6B7B5
Tints of Oyster Pink #D6B7B5
RGB
CMYK
RGB Variations
Color information
#D6B7B5 (or 0xD6B7B5) is known color: Oyster Pink. HEX triplet: D6, B7 and B5. RGB value is (214,183,181). Sum of RGB (Red+Green+Blue) = 214+183+181=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7B5 is #29484A. Grayscale: #C0C0C0. Windows color (decimal): -2705483 or 11909078. OLE color: 11909078.
HSL color Cylindrical-coordinate representation of color #D6B7B5: hue angle of 3.64º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6B7B5 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 181 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.16 |
| HSL | 3.64º | 0.29% | 0.77% | - |
| HSV(B) | 3.64º | 0.15% | 0.84% | - |
| XYZ | 53.01 | 51.5 | 50.86 | - |
| YUV | 192.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 181 | 0 | 0.14 | 0.15 | 0.16 | 3.64 | 0.29 | 0.77 |
| Hex | D6 | B7 | B5 | 0 | E | F | 10 | 4 | 1D | 4D |
| Octal | 326 | 267 | 265 | 0 | 16 | 17 | 20 | 4 | 35 | 115 |
| Binary | 11010110 | 10110111 | 10110101 | 0 | 1110 | 1111 | 10000 | 100 | 11101 | 1001101 |
Color Harmonies of #D6B7B5
Complementary color
Monochromatic Colors of #D6B7B5
Black with #D6B7B5
Text Example
Text Example
White with #D6B7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7B5; }
p { color: rgb(214,183,181); }
H1.HeaderClassName
{
color: #D6B7B5;
}
.AnyTagClassName
{
color: #D6B7B5;
}
</style>
background-color css
<style>
a { background-color: #D6B7B5; }
a { background-color: rgb(214,183,181); }
div.DivClassName
{
background-color: #D6B7B5;
}
.BgClassName
{
background-color: #D6B7B5;
}
</style>
border-color css
<style>
span { border-color: #D6B7B5; }
span { border-color: rgb(214,183,181); }
td.TdClassName
{
border-color: #D6B7B5;
}
.TagClassName
{
border-color: #D6B7B5;
}
</style>