Shades of Oyster Pink #D7BAB4
Tints of Oyster Pink #D7BAB4
RGB
CMYK
RGB Variations
Color information
#D7BAB4 (or 0xD7BAB4) is known color: Oyster Pink. HEX triplet: D7, BA and B4. RGB value is (215,186,180). Sum of RGB (Red+Green+Blue) = 215+186+180=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAB4 is #28454B. Grayscale: #C2C2C2. Windows color (decimal): -2639180 or 11844311. OLE color: 11844311.
HSL color Cylindrical-coordinate representation of color #D7BAB4: hue angle of 10.29º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7BAB4 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 180 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.16 |
| HSL | 10.29º | 0.3% | 0.77% | - |
| HSV(B) | 10.29º | 0.16% | 0.84% | - |
| XYZ | 53.82 | 52.86 | 50.55 | - |
| YUV | 193.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 180 | 0 | 0.13 | 0.16 | 0.16 | 10.29 | 0.3 | 0.77 |
| Hex | D7 | BA | B4 | 0 | D | 10 | 10 | A | 1E | 4D |
| Octal | 327 | 272 | 264 | 0 | 15 | 20 | 20 | 12 | 36 | 115 |
| Binary | 11010111 | 10111010 | 10110100 | 0 | 1101 | 10000 | 10000 | 1010 | 11110 | 1001101 |
Color Harmonies of #D7BAB4
Complementary color
Monochromatic Colors of #D7BAB4
Black with #D7BAB4
Text Example
Text Example
White with #D7BAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BAB4; }
p { color: rgb(215,186,180); }
H1.HeaderClassName
{
color: #D7BAB4;
}
.AnyTagClassName
{
color: #D7BAB4;
}
</style>
background-color css
<style>
a { background-color: #D7BAB4; }
a { background-color: rgb(215,186,180); }
div.DivClassName
{
background-color: #D7BAB4;
}
.BgClassName
{
background-color: #D7BAB4;
}
</style>
border-color css
<style>
span { border-color: #D7BAB4; }
span { border-color: rgb(215,186,180); }
td.TdClassName
{
border-color: #D7BAB4;
}
.TagClassName
{
border-color: #D7BAB4;
}
</style>