Shades of Oyster Pink #D3AAA7
Tints of Oyster Pink #D3AAA7
RGB
CMYK
RGB Variations
Color information
#D3AAA7 (or 0xD3AAA7) is known color: Oyster Pink. HEX triplet: D3, AA and A7. RGB value is (211,170,167). Sum of RGB (Red+Green+Blue) = 211+170+167=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AAA7 is #2C5558. Grayscale: #B5B5B5. Windows color (decimal): -2905433 or 10988243. OLE color: 10988243.
HSL color Cylindrical-coordinate representation of color #D3AAA7: hue angle of 4.09º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3AAA7 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 170 | 167 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.17 |
| HSL | 4.09º | 0.33% | 0.74% | - |
| HSV(B) | 4.09º | 0.21% | 0.83% | - |
| XYZ | 48.21 | 45.39 | 42.78 | - |
| YUV | 181.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 167 | 0 | 0.19 | 0.21 | 0.17 | 4.09 | 0.33 | 0.74 |
| Hex | D3 | AA | A7 | 0 | 13 | 15 | 11 | 4 | 21 | 4A |
| Octal | 323 | 252 | 247 | 0 | 23 | 25 | 21 | 4 | 41 | 112 |
| Binary | 11010011 | 10101010 | 10100111 | 0 | 10011 | 10101 | 10001 | 100 | 100001 | 1001010 |
Color Harmonies of #D3AAA7
Complementary color
Monochromatic Colors of #D3AAA7
Black with #D3AAA7
Text Example
Text Example
White with #D3AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AAA7; }
p { color: rgb(211,170,167); }
H1.HeaderClassName
{
color: #D3AAA7;
}
.AnyTagClassName
{
color: #D3AAA7;
}
</style>
background-color css
<style>
a { background-color: #D3AAA7; }
a { background-color: rgb(211,170,167); }
div.DivClassName
{
background-color: #D3AAA7;
}
.BgClassName
{
background-color: #D3AAA7;
}
</style>
border-color css
<style>
span { border-color: #D3AAA7; }
span { border-color: rgb(211,170,167); }
td.TdClassName
{
border-color: #D3AAA7;
}
.TagClassName
{
border-color: #D3AAA7;
}
</style>