#D2ACAA

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

Shades of Oyster Pink #D2ACAA

Tints of Oyster Pink #D2ACAA

Color information

#D2ACAA (or 0xD2ACAA) is unknown color: approx Oyster Pink. HEX triplet: D2, AC and AA. RGB value is (210,172,170). Sum of RGB (Red+Green+Blue) = 210+172+170=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2ACAA is #2D5355. Grayscale: #B7B7B7. Windows color (decimal): -2970454 or 11185362. OLE color: 11185362.

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

Color convert

RGB210172170-
CMYK00.180.190.18
HSL30.77%74.51%-
HSV(B)19.05%82.35%-
XYZ48.5946.1144.37-
YUV183.13120.59147.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.04%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=38.04%
G=31.16%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017217000.180.190.18330.7774.51
HexD2ACAA012131231f4b
Octal3222542520222322337113
Binary110100101010110010101010010010100111001011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACAA; }

 p { color: rgb(210,172,170); }

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

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

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

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

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

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

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