Shades of Oyster Pink #DAB2B1
Tints of Oyster Pink #DAB2B1
RGB
CMYK
RGB Variations
Color information
#DAB2B1 (or 0xDAB2B1) is known color: Oyster Pink. HEX triplet: DA, B2 and B1. RGB value is (218,178,177). Sum of RGB (Red+Green+Blue) = 218+178+177=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2B1 is #254D4E. Grayscale: #BDBDBD. Windows color (decimal): -2444623 or 11645658. OLE color: 11645658.
HSL color Cylindrical-coordinate representation of color #DAB2B1: hue angle of 1.46º 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 #DAB2B1 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 177 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.15 |
| HSL | 1.46º | 0.36% | 0.77% | - |
| HSV(B) | 1.46º | 0.19% | 0.85% | - |
| XYZ | 52.77 | 49.92 | 48.45 | - |
| YUV | 189.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 177 | 0 | 0.18 | 0.19 | 0.15 | 1.46 | 0.36 | 0.77 |
| Hex | DA | B2 | B1 | 0 | 12 | 13 | F | 1 | 24 | 4D |
| Octal | 332 | 262 | 261 | 0 | 22 | 23 | 17 | 1 | 44 | 115 |
| Binary | 11011010 | 10110010 | 10110001 | 0 | 10010 | 10011 | 1111 | 1 | 100100 | 1001101 |
Color Harmonies of #DAB2B1
Complementary color
Monochromatic Colors of #DAB2B1
Black with #DAB2B1
Text Example
Text Example
White with #DAB2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2B1; }
p { color: rgb(218,178,177); }
H1.HeaderClassName
{
color: #DAB2B1;
}
.AnyTagClassName
{
color: #DAB2B1;
}
</style>
background-color css
<style>
a { background-color: #DAB2B1; }
a { background-color: rgb(218,178,177); }
div.DivClassName
{
background-color: #DAB2B1;
}
.BgClassName
{
background-color: #DAB2B1;
}
</style>
border-color css
<style>
span { border-color: #DAB2B1; }
span { border-color: rgb(218,178,177); }
td.TdClassName
{
border-color: #DAB2B1;
}
.TagClassName
{
border-color: #DAB2B1;
}
</style>