#D9AEA9

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

Shades of Oyster Pink #D9AEA9

Tints of Oyster Pink #D9AEA9

Color information

#D9AEA9 (or 0xD9AEA9) is unknown color: approx Oyster Pink. HEX triplet: D9, AE and A9. RGB value is (217,174,169). Sum of RGB (Red+Green+Blue) = 217+174+169=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AEA9 is #265156. Grayscale: #BABABA. Windows color (decimal): -2511191 or 11120345. OLE color: 11120345.

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

Color convert

RGB217174169-
CMYK00.200.220.15
HSL6.25º38.71%75.69%-
HSV(B)6.25º22.12%85.1%-
XYZ50.9147.8944.1-
YUV186.29118.25149.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 169 (66.41% from 255) = 30.18%
R=38.75%
G=31.07%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717416900.200.220.156.2538.7175.69
HexD9AEA901416F6274c
Octal3312562510242617647114
Binary1101100110101110101010010101001011011111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEA9; }

 p { color: rgb(217,174,169); }

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

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

 a { background-color: rgb(217,174,169); }

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

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

 span { border-color: rgb(217,174,169); }

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