#D1ACAB

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

Shades of Oyster Pink #D1ACAB

Tints of Oyster Pink #D1ACAB

Color information

#D1ACAB (or 0xD1ACAB) is unknown color: approx Oyster Pink. HEX triplet: D1, AC and AB. RGB value is (209,172,171). Sum of RGB (Red+Green+Blue) = 209+172+171=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ACAB is #2E5354. Grayscale: #B6B6B6. Windows color (decimal): -3035989 or 11250897. OLE color: 11250897.

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

Color convert

RGB209172171-
CMYK00.180.180.18
HSL1.58º29.23%74.51%-
HSV(B)1.58º18.18%81.96%-
XYZ48.44644.86-
YUV182.95121.26146.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.86%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=37.86%
G=31.16%
B=30.98%

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
Decimal20917217100.180.180.181.5829.2374.51
HexD1ACAB012121221d4b
Octal3212542530222222235113
Binary110100011010110010101011010010100101001010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACAB; }

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

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

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

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

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

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

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

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