Shades of Oyster Pink #D9B2B0
Tints of Oyster Pink #D9B2B0
RGB
CMYK
RGB Variations
Color information
#D9B2B0 (or 0xD9B2B0) is known color: Oyster Pink. HEX triplet: D9, B2 and B0. RGB value is (217,178,176). Sum of RGB (Red+Green+Blue) = 217+178+176=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B2B0 is #264D4F. Grayscale: #BDBDBD. Windows color (decimal): -2510160 or 11580121. OLE color: 11580121.
HSL color Cylindrical-coordinate representation of color #D9B2B0: hue angle of 2.93º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B2B0 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 178 | 176 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.15 |
| HSL | 2.93º | 0.35% | 0.77% | - |
| HSV(B) | 2.93º | 0.19% | 0.85% | - |
| XYZ | 52.37 | 49.73 | 47.91 | - |
| YUV | 189.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 178 | 176 | 0 | 0.18 | 0.19 | 0.15 | 2.93 | 0.35 | 0.77 |
| Hex | D9 | B2 | B0 | 0 | 12 | 13 | F | 3 | 23 | 4D |
| Octal | 331 | 262 | 260 | 0 | 22 | 23 | 17 | 3 | 43 | 115 |
| Binary | 11011001 | 10110010 | 10110000 | 0 | 10010 | 10011 | 1111 | 11 | 100011 | 1001101 |
Color Harmonies of #D9B2B0
Complementary color
Monochromatic Colors of #D9B2B0
Black with #D9B2B0
Text Example
Text Example
White with #D9B2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B2B0; }
p { color: rgb(217,178,176); }
H1.HeaderClassName
{
color: #D9B2B0;
}
.AnyTagClassName
{
color: #D9B2B0;
}
</style>
background-color css
<style>
a { background-color: #D9B2B0; }
a { background-color: rgb(217,178,176); }
div.DivClassName
{
background-color: #D9B2B0;
}
.BgClassName
{
background-color: #D9B2B0;
}
</style>
border-color css
<style>
span { border-color: #D9B2B0; }
span { border-color: rgb(217,178,176); }
td.TdClassName
{
border-color: #D9B2B0;
}
.TagClassName
{
border-color: #D9B2B0;
}
</style>