Shades of Oyster Pink #D5B8B4
Tints of Oyster Pink #D5B8B4
RGB
CMYK
RGB Variations
Color information
#D5B8B4 (or 0xD5B8B4) is known color: Oyster Pink. HEX triplet: D5, B8 and B4. RGB value is (213,184,180). Sum of RGB (Red+Green+Blue) = 213+184+180=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B8B4 is #2A474B. Grayscale: #C0C0C0. Windows color (decimal): -2770764 or 11843797. OLE color: 11843797.
HSL color Cylindrical-coordinate representation of color #D5B8B4: hue angle of 7.27º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B8B4 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 180 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.16 |
| HSL | 7.27º | 0.28% | 0.77% | - |
| HSV(B) | 7.27º | 0.15% | 0.84% | - |
| XYZ | 52.82 | 51.72 | 50.38 | - |
| YUV | 192.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 180 | 0 | 0.14 | 0.15 | 0.16 | 7.27 | 0.28 | 0.77 |
| Hex | D5 | B8 | B4 | 0 | E | F | 10 | 7 | 1C | 4D |
| Octal | 325 | 270 | 264 | 0 | 16 | 17 | 20 | 7 | 34 | 115 |
| Binary | 11010101 | 10111000 | 10110100 | 0 | 1110 | 1111 | 10000 | 111 | 11100 | 1001101 |
Color Harmonies of #D5B8B4
Complementary color
Monochromatic Colors of #D5B8B4
Black with #D5B8B4
Text Example
Text Example
White with #D5B8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B8B4; }
p { color: rgb(213,184,180); }
H1.HeaderClassName
{
color: #D5B8B4;
}
.AnyTagClassName
{
color: #D5B8B4;
}
</style>
background-color css
<style>
a { background-color: #D5B8B4; }
a { background-color: rgb(213,184,180); }
div.DivClassName
{
background-color: #D5B8B4;
}
.BgClassName
{
background-color: #D5B8B4;
}
</style>
border-color css
<style>
span { border-color: #D5B8B4; }
span { border-color: rgb(213,184,180); }
td.TdClassName
{
border-color: #D5B8B4;
}
.TagClassName
{
border-color: #D5B8B4;
}
</style>