Shades of Oyster Pink #DAB2AD
Tints of Oyster Pink #DAB2AD
RGB
CMYK
RGB Variations
Color information
#DAB2AD (or 0xDAB2AD) is known color: Oyster Pink. HEX triplet: DA, B2 and AD. RGB value is (218,178,173). Sum of RGB (Red+Green+Blue) = 218+178+173=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2AD is #254D52. Grayscale: #BDBDBD. Windows color (decimal): -2444627 or 11383514. OLE color: 11383514.
HSL color Cylindrical-coordinate representation of color #DAB2AD: hue angle of 6.67º 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 #DAB2AD is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 173 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.15 |
| HSL | 6.67º | 0.38% | 0.77% | - |
| HSV(B) | 6.67º | 0.21% | 0.85% | - |
| XYZ | 52.38 | 49.76 | 46.38 | - |
| YUV | 189.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 173 | 0 | 0.18 | 0.21 | 0.15 | 6.67 | 0.38 | 0.77 |
| Hex | DA | B2 | AD | 0 | 12 | 15 | F | 7 | 26 | 4D |
| Octal | 332 | 262 | 255 | 0 | 22 | 25 | 17 | 7 | 46 | 115 |
| Binary | 11011010 | 10110010 | 10101101 | 0 | 10010 | 10101 | 1111 | 111 | 100110 | 1001101 |
Color Harmonies of #DAB2AD
Complementary color
Monochromatic Colors of #DAB2AD
Black with #DAB2AD
Text Example
Text Example
White with #DAB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2AD; }
p { color: rgb(218,178,173); }
H1.HeaderClassName
{
color: #DAB2AD;
}
.AnyTagClassName
{
color: #DAB2AD;
}
</style>
background-color css
<style>
a { background-color: #DAB2AD; }
a { background-color: rgb(218,178,173); }
div.DivClassName
{
background-color: #DAB2AD;
}
.BgClassName
{
background-color: #DAB2AD;
}
</style>
border-color css
<style>
span { border-color: #DAB2AD; }
span { border-color: rgb(218,178,173); }
td.TdClassName
{
border-color: #DAB2AD;
}
.TagClassName
{
border-color: #DAB2AD;
}
</style>