#D4AAA8

Color #D4AAA8 Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #D4AAA8

Tints of Oyster Pink #D4AAA8

Color information

#D4AAA8 (or 0xD4AAA8) is unknown color: approx Oyster Pink. HEX triplet: D4, AA and A8. RGB value is (212,170,168). Sum of RGB (Red+Green+Blue) = 212+170+168=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AAA8 is #2B5557. Grayscale: #B6B6B6. Windows color (decimal): -2839896 or 11053780. OLE color: 11053780.

HSL color Cylindrical-coordinate representation of color #D4AAA8: hue angle of 2.73º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4AAA8 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB212170168-
CMYK00.200.210.17
HSL2.73º33.85%74.51%-
HSV(B)2.73º20.75%83.14%-
XYZ48.5945.5743.28-
YUV182.33119.91149.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 168 (66.02% from 255) = 30.55%
R=38.55%
G=30.91%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217016800.200.210.172.7333.8574.51
HexD4AAA801415113224b
Octal3242522500242521342113
Binary1101010010101010101010000101001010110001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AAA8; }

 p { color: rgb(212,170,168); }

 H1.HeaderClassName
 {
   color: #D4AAA8;
 }
 .AnyTagClassName
 {
   color: #D4AAA8;
 }
</style>
background-color css

<style>
 a { background-color: #D4AAA8; }

 a { background-color: rgb(212,170,168); }

 div.DivClassName
 {
   background-color: #D4AAA8;
 }
 .BgClassName
 {
   background-color: #D4AAA8;
 }
</style>
border-color css

<style>
 span { border-color: #D4AAA8; }

 span { border-color: rgb(212,170,168); }

 td.TdClassName
 {
   border-color: #D4AAA8;
 }
 .TagClassName
 {
   border-color: #D4AAA8;
 }
</style>