#D9AAA6

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

Shades of Oyster Pink #D9AAA6

Tints of Oyster Pink #D9AAA6

Color information

#D9AAA6 (or 0xD9AAA6) is unknown color: approx Oyster Pink. HEX triplet: D9, AA and A6. RGB value is (217,170,166). Sum of RGB (Red+Green+Blue) = 217+170+166=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAA6 is #265559. Grayscale: #B7B7B7. Windows color (decimal): -2512218 or 10922713. OLE color: 10922713.

HSL color Cylindrical-coordinate representation of color #D9AAA6: hue angle of 4.71º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9AAA6 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB217170166-
CMYK00.220.240.15
HSL4.71º40.16%75.1%-
HSV(B)4.71º23.5%85.1%-
XYZ49.8746.2542.38-
YUV183.6118.07151.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 166 (65.23% from 255) = 30.02%
R=39.24%
G=30.74%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717016600.220.240.154.7140.1675.1
HexD9AAA601618F5284b
Octal3312522460263017550113
Binary1101100110101010101001100101101100011111011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAA6; }

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

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

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

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

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

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

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

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