Shades of Oyster Pink #D2BBB8
Tints of Oyster Pink #D2BBB8
RGB
CMYK
RGB Variations
Color information
#D2BBB8 (or 0xD2BBB8) is known color: Oyster Pink. HEX triplet: D2, BB and B8. RGB value is (210,187,184). Sum of RGB (Red+Green+Blue) = 210+187+184=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBB8 is #2D4447. Grayscale: #C1C1C1. Windows color (decimal): -2966600 or 12106706. OLE color: 12106706.
HSL color Cylindrical-coordinate representation of color #D2BBB8: hue angle of 6.92º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2BBB8 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 184 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.18 |
| HSL | 6.92º | 0.22% | 0.77% | - |
| HSV(B) | 6.92º | 0.12% | 0.82% | - |
| XYZ | 53 | 52.7 | 52.73 | - |
| YUV | 193.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 184 | 0 | 0.11 | 0.12 | 0.18 | 6.92 | 0.22 | 0.77 |
| Hex | D2 | BB | B8 | 0 | B | C | 12 | 7 | 16 | 4D |
| Octal | 322 | 273 | 270 | 0 | 13 | 14 | 22 | 7 | 26 | 115 |
| Binary | 11010010 | 10111011 | 10111000 | 0 | 1011 | 1100 | 10010 | 111 | 10110 | 1001101 |
Color Harmonies of #D2BBB8
Complementary color
Monochromatic Colors of #D2BBB8
Black with #D2BBB8
Text Example
Text Example
White with #D2BBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBB8; }
p { color: rgb(210,187,184); }
H1.HeaderClassName
{
color: #D2BBB8;
}
.AnyTagClassName
{
color: #D2BBB8;
}
</style>
background-color css
<style>
a { background-color: #D2BBB8; }
a { background-color: rgb(210,187,184); }
div.DivClassName
{
background-color: #D2BBB8;
}
.BgClassName
{
background-color: #D2BBB8;
}
</style>
border-color css
<style>
span { border-color: #D2BBB8; }
span { border-color: rgb(210,187,184); }
td.TdClassName
{
border-color: #D2BBB8;
}
.TagClassName
{
border-color: #D2BBB8;
}
</style>