Shades of Oyster Pink #DAB5B0
Tints of Oyster Pink #DAB5B0
RGB
CMYK
RGB Variations
Color information
#DAB5B0 (or 0xDAB5B0) is known color: Oyster Pink. HEX triplet: DA, B5 and B0. RGB value is (218,181,176). Sum of RGB (Red+Green+Blue) = 218+181+176=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB5B0 is #254A4F. Grayscale: #BFBFBF. Windows color (decimal): -2443856 or 11580890. OLE color: 11580890.
HSL color Cylindrical-coordinate representation of color #DAB5B0: hue angle of 7.14º 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 #DAB5B0 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 176 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.15 |
| HSL | 7.14º | 0.36% | 0.77% | - |
| HSV(B) | 7.14º | 0.19% | 0.85% | - |
| XYZ | 53.27 | 51.09 | 48.13 | - |
| YUV | 191.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 176 | 0 | 0.17 | 0.19 | 0.15 | 7.14 | 0.36 | 0.77 |
| Hex | DA | B5 | B0 | 0 | 11 | 13 | F | 7 | 24 | 4D |
| Octal | 332 | 265 | 260 | 0 | 21 | 23 | 17 | 7 | 44 | 115 |
| Binary | 11011010 | 10110101 | 10110000 | 0 | 10001 | 10011 | 1111 | 111 | 100100 | 1001101 |
Color Harmonies of #DAB5B0
Complementary color
Monochromatic Colors of #DAB5B0
Black with #DAB5B0
Text Example
Text Example
White with #DAB5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5B0; }
p { color: rgb(218,181,176); }
H1.HeaderClassName
{
color: #DAB5B0;
}
.AnyTagClassName
{
color: #DAB5B0;
}
</style>
background-color css
<style>
a { background-color: #DAB5B0; }
a { background-color: rgb(218,181,176); }
div.DivClassName
{
background-color: #DAB5B0;
}
.BgClassName
{
background-color: #DAB5B0;
}
</style>
border-color css
<style>
span { border-color: #DAB5B0; }
span { border-color: rgb(218,181,176); }
td.TdClassName
{
border-color: #DAB5B0;
}
.TagClassName
{
border-color: #DAB5B0;
}
</style>