Shades of Oyster Pink #D3BCB9
Tints of Oyster Pink #D3BCB9
RGB
CMYK
RGB Variations
Color information
#D3BCB9 (or 0xD3BCB9) is known color: Oyster Pink. HEX triplet: D3, BC and B9. RGB value is (211,188,185). Sum of RGB (Red+Green+Blue) = 211+188+185=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCB9 is #2C4346. Grayscale: #C2C2C2. Windows color (decimal): -2900807 or 12172499. OLE color: 12172499.
HSL color Cylindrical-coordinate representation of color #D3BCB9: hue angle of 6.92º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BCB9 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 185 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.17 |
| HSL | 6.92º | 0.23% | 0.78% | - |
| HSV(B) | 6.92º | 0.12% | 0.83% | - |
| XYZ | 53.6 | 53.32 | 53.37 | - |
| YUV | 194.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 185 | 0 | 0.11 | 0.12 | 0.17 | 6.92 | 0.23 | 0.78 |
| Hex | D3 | BC | B9 | 0 | B | C | 11 | 7 | 17 | 4E |
| Octal | 323 | 274 | 271 | 0 | 13 | 14 | 21 | 7 | 27 | 116 |
| Binary | 11010011 | 10111100 | 10111001 | 0 | 1011 | 1100 | 10001 | 111 | 10111 | 1001110 |
Color Harmonies of #D3BCB9
Complementary color
Monochromatic Colors of #D3BCB9
Black with #D3BCB9
Text Example
Text Example
White with #D3BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCB9; }
p { color: rgb(211,188,185); }
H1.HeaderClassName
{
color: #D3BCB9;
}
.AnyTagClassName
{
color: #D3BCB9;
}
</style>
background-color css
<style>
a { background-color: #D3BCB9; }
a { background-color: rgb(211,188,185); }
div.DivClassName
{
background-color: #D3BCB9;
}
.BgClassName
{
background-color: #D3BCB9;
}
</style>
border-color css
<style>
span { border-color: #D3BCB9; }
span { border-color: rgb(211,188,185); }
td.TdClassName
{
border-color: #D3BCB9;
}
.TagClassName
{
border-color: #D3BCB9;
}
</style>