Shades of Oyster Pink #DAAAA6
Tints of Oyster Pink #DAAAA6
RGB
CMYK
RGB Variations
Color information
#DAAAA6 (or 0xDAAAA6) is known color: Oyster Pink. HEX triplet: DA, AA and A6. RGB value is (218,170,166). Sum of RGB (Red+Green+Blue) = 218+170+166=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAA6 is #255559. Grayscale: #B7B7B7. Windows color (decimal): -2446682 or 10922714. OLE color: 10922714.
HSL color Cylindrical-coordinate representation of color #DAAAA6: hue angle of 4.62º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAAAA6 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 166 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.15 |
| HSL | 4.62º | 0.41% | 0.75% | - |
| HSV(B) | 4.62º | 0.24% | 0.85% | - |
| XYZ | 50.17 | 46.41 | 42.39 | - |
| YUV | 183.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 166 | 0 | 0.22 | 0.24 | 0.15 | 4.62 | 0.41 | 0.75 |
| Hex | DA | AA | A6 | 0 | 16 | 18 | F | 5 | 29 | 4B |
| Octal | 332 | 252 | 246 | 0 | 26 | 30 | 17 | 5 | 51 | 113 |
| Binary | 11011010 | 10101010 | 10100110 | 0 | 10110 | 11000 | 1111 | 101 | 101001 | 1001011 |
Color Harmonies of #DAAAA6
Complementary color
Monochromatic Colors of #DAAAA6
Black with #DAAAA6
Text Example
Text Example
White with #DAAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAA6; }
p { color: rgb(218,170,166); }
H1.HeaderClassName
{
color: #DAAAA6;
}
.AnyTagClassName
{
color: #DAAAA6;
}
</style>
background-color css
<style>
a { background-color: #DAAAA6; }
a { background-color: rgb(218,170,166); }
div.DivClassName
{
background-color: #DAAAA6;
}
.BgClassName
{
background-color: #DAAAA6;
}
</style>
border-color css
<style>
span { border-color: #DAAAA6; }
span { border-color: rgb(218,170,166); }
td.TdClassName
{
border-color: #DAAAA6;
}
.TagClassName
{
border-color: #DAAAA6;
}
</style>