#D5ADAC

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

Shades of Oyster Pink #D5ADAC

Tints of Oyster Pink #D5ADAC

Color information

#D5ADAC (or 0xD5ADAC) is unknown color: approx Oyster Pink. HEX triplet: D5, AD and AC. RGB value is (213,173,172). Sum of RGB (Red+Green+Blue) = 213+173+172=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ADAC is #2A5253. Grayscale: #B8B8B8. Windows color (decimal): -2773588 or 11316693. OLE color: 11316693.

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

Color convert

RGB213173172-
CMYK00.190.190.16
HSL1.46º32.8%75.49%-
HSV(B)1.46º19.25%83.53%-
XYZ49.8347.0145.48-
YUV184.85120.75148.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=38.17%
G=31.00%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317317200.190.190.161.4632.875.49
HexD5ADAC01313101214b
Octal3252552540232320141113
Binary110101011010110110101100010011100111000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADAC; }

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

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

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

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

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

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

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

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