Shades of Oyster Pink #DAB0AD
Tints of Oyster Pink #DAB0AD
RGB
CMYK
RGB Variations
Color information
#DAB0AD (or 0xDAB0AD) is known color: Oyster Pink. HEX triplet: DA, B0 and AD. RGB value is (218,176,173). Sum of RGB (Red+Green+Blue) = 218+176+173=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB0AD is #254F52. Grayscale: #BCBCBC. Windows color (decimal): -2445139 or 11383002. OLE color: 11383002.
HSL color Cylindrical-coordinate representation of color #DAB0AD: hue angle of 4º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB0AD is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 173 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.15 |
| HSL | 4º | 0.38% | 0.77% | - |
| HSV(B) | 4º | 0.21% | 0.85% | - |
| XYZ | 51.98 | 48.97 | 46.25 | - |
| YUV | 188.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 173 | 0 | 0.19 | 0.21 | 0.15 | 4 | 0.38 | 0.77 |
| Hex | DA | B0 | AD | 0 | 13 | 15 | F | 4 | 26 | 4D |
| Octal | 332 | 260 | 255 | 0 | 23 | 25 | 17 | 4 | 46 | 115 |
| Binary | 11011010 | 10110000 | 10101101 | 0 | 10011 | 10101 | 1111 | 100 | 100110 | 1001101 |
Color Harmonies of #DAB0AD
Complementary color
Monochromatic Colors of #DAB0AD
Black with #DAB0AD
Text Example
Text Example
White with #DAB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0AD; }
p { color: rgb(218,176,173); }
H1.HeaderClassName
{
color: #DAB0AD;
}
.AnyTagClassName
{
color: #DAB0AD;
}
</style>
background-color css
<style>
a { background-color: #DAB0AD; }
a { background-color: rgb(218,176,173); }
div.DivClassName
{
background-color: #DAB0AD;
}
.BgClassName
{
background-color: #DAB0AD;
}
</style>
border-color css
<style>
span { border-color: #DAB0AD; }
span { border-color: rgb(218,176,173); }
td.TdClassName
{
border-color: #DAB0AD;
}
.TagClassName
{
border-color: #DAB0AD;
}
</style>