Shades of Oyster Pink #D5B3AD
Tints of Oyster Pink #D5B3AD
RGB
CMYK
RGB Variations
Color information
#D5B3AD (or 0xD5B3AD) is known color: Oyster Pink. HEX triplet: D5, B3 and AD. RGB value is (213,179,173). Sum of RGB (Red+Green+Blue) = 213+179+173=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B3AD is #2A4C52. Grayscale: #BCBCBC. Windows color (decimal): -2772051 or 11383765. OLE color: 11383765.
HSL color Cylindrical-coordinate representation of color #D5B3AD: hue angle of 9º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B3AD is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 173 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.16 |
| HSL | 9º | 0.32% | 0.76% | - |
| HSV(B) | 9º | 0.19% | 0.84% | - |
| XYZ | 51.1 | 49.4 | 46.38 | - |
| YUV | 188.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 173 | 0 | 0.16 | 0.19 | 0.16 | 9 | 0.32 | 0.76 |
| Hex | D5 | B3 | AD | 0 | 10 | 13 | 10 | 9 | 20 | 4C |
| Octal | 325 | 263 | 255 | 0 | 20 | 23 | 20 | 11 | 40 | 114 |
| Binary | 11010101 | 10110011 | 10101101 | 0 | 10000 | 10011 | 10000 | 1001 | 100000 | 1001100 |
Color Harmonies of #D5B3AD
Complementary color
Monochromatic Colors of #D5B3AD
Black with #D5B3AD
Text Example
Text Example
White with #D5B3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B3AD; }
p { color: rgb(213,179,173); }
H1.HeaderClassName
{
color: #D5B3AD;
}
.AnyTagClassName
{
color: #D5B3AD;
}
</style>
background-color css
<style>
a { background-color: #D5B3AD; }
a { background-color: rgb(213,179,173); }
div.DivClassName
{
background-color: #D5B3AD;
}
.BgClassName
{
background-color: #D5B3AD;
}
</style>
border-color css
<style>
span { border-color: #D5B3AD; }
span { border-color: rgb(213,179,173); }
td.TdClassName
{
border-color: #D5B3AD;
}
.TagClassName
{
border-color: #D5B3AD;
}
</style>