#D8AFA9

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

Shades of Oyster Pink #D8AFA9

Tints of Oyster Pink #D8AFA9

Color information

#D8AFA9 (or 0xD8AFA9) is unknown color: approx Oyster Pink. HEX triplet: D8, AF and A9. RGB value is (216,175,169). Sum of RGB (Red+Green+Blue) = 216+175+169=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFA9 is #275056. Grayscale: #BABABA. Windows color (decimal): -2576471 or 11120600. OLE color: 11120600.

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

Color convert

RGB216175169-
CMYK00.190.220.15
HSL7.66º37.6%75.49%-
HSV(B)7.66º21.76%84.71%-
XYZ50.8148.1244.15-
YUV186.58118.08148.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 169 (66.41% from 255) = 30.18%
R=38.57%
G=31.25%
B=30.18%

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
Decimal21617516900.190.220.157.6637.675.49
HexD8AFA901316F8264b
Octal33025725102326171046113
Binary11011000101011111010100101001110110111110001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFA9; }

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

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

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

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

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

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

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

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