Shades of Oyster Pink #DAB2AA
Tints of Oyster Pink #DAB2AA
RGB
CMYK
RGB Variations
Color information
#DAB2AA (or 0xDAB2AA) is known color: Oyster Pink. HEX triplet: DA, B2 and AA. RGB value is (218,178,170). Sum of RGB (Red+Green+Blue) = 218+178+170=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2AA is #254D55. Grayscale: #BDBDBD. Windows color (decimal): -2444630 or 11186906. OLE color: 11186906.
HSL color Cylindrical-coordinate representation of color #DAB2AA: hue angle of 10º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAB2AA is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 170 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.15 |
| HSL | 10º | 0.39% | 0.76% | - |
| HSV(B) | 10º | 0.22% | 0.85% | - |
| XYZ | 52.09 | 49.65 | 44.87 | - |
| YUV | 189.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 170 | 0 | 0.18 | 0.22 | 0.15 | 10 | 0.39 | 0.76 |
| Hex | DA | B2 | AA | 0 | 12 | 16 | F | A | 27 | 4C |
| Octal | 332 | 262 | 252 | 0 | 22 | 26 | 17 | 12 | 47 | 114 |
| Binary | 11011010 | 10110010 | 10101010 | 0 | 10010 | 10110 | 1111 | 1010 | 100111 | 1001100 |
Color Harmonies of #DAB2AA
Complementary color
Monochromatic Colors of #DAB2AA
Black with #DAB2AA
Text Example
Text Example
White with #DAB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2AA; }
p { color: rgb(218,178,170); }
H1.HeaderClassName
{
color: #DAB2AA;
}
.AnyTagClassName
{
color: #DAB2AA;
}
</style>
background-color css
<style>
a { background-color: #DAB2AA; }
a { background-color: rgb(218,178,170); }
div.DivClassName
{
background-color: #DAB2AA;
}
.BgClassName
{
background-color: #DAB2AA;
}
</style>
border-color css
<style>
span { border-color: #DAB2AA; }
span { border-color: rgb(218,178,170); }
td.TdClassName
{
border-color: #DAB2AA;
}
.TagClassName
{
border-color: #DAB2AA;
}
</style>