#D1ACAA

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

Shades of Oyster Pink #D1ACAA

Tints of Oyster Pink #D1ACAA

Color information

#D1ACAA (or 0xD1ACAA) is unknown color: approx Oyster Pink. HEX triplet: D1, AC and AA. RGB value is (209,172,170). Sum of RGB (Red+Green+Blue) = 209+172+170=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ACAA is #2E5355. Grayscale: #B6B6B6. Windows color (decimal): -3035990 or 11185361. OLE color: 11185361.

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

Color convert

RGB209172170-
CMYK00.180.190.18
HSL3.08º29.77%74.31%-
HSV(B)3.08º18.66%81.96%-
XYZ48.345.9644.36-
YUV182.83120.76146.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=37.93%
G=31.22%
B=30.85%

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
Decimal20917217000.180.190.183.0829.7774.31
HexD1ACAA012131231e4a
Octal3212542520222322336112
Binary110100011010110010101010010010100111001011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACAA; }

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

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

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

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

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

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

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

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