#D4AAA6

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

Shades of Oyster Pink #D4AAA6

Tints of Oyster Pink #D4AAA6

Color information

#D4AAA6 (or 0xD4AAA6) is unknown color: approx Oyster Pink. HEX triplet: D4, AA and A6. RGB value is (212,170,166). Sum of RGB (Red+Green+Blue) = 212+170+166=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AAA6 is #2B5559. Grayscale: #B6B6B6. Windows color (decimal): -2839898 or 10922708. OLE color: 10922708.

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

Color convert

RGB212170166-
CMYK00.200.220.17
HSL5.22º34.85%74.12%-
HSV(B)5.22º21.7%83.14%-
XYZ48.4145.542.31-
YUV182.1118.91149.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 166 (65.23% from 255) = 30.29%
R=38.69%
G=31.02%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217016600.200.220.175.2234.8574.12
HexD4AAA601416115234a
Octal3242522460242621543112
Binary11010100101010101010011001010010110100011011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AAA6; }

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

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

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

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

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

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

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

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