Shades of Oyster Pink #DAB2B0
Tints of Oyster Pink #DAB2B0
RGB
CMYK
RGB Variations
Color information
#DAB2B0 (or 0xDAB2B0) is known color: Oyster Pink. HEX triplet: DA, B2 and B0. RGB value is (218,178,176). Sum of RGB (Red+Green+Blue) = 218+178+176=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2B0 is #254D4F. Grayscale: #BDBDBD. Windows color (decimal): -2444624 or 11580122. OLE color: 11580122.
HSL color Cylindrical-coordinate representation of color #DAB2B0: hue angle of 2.86º 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 #DAB2B0 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 176 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.15 |
| HSL | 2.86º | 0.36% | 0.77% | - |
| HSV(B) | 2.86º | 0.19% | 0.85% | - |
| XYZ | 52.67 | 49.88 | 47.93 | - |
| YUV | 189.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 176 | 0 | 0.18 | 0.19 | 0.15 | 2.86 | 0.36 | 0.77 |
| Hex | DA | B2 | B0 | 0 | 12 | 13 | F | 3 | 24 | 4D |
| Octal | 332 | 262 | 260 | 0 | 22 | 23 | 17 | 3 | 44 | 115 |
| Binary | 11011010 | 10110010 | 10110000 | 0 | 10010 | 10011 | 1111 | 11 | 100100 | 1001101 |
Color Harmonies of #DAB2B0
Complementary color
Monochromatic Colors of #DAB2B0
Black with #DAB2B0
Text Example
Text Example
White with #DAB2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2B0; }
p { color: rgb(218,178,176); }
H1.HeaderClassName
{
color: #DAB2B0;
}
.AnyTagClassName
{
color: #DAB2B0;
}
</style>
background-color css
<style>
a { background-color: #DAB2B0; }
a { background-color: rgb(218,178,176); }
div.DivClassName
{
background-color: #DAB2B0;
}
.BgClassName
{
background-color: #DAB2B0;
}
</style>
border-color css
<style>
span { border-color: #DAB2B0; }
span { border-color: rgb(218,178,176); }
td.TdClassName
{
border-color: #DAB2B0;
}
.TagClassName
{
border-color: #DAB2B0;
}
</style>