Shades of Oyster Pink #DAB6AD
Tints of Oyster Pink #DAB6AD
RGB
CMYK
RGB Variations
Color information
#DAB6AD (or 0xDAB6AD) is known color: Oyster Pink. HEX triplet: DA, B6 and AD. RGB value is (218,182,173). Sum of RGB (Red+Green+Blue) = 218+182+173=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB6AD is #254952. Grayscale: #BFBFBF. Windows color (decimal): -2443603 or 11384538. OLE color: 11384538.
HSL color Cylindrical-coordinate representation of color #DAB6AD: hue angle of 12º 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 #DAB6AD is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 173 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.15 |
| HSL | 12º | 0.38% | 0.77% | - |
| HSV(B) | 12º | 0.21% | 0.85% | - |
| XYZ | 53.18 | 51.38 | 46.65 | - |
| YUV | 191.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 173 | 0 | 0.17 | 0.21 | 0.15 | 12 | 0.38 | 0.77 |
| Hex | DA | B6 | AD | 0 | 11 | 15 | F | C | 26 | 4D |
| Octal | 332 | 266 | 255 | 0 | 21 | 25 | 17 | 14 | 46 | 115 |
| Binary | 11011010 | 10110110 | 10101101 | 0 | 10001 | 10101 | 1111 | 1100 | 100110 | 1001101 |
Color Harmonies of #DAB6AD
Complementary color
Monochromatic Colors of #DAB6AD
Black with #DAB6AD
Text Example
Text Example
White with #DAB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6AD; }
p { color: rgb(218,182,173); }
H1.HeaderClassName
{
color: #DAB6AD;
}
.AnyTagClassName
{
color: #DAB6AD;
}
</style>
background-color css
<style>
a { background-color: #DAB6AD; }
a { background-color: rgb(218,182,173); }
div.DivClassName
{
background-color: #DAB6AD;
}
.BgClassName
{
background-color: #DAB6AD;
}
</style>
border-color css
<style>
span { border-color: #DAB6AD; }
span { border-color: rgb(218,182,173); }
td.TdClassName
{
border-color: #DAB6AD;
}
.TagClassName
{
border-color: #DAB6AD;
}
</style>