Shades of Oyster Pink #D2AFAC
Tints of Oyster Pink #D2AFAC
RGB
CMYK
RGB Variations
Color information
#D2AFAC (or 0xD2AFAC) is known color: Oyster Pink. HEX triplet: D2, AF and AC. RGB value is (210,175,172). Sum of RGB (Red+Green+Blue) = 210+175+172=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AFAC is #2D5053. Grayscale: #B9B9B9. Windows color (decimal): -2969684 or 11317202. OLE color: 11317202.
HSL color Cylindrical-coordinate representation of color #D2AFAC: hue angle of 4.74º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2AFAC is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 172 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.18 |
| HSL | 4.74º | 0.3% | 0.75% | - |
| HSV(B) | 4.74º | 0.18% | 0.82% | - |
| XYZ | 49.35 | 47.34 | 45.57 | - |
| YUV | 185.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 172 | 0 | 0.17 | 0.18 | 0.18 | 4.74 | 0.3 | 0.75 |
| Hex | D2 | AF | AC | 0 | 11 | 12 | 12 | 5 | 1E | 4B |
| Octal | 322 | 257 | 254 | 0 | 21 | 22 | 22 | 5 | 36 | 113 |
| Binary | 11010010 | 10101111 | 10101100 | 0 | 10001 | 10010 | 10010 | 101 | 11110 | 1001011 |
Color Harmonies of #D2AFAC
Complementary color
Monochromatic Colors of #D2AFAC
Black with #D2AFAC
Text Example
Text Example
White with #D2AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFAC; }
p { color: rgb(210,175,172); }
H1.HeaderClassName
{
color: #D2AFAC;
}
.AnyTagClassName
{
color: #D2AFAC;
}
</style>
background-color css
<style>
a { background-color: #D2AFAC; }
a { background-color: rgb(210,175,172); }
div.DivClassName
{
background-color: #D2AFAC;
}
.BgClassName
{
background-color: #D2AFAC;
}
</style>
border-color css
<style>
span { border-color: #D2AFAC; }
span { border-color: rgb(210,175,172); }
td.TdClassName
{
border-color: #D2AFAC;
}
.TagClassName
{
border-color: #D2AFAC;
}
</style>