Shades of Oyster Pink #D4BBB8
Tints of Oyster Pink #D4BBB8
RGB
CMYK
RGB Variations
Color information
#D4BBB8 (or 0xD4BBB8) is known color: Oyster Pink. HEX triplet: D4, BB and B8. RGB value is (212,187,184). Sum of RGB (Red+Green+Blue) = 212+187+184=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBB8 is #2B4447. Grayscale: #C2C2C2. Windows color (decimal): -2835528 or 12106708. OLE color: 12106708.
HSL color Cylindrical-coordinate representation of color #D4BBB8: hue angle of 6.43º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4BBB8 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 184 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.17 |
| HSL | 6.43º | 0.25% | 0.78% | - |
| HSV(B) | 6.43º | 0.13% | 0.83% | - |
| XYZ | 53.57 | 53 | 52.75 | - |
| YUV | 194.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 184 | 0 | 0.12 | 0.13 | 0.17 | 6.43 | 0.25 | 0.78 |
| Hex | D4 | BB | B8 | 0 | C | D | 11 | 6 | 19 | 4E |
| Octal | 324 | 273 | 270 | 0 | 14 | 15 | 21 | 6 | 31 | 116 |
| Binary | 11010100 | 10111011 | 10111000 | 0 | 1100 | 1101 | 10001 | 110 | 11001 | 1001110 |
Color Harmonies of #D4BBB8
Complementary color
Monochromatic Colors of #D4BBB8
Black with #D4BBB8
Text Example
Text Example
White with #D4BBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBB8; }
p { color: rgb(212,187,184); }
H1.HeaderClassName
{
color: #D4BBB8;
}
.AnyTagClassName
{
color: #D4BBB8;
}
</style>
background-color css
<style>
a { background-color: #D4BBB8; }
a { background-color: rgb(212,187,184); }
div.DivClassName
{
background-color: #D4BBB8;
}
.BgClassName
{
background-color: #D4BBB8;
}
</style>
border-color css
<style>
span { border-color: #D4BBB8; }
span { border-color: rgb(212,187,184); }
td.TdClassName
{
border-color: #D4BBB8;
}
.TagClassName
{
border-color: #D4BBB8;
}
</style>