Shades of Oyster Pink #D3BDB9
Tints of Oyster Pink #D3BDB9
RGB
CMYK
RGB Variations
Color information
#D3BDB9 (or 0xD3BDB9) is known color: Oyster Pink. HEX triplet: D3, BD and B9. RGB value is (211,189,185). Sum of RGB (Red+Green+Blue) = 211+189+185=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDB9 is #2C4246. Grayscale: #C3C3C3. Windows color (decimal): -2900551 or 12172755. OLE color: 12172755.
HSL color Cylindrical-coordinate representation of color #D3BDB9: hue angle of 9.23º 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 #D3BDB9 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 189 | 185 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.17 |
| HSL | 9.23º | 0.23% | 0.78% | - |
| HSV(B) | 9.23º | 0.12% | 0.83% | - |
| XYZ | 53.82 | 53.75 | 53.44 | - |
| YUV | 195.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 185 | 0 | 0.10 | 0.12 | 0.17 | 9.23 | 0.23 | 0.78 |
| Hex | D3 | BD | B9 | 0 | A | C | 11 | 9 | 17 | 4E |
| Octal | 323 | 275 | 271 | 0 | 12 | 14 | 21 | 11 | 27 | 116 |
| Binary | 11010011 | 10111101 | 10111001 | 0 | 1010 | 1100 | 10001 | 1001 | 10111 | 1001110 |
Color Harmonies of #D3BDB9
Complementary color
Monochromatic Colors of #D3BDB9
Black with #D3BDB9
Text Example
Text Example
White with #D3BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDB9; }
p { color: rgb(211,189,185); }
H1.HeaderClassName
{
color: #D3BDB9;
}
.AnyTagClassName
{
color: #D3BDB9;
}
</style>
background-color css
<style>
a { background-color: #D3BDB9; }
a { background-color: rgb(211,189,185); }
div.DivClassName
{
background-color: #D3BDB9;
}
.BgClassName
{
background-color: #D3BDB9;
}
</style>
border-color css
<style>
span { border-color: #D3BDB9; }
span { border-color: rgb(211,189,185); }
td.TdClassName
{
border-color: #D3BDB9;
}
.TagClassName
{
border-color: #D3BDB9;
}
</style>