#D9AFA9

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

Shades of Oyster Pink #D9AFA9

Tints of Oyster Pink #D9AFA9

Color information

#D9AFA9 (or 0xD9AFA9) is unknown color: approx Oyster Pink. HEX triplet: D9, AF and A9. RGB value is (217,175,169). Sum of RGB (Red+Green+Blue) = 217+175+169=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AFA9 is #265056. Grayscale: #BABABA. Windows color (decimal): -2510935 or 11120601. OLE color: 11120601.

HSL color Cylindrical-coordinate representation of color #D9AFA9: hue angle of 7.5º 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 #D9AFA9 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217175169-
CMYK00.190.220.15
HSL7.5º38.71%75.69%-
HSV(B)7.5º22.12%85.1%-
XYZ51.1148.2844.16-
YUV186.87117.91149.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 169 (66.41% from 255) = 30.12%
R=38.68%
G=31.19%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717516900.190.220.157.538.7175.69
HexD9AFA901316F8274c
Octal33125725102326171047114
Binary11011001101011111010100101001110110111110001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFA9; }

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

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

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

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

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

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

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

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