#D1ACAC

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

Shades of Oyster Pink #D1ACAC

Tints of Oyster Pink #D1ACAC

Color information

#D1ACAC (or 0xD1ACAC) is unknown color: approx Oyster Pink. HEX triplet: D1, AC and AC. RGB value is (209,172,172). Sum of RGB (Red+Green+Blue) = 209+172+172=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ACAC is #2E5353. Grayscale: #B7B7B7. Windows color (decimal): -3035988 or 11316433. OLE color: 11316433.

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

Color convert

RGB209172172-
CMYK00.180.180.18
HSL28.68%74.71%-
HSV(B)17.7%81.96%-
XYZ48.4946.0445.36-
YUV183.06121.76146.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=37.79%
G=31.10%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917217200.180.180.18028.6874.71
HexD1ACAC012121201d4b
Octal3212542540222222035113
Binary11010001101011001010110001001010010100100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACAC; }

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

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

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

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

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

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

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

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