Shades of Oyster Pink #D3AFAE
Tints of Oyster Pink #D3AFAE
RGB
CMYK
RGB Variations
Color information
#D3AFAE (or 0xD3AFAE) is known color: Oyster Pink. HEX triplet: D3, AF and AE. RGB value is (211,175,174). Sum of RGB (Red+Green+Blue) = 211+175+174=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AFAE is #2C5051. Grayscale: #B9B9B9. Windows color (decimal): -2904146 or 11448275. OLE color: 11448275.
HSL color Cylindrical-coordinate representation of color #D3AFAE: hue angle of 1.62º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3AFAE is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 174 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.17 |
| HSL | 1.62º | 0.3% | 0.75% | - |
| HSV(B) | 1.62º | 0.18% | 0.83% | - |
| XYZ | 49.83 | 47.56 | 46.6 | - |
| YUV | 185.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 174 | 0 | 0.17 | 0.18 | 0.17 | 1.62 | 0.3 | 0.75 |
| Hex | D3 | AF | AE | 0 | 11 | 12 | 11 | 2 | 1E | 4B |
| Octal | 323 | 257 | 256 | 0 | 21 | 22 | 21 | 2 | 36 | 113 |
| Binary | 11010011 | 10101111 | 10101110 | 0 | 10001 | 10010 | 10001 | 10 | 11110 | 1001011 |
Color Harmonies of #D3AFAE
Complementary color
Monochromatic Colors of #D3AFAE
Black with #D3AFAE
Text Example
Text Example
White with #D3AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFAE; }
p { color: rgb(211,175,174); }
H1.HeaderClassName
{
color: #D3AFAE;
}
.AnyTagClassName
{
color: #D3AFAE;
}
</style>
background-color css
<style>
a { background-color: #D3AFAE; }
a { background-color: rgb(211,175,174); }
div.DivClassName
{
background-color: #D3AFAE;
}
.BgClassName
{
background-color: #D3AFAE;
}
</style>
border-color css
<style>
span { border-color: #D3AFAE; }
span { border-color: rgb(211,175,174); }
td.TdClassName
{
border-color: #D3AFAE;
}
.TagClassName
{
border-color: #D3AFAE;
}
</style>