#D8AAA7

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

Shades of Oyster Pink #D8AAA7

Tints of Oyster Pink #D8AAA7

Color information

#D8AAA7 (or 0xD8AAA7) is unknown color: approx Oyster Pink. HEX triplet: D8, AA and A7. RGB value is (216,170,167). Sum of RGB (Red+Green+Blue) = 216+170+167=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 167 (65.62% from 255 or 30.20% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AAA7 is #275558. Grayscale: #B7B7B7. Windows color (decimal): -2577753 or 10988248. OLE color: 10988248.

HSL color Cylindrical-coordinate representation of color #D8AAA7: hue angle of 3.67º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8AAA7 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB216170167-
CMYK00.210.230.15
HSL3.67º38.58%75.1%-
HSV(B)3.67º22.69%84.71%-
XYZ49.6746.1442.85-
YUV183.41118.74151.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 167 (65.62% from 255) = 30.20%
R=39.06%
G=30.74%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617016700.210.230.153.6738.5875.1
HexD8AAA701517F4274b
Octal3302522470252717447113
Binary1101100010101010101001110101011011111111001001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAA7; }

 p { color: rgb(216,170,167); }

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

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

 a { background-color: rgb(216,170,167); }

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

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

 span { border-color: rgb(216,170,167); }

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