#D1AFAC

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

Shades of Oyster Pink #D1AFAC

Tints of Oyster Pink #D1AFAC

Color information

#D1AFAC (or 0xD1AFAC) is unknown color: approx Oyster Pink. HEX triplet: D1, AF and AC. RGB value is (209,175,172). Sum of RGB (Red+Green+Blue) = 209+175+172=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AFAC is #2E5053. Grayscale: #B8B8B8. Windows color (decimal): -3035220 or 11317201. OLE color: 11317201.

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

Color convert

RGB209175172-
CMYK00.160.180.18
HSL4.86º28.68%74.71%-
HSV(B)4.86º17.7%81.96%-
XYZ49.0747.1945.55-
YUV184.82120.76145.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.59%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=37.59%
G=31.47%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917517200.160.180.184.8628.6874.71
HexD1AFAC010121251d4b
Octal3212572540202222535113
Binary1101000110101111101011000100001001010010101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AFAC; }

 p { color: rgb(209,175,172); }

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

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

 a { background-color: rgb(209,175,172); }

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

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

 span { border-color: rgb(209,175,172); }

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