Shades of Oyster Pink #D3AFAA
Tints of Oyster Pink #D3AFAA
RGB
CMYK
RGB Variations
Color information
#D3AFAA (or 0xD3AFAA) is known color: Oyster Pink. HEX triplet: D3, AF and AA. RGB value is (211,175,170). Sum of RGB (Red+Green+Blue) = 211+175+170=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AFAA is #2C5055. Grayscale: #B9B9B9. Windows color (decimal): -2904150 or 11186131. OLE color: 11186131.
HSL color Cylindrical-coordinate representation of color #D3AFAA: hue angle of 7.32º 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 #D3AFAA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 170 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.17 |
| HSL | 7.32º | 0.32% | 0.75% | - |
| HSV(B) | 7.32º | 0.19% | 0.83% | - |
| XYZ | 49.45 | 47.41 | 44.58 | - |
| YUV | 185.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 170 | 0 | 0.17 | 0.19 | 0.17 | 7.32 | 0.32 | 0.75 |
| Hex | D3 | AF | AA | 0 | 11 | 13 | 11 | 7 | 20 | 4B |
| Octal | 323 | 257 | 252 | 0 | 21 | 23 | 21 | 7 | 40 | 113 |
| Binary | 11010011 | 10101111 | 10101010 | 0 | 10001 | 10011 | 10001 | 111 | 100000 | 1001011 |
Color Harmonies of #D3AFAA
Complementary color
Monochromatic Colors of #D3AFAA
Black with #D3AFAA
Text Example
Text Example
White with #D3AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFAA; }
p { color: rgb(211,175,170); }
H1.HeaderClassName
{
color: #D3AFAA;
}
.AnyTagClassName
{
color: #D3AFAA;
}
</style>
background-color css
<style>
a { background-color: #D3AFAA; }
a { background-color: rgb(211,175,170); }
div.DivClassName
{
background-color: #D3AFAA;
}
.BgClassName
{
background-color: #D3AFAA;
}
</style>
border-color css
<style>
span { border-color: #D3AFAA; }
span { border-color: rgb(211,175,170); }
td.TdClassName
{
border-color: #D3AFAA;
}
.TagClassName
{
border-color: #D3AFAA;
}
</style>