Shades of Oyster Pink #D2AFAB
Tints of Oyster Pink #D2AFAB
RGB
CMYK
RGB Variations
Color information
#D2AFAB (or 0xD2AFAB) is known color: Oyster Pink. HEX triplet: D2, AF and AB. RGB value is (210,175,171). Sum of RGB (Red+Green+Blue) = 210+175+171=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AFAB is #2D5054. Grayscale: #B9B9B9. Windows color (decimal): -2969685 or 11251666. OLE color: 11251666.
HSL color Cylindrical-coordinate representation of color #D2AFAB: hue angle of 6.15º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2AFAB is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 171 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.18 |
| HSL | 6.15º | 0.3% | 0.75% | - |
| HSV(B) | 6.15º | 0.19% | 0.82% | - |
| XYZ | 49.26 | 47.3 | 45.06 | - |
| YUV | 185.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 171 | 0 | 0.17 | 0.19 | 0.18 | 6.15 | 0.3 | 0.75 |
| Hex | D2 | AF | AB | 0 | 11 | 13 | 12 | 6 | 1E | 4B |
| Octal | 322 | 257 | 253 | 0 | 21 | 23 | 22 | 6 | 36 | 113 |
| Binary | 11010010 | 10101111 | 10101011 | 0 | 10001 | 10011 | 10010 | 110 | 11110 | 1001011 |
Color Harmonies of #D2AFAB
Complementary color
Monochromatic Colors of #D2AFAB
Black with #D2AFAB
Text Example
Text Example
White with #D2AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFAB; }
p { color: rgb(210,175,171); }
H1.HeaderClassName
{
color: #D2AFAB;
}
.AnyTagClassName
{
color: #D2AFAB;
}
</style>
background-color css
<style>
a { background-color: #D2AFAB; }
a { background-color: rgb(210,175,171); }
div.DivClassName
{
background-color: #D2AFAB;
}
.BgClassName
{
background-color: #D2AFAB;
}
</style>
border-color css
<style>
span { border-color: #D2AFAB; }
span { border-color: rgb(210,175,171); }
td.TdClassName
{
border-color: #D2AFAB;
}
.TagClassName
{
border-color: #D2AFAB;
}
</style>