#D1ADAC

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

Shades of Oyster Pink #D1ADAC

Tints of Oyster Pink #D1ADAC

Color information

#D1ADAC (or 0xD1ADAC) is unknown color: approx Oyster Pink. HEX triplet: D1, AD and AC. RGB value is (209,173,172). Sum of RGB (Red+Green+Blue) = 209+173+172=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ADAC is #2E5253. Grayscale: #B7B7B7. Windows color (decimal): -3035732 or 11316689. OLE color: 11316689.

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

Color convert

RGB209173172-
CMYK00.170.180.18
HSL1.62º28.68%74.71%-
HSV(B)1.62º17.7%81.96%-
XYZ48.6846.4245.42-
YUV183.65121.43146.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.73%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=37.73%
G=31.23%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917317200.170.180.181.6228.6874.71
HexD1ADAC011121221d4b
Octal3212552540212222235113
Binary110100011010110110101100010001100101001010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ADAC; }

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

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

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

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

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

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

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

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