Shades of Oyster Pink #D1AEAB
Tints of Oyster Pink #D1AEAB
RGB
CMYK
RGB Variations
Color information
#D1AEAB (or 0xD1AEAB) is known color: Oyster Pink. HEX triplet: D1, AE and AB. RGB value is (209,174,171). Sum of RGB (Red+Green+Blue) = 209+174+171=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AEAB is #2E5154. Grayscale: #B8B8B8. Windows color (decimal): -3035477 or 11251409. OLE color: 11251409.
HSL color Cylindrical-coordinate representation of color #D1AEAB: hue angle of 4.74º degrees, saturation: 0.29, 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 #D1AEAB is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 174 | 171 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.18 |
| HSL | 4.74º | 0.29% | 0.75% | - |
| HSV(B) | 4.74º | 0.18% | 0.82% | - |
| XYZ | 48.78 | 46.77 | 44.98 | - |
| YUV | 184.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 174 | 171 | 0 | 0.17 | 0.18 | 0.18 | 4.74 | 0.29 | 0.75 |
| Hex | D1 | AE | AB | 0 | 11 | 12 | 12 | 5 | 1D | 4B |
| Octal | 321 | 256 | 253 | 0 | 21 | 22 | 22 | 5 | 35 | 113 |
| Binary | 11010001 | 10101110 | 10101011 | 0 | 10001 | 10010 | 10010 | 101 | 11101 | 1001011 |
Color Harmonies of #D1AEAB
Complementary color
Monochromatic Colors of #D1AEAB
Black with #D1AEAB
Text Example
Text Example
White with #D1AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AEAB; }
p { color: rgb(209,174,171); }
H1.HeaderClassName
{
color: #D1AEAB;
}
.AnyTagClassName
{
color: #D1AEAB;
}
</style>
background-color css
<style>
a { background-color: #D1AEAB; }
a { background-color: rgb(209,174,171); }
div.DivClassName
{
background-color: #D1AEAB;
}
.BgClassName
{
background-color: #D1AEAB;
}
</style>
border-color css
<style>
span { border-color: #D1AEAB; }
span { border-color: rgb(209,174,171); }
td.TdClassName
{
border-color: #D1AEAB;
}
.TagClassName
{
border-color: #D1AEAB;
}
</style>