Shades of Oyster Pink #D5B7B6
Tints of Oyster Pink #D5B7B6
RGB
CMYK
RGB Variations
Color information
#D5B7B6 (or 0xD5B7B6) is known color: Oyster Pink. HEX triplet: D5, B7 and B6. RGB value is (213,183,182). Sum of RGB (Red+Green+Blue) = 213+183+182=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B7B6 is #2A4849. Grayscale: #BFBFBF. Windows color (decimal): -2771018 or 11974613. OLE color: 11974613.
HSL color Cylindrical-coordinate representation of color #D5B7B6: hue angle of 1.94º degrees, saturation: 0.27, 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 #D5B7B6 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 183 | 182 | - |
CMYK | 0 | 0.14 | 0.15 | 0.16 |
HSL | 1.94º | 0.27% | 0.77% | - |
HSV(B) | 1.94º | 0.15% | 0.84% | - |
XYZ | 52.82 | 51.39 | 51.39 | - |
YUV | 191.86 | 122.44 | 143.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 183 | 182 | 0 | 0.14 | 0.15 | 0.16 | 1.94 | 0.27 | 0.77 |
Hex | D5 | B7 | B6 | 0 | E | F | 10 | 2 | 1B | 4D |
Octal | 325 | 267 | 266 | 0 | 16 | 17 | 20 | 2 | 33 | 115 |
Binary | 11010101 | 10110111 | 10110110 | 0 | 1110 | 1111 | 10000 | 10 | 11011 | 1001101 |
Color Harmonies of #D5B7B6
Complementary color
Monochromatic Colors of #D5B7B6
Black with #D5B7B6
Text Example
Text Example
White with #D5B7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B7B6; }
p { color: rgb(213,183,182); }
H1.HeaderClassName
{
color: #D5B7B6;
}
.AnyTagClassName
{
color: #D5B7B6;
}
</style>
background-color css
<style>
a { background-color: #D5B7B6; }
a { background-color: rgb(213,183,182); }
div.DivClassName
{
background-color: #D5B7B6;
}
.BgClassName
{
background-color: #D5B7B6;
}
</style>
border-color css
<style>
span { border-color: #D5B7B6; }
span { border-color: rgb(213,183,182); }
td.TdClassName
{
border-color: #D5B7B6;
}
.TagClassName
{
border-color: #D5B7B6;
}
</style>