Shades of Oyster Pink #D4AAAA
Tints of Oyster Pink #D4AAAA
RGB
CMYK
RGB Variations
Color information
#D4AAAA (or 0xD4AAAA) is known color: Oyster Pink. HEX triplet: D4, AA and AA. RGB value is (212,170,170). Sum of RGB (Red+Green+Blue) = 212+170+170=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AAAA is #2B5555. Grayscale: #B6B6B6. Windows color (decimal): -2839894 or 11184852. OLE color: 11184852.
HSL color Cylindrical-coordinate representation of color #D4AAAA: hue angle of 0º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AAAA is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 170 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.17 |
| HSL | 0º | 0.33% | 0.75% | - |
| HSV(B) | 0º | 0.2% | 0.83% | - |
| XYZ | 48.78 | 45.65 | 44.27 | - |
| YUV | 182.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 170 | 0 | 0.20 | 0.20 | 0.17 | 0 | 0.33 | 0.75 |
| Hex | D4 | AA | AA | 0 | 14 | 14 | 11 | 0 | 21 | 4B |
| Octal | 324 | 252 | 252 | 0 | 24 | 24 | 21 | 0 | 41 | 113 |
| Binary | 11010100 | 10101010 | 10101010 | 0 | 10100 | 10100 | 10001 | 0 | 100001 | 1001011 |
Color Harmonies of #D4AAAA
Complementary color
Monochromatic Colors of #D4AAAA
Black with #D4AAAA
Text Example
Text Example
White with #D4AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AAAA; }
p { color: rgb(212,170,170); }
H1.HeaderClassName
{
color: #D4AAAA;
}
.AnyTagClassName
{
color: #D4AAAA;
}
</style>
background-color css
<style>
a { background-color: #D4AAAA; }
a { background-color: rgb(212,170,170); }
div.DivClassName
{
background-color: #D4AAAA;
}
.BgClassName
{
background-color: #D4AAAA;
}
</style>
border-color css
<style>
span { border-color: #D4AAAA; }
span { border-color: rgb(212,170,170); }
td.TdClassName
{
border-color: #D4AAAA;
}
.TagClassName
{
border-color: #D4AAAA;
}
</style>