Shades of Oyster Pink #D4B6B6
Tints of Oyster Pink #D4B6B6
RGB
CMYK
RGB Variations
Color information
#D4B6B6 (or 0xD4B6B6) is known color: Oyster Pink. HEX triplet: D4, B6 and B6. RGB value is (212,182,182). Sum of RGB (Red+Green+Blue) = 212+182+182=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B6B6 is #2B4949. Grayscale: #BFBFBF. Windows color (decimal): -2836810 or 11974356. OLE color: 11974356.
HSL color Cylindrical-coordinate representation of color #D4B6B6: hue angle of 0º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4B6B6 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 182 | 182 | - |
CMYK | 0 | 0.14 | 0.14 | 0.17 |
HSL | 0º | 0.26% | 0.77% | - |
HSV(B) | 0º | 0.14% | 0.83% | - |
XYZ | 52.32 | 50.83 | 51.31 | - |
YUV | 190.97 | 122.94 | 143 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 182 | 182 | 0 | 0.14 | 0.14 | 0.17 | 0 | 0.26 | 0.77 |
Hex | D4 | B6 | B6 | 0 | E | E | 11 | 0 | 1A | 4D |
Octal | 324 | 266 | 266 | 0 | 16 | 16 | 21 | 0 | 32 | 115 |
Binary | 11010100 | 10110110 | 10110110 | 0 | 1110 | 1110 | 10001 | 0 | 11010 | 1001101 |
Color Harmonies of #D4B6B6
Complementary color
Monochromatic Colors of #D4B6B6
Black with #D4B6B6
Text Example
Text Example
White with #D4B6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B6B6; }
p { color: rgb(212,182,182); }
H1.HeaderClassName
{
color: #D4B6B6;
}
.AnyTagClassName
{
color: #D4B6B6;
}
</style>
background-color css
<style>
a { background-color: #D4B6B6; }
a { background-color: rgb(212,182,182); }
div.DivClassName
{
background-color: #D4B6B6;
}
.BgClassName
{
background-color: #D4B6B6;
}
</style>
border-color css
<style>
span { border-color: #D4B6B6; }
span { border-color: rgb(212,182,182); }
td.TdClassName
{
border-color: #D4B6B6;
}
.TagClassName
{
border-color: #D4B6B6;
}
</style>