Shades of Oyster Pink #D1AFAF
Tints of Oyster Pink #D1AFAF
RGB
CMYK
RGB Variations
Color information
#D1AFAF (or 0xD1AFAF) is known color: Oyster Pink. HEX triplet: D1, AF and AF. RGB value is (209,175,175). Sum of RGB (Red+Green+Blue) = 209+175+175=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AFAF is #2E5050. Grayscale: #B9B9B9. Windows color (decimal): -3035217 or 11513809. OLE color: 11513809.
HSL color Cylindrical-coordinate representation of color #D1AFAF: hue angle of 0º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1AFAF is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 175 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.18 |
| HSL | 0º | 0.27% | 0.75% | - |
| HSV(B) | 0º | 0.16% | 0.82% | - |
| XYZ | 49.36 | 47.31 | 47.09 | - |
| YUV | 185.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 175 | 0 | 0.16 | 0.16 | 0.18 | 0 | 0.27 | 0.75 |
| Hex | D1 | AF | AF | 0 | 10 | 10 | 12 | 0 | 1B | 4B |
| Octal | 321 | 257 | 257 | 0 | 20 | 20 | 22 | 0 | 33 | 113 |
| Binary | 11010001 | 10101111 | 10101111 | 0 | 10000 | 10000 | 10010 | 0 | 11011 | 1001011 |
Color Harmonies of #D1AFAF
Complementary color
Monochromatic Colors of #D1AFAF
Black with #D1AFAF
Text Example
Text Example
White with #D1AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFAF; }
p { color: rgb(209,175,175); }
H1.HeaderClassName
{
color: #D1AFAF;
}
.AnyTagClassName
{
color: #D1AFAF;
}
</style>
background-color css
<style>
a { background-color: #D1AFAF; }
a { background-color: rgb(209,175,175); }
div.DivClassName
{
background-color: #D1AFAF;
}
.BgClassName
{
background-color: #D1AFAF;
}
</style>
border-color css
<style>
span { border-color: #D1AFAF; }
span { border-color: rgb(209,175,175); }
td.TdClassName
{
border-color: #D1AFAF;
}
.TagClassName
{
border-color: #D1AFAF;
}
</style>