Shades of Oyster Pink #D4BBB7
Tints of Oyster Pink #D4BBB7
RGB
CMYK
RGB Variations
Color information
#D4BBB7 (or 0xD4BBB7) is known color: Oyster Pink. HEX triplet: D4, BB and B7. RGB value is (212,187,183). Sum of RGB (Red+Green+Blue) = 212+187+183=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBB7 is #2B4448. Grayscale: #C2C2C2. Windows color (decimal): -2835529 or 12041172. OLE color: 12041172.
HSL color Cylindrical-coordinate representation of color #D4BBB7: hue angle of 8.28º degrees, saturation: 0.25, 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 #D4BBB7 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 183 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.17 |
| HSL | 8.28º | 0.25% | 0.77% | - |
| HSV(B) | 8.28º | 0.14% | 0.83% | - |
| XYZ | 53.47 | 52.96 | 52.2 | - |
| YUV | 194.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 183 | 0 | 0.12 | 0.14 | 0.17 | 8.28 | 0.25 | 0.77 |
| Hex | D4 | BB | B7 | 0 | C | E | 11 | 8 | 19 | 4D |
| Octal | 324 | 273 | 267 | 0 | 14 | 16 | 21 | 10 | 31 | 115 |
| Binary | 11010100 | 10111011 | 10110111 | 0 | 1100 | 1110 | 10001 | 1000 | 11001 | 1001101 |
Color Harmonies of #D4BBB7
Complementary color
Monochromatic Colors of #D4BBB7
Black with #D4BBB7
Text Example
Text Example
White with #D4BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBB7; }
p { color: rgb(212,187,183); }
H1.HeaderClassName
{
color: #D4BBB7;
}
.AnyTagClassName
{
color: #D4BBB7;
}
</style>
background-color css
<style>
a { background-color: #D4BBB7; }
a { background-color: rgb(212,187,183); }
div.DivClassName
{
background-color: #D4BBB7;
}
.BgClassName
{
background-color: #D4BBB7;
}
</style>
border-color css
<style>
span { border-color: #D4BBB7; }
span { border-color: rgb(212,187,183); }
td.TdClassName
{
border-color: #D4BBB7;
}
.TagClassName
{
border-color: #D4BBB7;
}
</style>