#D9ACAC

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

Shades of Oyster Pink #D9ACAC

Tints of Oyster Pink #D9ACAC

Color information

#D9ACAC (or 0xD9ACAC) is unknown color: approx Oyster Pink. HEX triplet: D9, AC and AC. RGB value is (217,172,172). Sum of RGB (Red+Green+Blue) = 217+172+172=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ACAC is #265353. Grayscale: #B9B9B9. Windows color (decimal): -2511700 or 11316441. OLE color: 11316441.

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

Color convert

RGB217172172-
CMYK00.210.210.15
HSL37.19%76.27%-
HSV(B)20.74%85.1%-
XYZ50.8147.2445.47-
YUV185.46120.41150.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=38.68%
G=30.66%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717217200.210.210.15037.1976.27
HexD9ACAC01515F0254c
Octal3312542540252517045114
Binary11011001101011001010110001010110101111101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACAC; }

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

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

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

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

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

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

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

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