Shades of Oyster Pink #D1B2B0
Tints of Oyster Pink #D1B2B0
RGB
CMYK
RGB Variations
Color information
#D1B2B0 (or 0xD1B2B0) is known color: Oyster Pink. HEX triplet: D1, B2 and B0. RGB value is (209,178,176). Sum of RGB (Red+Green+Blue) = 209+178+176=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B2B0 is #2E4D4F. Grayscale: #BBBBBB. Windows color (decimal): -3034448 or 11580113. OLE color: 11580113.
HSL color Cylindrical-coordinate representation of color #D1B2B0: hue angle of 3.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1B2B0 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 178 | 176 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.18 |
| HSL | 3.64º | 0.26% | 0.75% | - |
| HSV(B) | 3.64º | 0.16% | 0.82% | - |
| XYZ | 50.05 | 48.53 | 47.8 | - |
| YUV | 187.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 178 | 176 | 0 | 0.15 | 0.16 | 0.18 | 3.64 | 0.26 | 0.75 |
| Hex | D1 | B2 | B0 | 0 | F | 10 | 12 | 4 | 1A | 4B |
| Octal | 321 | 262 | 260 | 0 | 17 | 20 | 22 | 4 | 32 | 113 |
| Binary | 11010001 | 10110010 | 10110000 | 0 | 1111 | 10000 | 10010 | 100 | 11010 | 1001011 |
Color Harmonies of #D1B2B0
Complementary color
Monochromatic Colors of #D1B2B0
Black with #D1B2B0
Text Example
Text Example
White with #D1B2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B2B0; }
p { color: rgb(209,178,176); }
H1.HeaderClassName
{
color: #D1B2B0;
}
.AnyTagClassName
{
color: #D1B2B0;
}
</style>
background-color css
<style>
a { background-color: #D1B2B0; }
a { background-color: rgb(209,178,176); }
div.DivClassName
{
background-color: #D1B2B0;
}
.BgClassName
{
background-color: #D1B2B0;
}
</style>
border-color css
<style>
span { border-color: #D1B2B0; }
span { border-color: rgb(209,178,176); }
td.TdClassName
{
border-color: #D1B2B0;
}
.TagClassName
{
border-color: #D1B2B0;
}
</style>