#D7AAA9

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

Shades of Oyster Pink #D7AAA9

Tints of Oyster Pink #D7AAA9

Color information

#D7AAA9 (or 0xD7AAA9) is unknown color: approx Oyster Pink. HEX triplet: D7, AA and A9. RGB value is (215,170,169). Sum of RGB (Red+Green+Blue) = 215+170+169=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AAA9 is #285556. Grayscale: #B7B7B7. Windows color (decimal): -2643287 or 11119319. OLE color: 11119319.

HSL color Cylindrical-coordinate representation of color #D7AAA9: hue angle of 1.3º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7AAA9 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB215170169-
CMYK00.210.210.16
HSL1.3º36.51%75.29%-
HSV(B)1.3º21.4%84.31%-
XYZ49.5646.0643.81-
YUV183.34119.91150.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.81%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=38.81%
G=30.69%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517016900.210.210.161.336.5175.29
HexD7AAA901515101254b
Octal3272522510252520145113
Binary110101111010101010101001010101101011000011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AAA9; }

 p { color: rgb(215,170,169); }

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

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

 a { background-color: rgb(215,170,169); }

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

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

 span { border-color: rgb(215,170,169); }

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