#D7ADAC

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

Shades of Oyster Pink #D7ADAC

Tints of Oyster Pink #D7ADAC

Color information

#D7ADAC (or 0xD7ADAC) is unknown color: approx Oyster Pink. HEX triplet: D7, AD and AC. RGB value is (215,173,172). Sum of RGB (Red+Green+Blue) = 215+173+172=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ADAC is #285253. Grayscale: #B9B9B9. Windows color (decimal): -2642516 or 11316695. OLE color: 11316695.

HSL color Cylindrical-coordinate representation of color #D7ADAC: hue angle of 1.4º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ADAC is Cyan = 0, Magento = 0.20, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB215173172-
CMYK00.200.20.16
HSL1.4º34.96%75.88%-
HSV(B)1.4º20%84.31%-
XYZ50.4147.3145.5-
YUV185.44120.41149.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.39%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=38.39%
G=30.89%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517317200.200.20.161.434.9675.88
HexD7ADAC01414101234c
Octal3272552540242420143114
Binary110101111010110110101100010100101001000011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADAC; }

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

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

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

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

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

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

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

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