Shades of Oyster Pink #D0AFAA
Tints of Oyster Pink #D0AFAA
RGB
CMYK
RGB Variations
Color information
#D0AFAA (or 0xD0AFAA) is known color: Oyster Pink. HEX triplet: D0, AF and AA. RGB value is (208,175,170). Sum of RGB (Red+Green+Blue) = 208+175+170=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AFAA is #2F5055. Grayscale: #B8B8B8. Windows color (decimal): -3100758 or 11186128. OLE color: 11186128.
HSL color Cylindrical-coordinate representation of color #D0AFAA: hue angle of 7.89º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AFAA is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 170 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.18 |
| HSL | 7.89º | 0.29% | 0.74% | - |
| HSV(B) | 7.89º | 0.18% | 0.82% | - |
| XYZ | 48.6 | 46.97 | 44.54 | - |
| YUV | 184.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 170 | 0 | 0.16 | 0.18 | 0.18 | 7.89 | 0.29 | 0.74 |
| Hex | D0 | AF | AA | 0 | 10 | 12 | 12 | 8 | 1D | 4A |
| Octal | 320 | 257 | 252 | 0 | 20 | 22 | 22 | 10 | 35 | 112 |
| Binary | 11010000 | 10101111 | 10101010 | 0 | 10000 | 10010 | 10010 | 1000 | 11101 | 1001010 |
Color Harmonies of #D0AFAA
Complementary color
Monochromatic Colors of #D0AFAA
Black with #D0AFAA
Text Example
Text Example
White with #D0AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AFAA; }
p { color: rgb(208,175,170); }
H1.HeaderClassName
{
color: #D0AFAA;
}
.AnyTagClassName
{
color: #D0AFAA;
}
</style>
background-color css
<style>
a { background-color: #D0AFAA; }
a { background-color: rgb(208,175,170); }
div.DivClassName
{
background-color: #D0AFAA;
}
.BgClassName
{
background-color: #D0AFAA;
}
</style>
border-color css
<style>
span { border-color: #D0AFAA; }
span { border-color: rgb(208,175,170); }
td.TdClassName
{
border-color: #D0AFAA;
}
.TagClassName
{
border-color: #D0AFAA;
}
</style>