#D7ADA9

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

Shades of Oyster Pink #D7ADA9

Tints of Oyster Pink #D7ADA9

Color information

#D7ADA9 (or 0xD7ADA9) is unknown color: approx Oyster Pink. HEX triplet: D7, AD and A9. RGB value is (215,173,169). Sum of RGB (Red+Green+Blue) = 215+173+169=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7ADA9 is #285256. Grayscale: #B9B9B9. Windows color (decimal): -2642519 or 11120087. OLE color: 11120087.

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

Color convert

RGB215173169-
CMYK00.200.210.16
HSL5.22º36.51%75.29%-
HSV(B)5.22º21.4%84.31%-
XYZ50.1347.244-
YUV185.1118.91149.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.60%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=38.60%
G=31.06%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517316900.200.210.165.2236.5175.29
HexD7ADA901415105254b
Octal3272552510242520545113
Binary11010111101011011010100101010010101100001011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ADA9; }

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

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

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

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

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

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

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

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