Shades of Oyster Pink #D6B7B7
Tints of Oyster Pink #D6B7B7
RGB
CMYK
RGB Variations
Color information
#D6B7B7 (or 0xD6B7B7) is known color: Oyster Pink. HEX triplet: D6, B7 and B7. RGB value is (214,183,183). Sum of RGB (Red+Green+Blue) = 214+183+183=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B7B7 is #294848. Grayscale: #C0C0C0. Windows color (decimal): -2705481 or 12040150. OLE color: 12040150.
HSL color Cylindrical-coordinate representation of color #D6B7B7: hue angle of 0º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6B7B7 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 183 | 183 | - |
CMYK | 0 | 0.14 | 0.14 | 0.16 |
HSL | 0º | 0.27% | 0.78% | - |
HSV(B) | 0º | 0.14% | 0.84% | - |
XYZ | 53.21 | 51.58 | 51.95 | - |
YUV | 192.27 | 122.77 | 143.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 183 | 183 | 0 | 0.14 | 0.14 | 0.16 | 0 | 0.27 | 0.78 |
Hex | D6 | B7 | B7 | 0 | E | E | 10 | 0 | 1B | 4E |
Octal | 326 | 267 | 267 | 0 | 16 | 16 | 20 | 0 | 33 | 116 |
Binary | 11010110 | 10110111 | 10110111 | 0 | 1110 | 1110 | 10000 | 0 | 11011 | 1001110 |
Color Harmonies of #D6B7B7
Complementary color
Monochromatic Colors of #D6B7B7
Black with #D6B7B7
Text Example
Text Example
White with #D6B7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B7B7; }
p { color: rgb(214,183,183); }
H1.HeaderClassName
{
color: #D6B7B7;
}
.AnyTagClassName
{
color: #D6B7B7;
}
</style>
background-color css
<style>
a { background-color: #D6B7B7; }
a { background-color: rgb(214,183,183); }
div.DivClassName
{
background-color: #D6B7B7;
}
.BgClassName
{
background-color: #D6B7B7;
}
</style>
border-color css
<style>
span { border-color: #D6B7B7; }
span { border-color: rgb(214,183,183); }
td.TdClassName
{
border-color: #D6B7B7;
}
.TagClassName
{
border-color: #D6B7B7;
}
</style>