Shades of Oyster Pink #D5B3AC
Tints of Oyster Pink #D5B3AC
RGB
CMYK
RGB Variations
Color information
#D5B3AC (or 0xD5B3AC) is known color: Oyster Pink. HEX triplet: D5, B3 and AC. RGB value is (213,179,172). Sum of RGB (Red+Green+Blue) = 213+179+172=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B3AC is #2A4C53. Grayscale: #BCBCBC. Windows color (decimal): -2772052 or 11318229. OLE color: 11318229.
HSL color Cylindrical-coordinate representation of color #D5B3AC: hue angle of 10.24º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B3AC is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 172 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.16 |
| HSL | 10.24º | 0.33% | 0.75% | - |
| HSV(B) | 10.24º | 0.19% | 0.84% | - |
| XYZ | 51.01 | 49.36 | 45.87 | - |
| YUV | 188.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 172 | 0 | 0.16 | 0.19 | 0.16 | 10.24 | 0.33 | 0.75 |
| Hex | D5 | B3 | AC | 0 | 10 | 13 | 10 | A | 21 | 4B |
| Octal | 325 | 263 | 254 | 0 | 20 | 23 | 20 | 12 | 41 | 113 |
| Binary | 11010101 | 10110011 | 10101100 | 0 | 10000 | 10011 | 10000 | 1010 | 100001 | 1001011 |
Color Harmonies of #D5B3AC
Complementary color
Monochromatic Colors of #D5B3AC
Black with #D5B3AC
Text Example
Text Example
White with #D5B3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B3AC; }
p { color: rgb(213,179,172); }
H1.HeaderClassName
{
color: #D5B3AC;
}
.AnyTagClassName
{
color: #D5B3AC;
}
</style>
background-color css
<style>
a { background-color: #D5B3AC; }
a { background-color: rgb(213,179,172); }
div.DivClassName
{
background-color: #D5B3AC;
}
.BgClassName
{
background-color: #D5B3AC;
}
</style>
border-color css
<style>
span { border-color: #D5B3AC; }
span { border-color: rgb(213,179,172); }
td.TdClassName
{
border-color: #D5B3AC;
}
.TagClassName
{
border-color: #D5B3AC;
}
</style>