Shades of Oyster Pink #D4AFAB
Tints of Oyster Pink #D4AFAB
RGB
CMYK
RGB Variations
Color information
#D4AFAB (or 0xD4AFAB) is known color: Oyster Pink. HEX triplet: D4, AF and AB. RGB value is (212,175,171). Sum of RGB (Red+Green+Blue) = 212+175+171=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AFAB is #2B5054. Grayscale: #B9B9B9. Windows color (decimal): -2838613 or 11251668. OLE color: 11251668.
HSL color Cylindrical-coordinate representation of color #D4AFAB: hue angle of 5.85º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4AFAB is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 171 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.17 |
| HSL | 5.85º | 0.32% | 0.75% | - |
| HSV(B) | 5.85º | 0.19% | 0.83% | - |
| XYZ | 49.83 | 47.6 | 45.09 | - |
| YUV | 185.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 171 | 0 | 0.17 | 0.19 | 0.17 | 5.85 | 0.32 | 0.75 |
| Hex | D4 | AF | AB | 0 | 11 | 13 | 11 | 6 | 20 | 4B |
| Octal | 324 | 257 | 253 | 0 | 21 | 23 | 21 | 6 | 40 | 113 |
| Binary | 11010100 | 10101111 | 10101011 | 0 | 10001 | 10011 | 10001 | 110 | 100000 | 1001011 |
Color Harmonies of #D4AFAB
Complementary color
Monochromatic Colors of #D4AFAB
Black with #D4AFAB
Text Example
Text Example
White with #D4AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFAB; }
p { color: rgb(212,175,171); }
H1.HeaderClassName
{
color: #D4AFAB;
}
.AnyTagClassName
{
color: #D4AFAB;
}
</style>
background-color css
<style>
a { background-color: #D4AFAB; }
a { background-color: rgb(212,175,171); }
div.DivClassName
{
background-color: #D4AFAB;
}
.BgClassName
{
background-color: #D4AFAB;
}
</style>
border-color css
<style>
span { border-color: #D4AFAB; }
span { border-color: rgb(212,175,171); }
td.TdClassName
{
border-color: #D4AFAB;
}
.TagClassName
{
border-color: #D4AFAB;
}
</style>