Shades of Oyster Pink #DAB5B1
Tints of Oyster Pink #DAB5B1
RGB
CMYK
RGB Variations
Color information
#DAB5B1 (or 0xDAB5B1) is known color: Oyster Pink. HEX triplet: DA, B5 and B1. RGB value is (218,181,177). Sum of RGB (Red+Green+Blue) = 218+181+177=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB5B1 is #254A4E. Grayscale: #BFBFBF. Windows color (decimal): -2443855 or 11646426. OLE color: 11646426.
HSL color Cylindrical-coordinate representation of color #DAB5B1: hue angle of 5.85º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB5B1 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 177 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.15 |
| HSL | 5.85º | 0.36% | 0.77% | - |
| HSV(B) | 5.85º | 0.19% | 0.85% | - |
| XYZ | 53.37 | 51.13 | 48.65 | - |
| YUV | 191.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 177 | 0 | 0.17 | 0.19 | 0.15 | 5.85 | 0.36 | 0.77 |
| Hex | DA | B5 | B1 | 0 | 11 | 13 | F | 6 | 24 | 4D |
| Octal | 332 | 265 | 261 | 0 | 21 | 23 | 17 | 6 | 44 | 115 |
| Binary | 11011010 | 10110101 | 10110001 | 0 | 10001 | 10011 | 1111 | 110 | 100100 | 1001101 |
Color Harmonies of #DAB5B1
Complementary color
Monochromatic Colors of #DAB5B1
Black with #DAB5B1
Text Example
Text Example
White with #DAB5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5B1; }
p { color: rgb(218,181,177); }
H1.HeaderClassName
{
color: #DAB5B1;
}
.AnyTagClassName
{
color: #DAB5B1;
}
</style>
background-color css
<style>
a { background-color: #DAB5B1; }
a { background-color: rgb(218,181,177); }
div.DivClassName
{
background-color: #DAB5B1;
}
.BgClassName
{
background-color: #DAB5B1;
}
</style>
border-color css
<style>
span { border-color: #DAB5B1; }
span { border-color: rgb(218,181,177); }
td.TdClassName
{
border-color: #DAB5B1;
}
.TagClassName
{
border-color: #DAB5B1;
}
</style>