#D8AAA6

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

Shades of Oyster Pink #D8AAA6

Tints of Oyster Pink #D8AAA6

Color information

#D8AAA6 (or 0xD8AAA6) is unknown color: approx Oyster Pink. HEX triplet: D8, AA and A6. RGB value is (216,170,166). Sum of RGB (Red+Green+Blue) = 216+170+166=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AAA6 is #275559. Grayscale: #B7B7B7. Windows color (decimal): -2577754 or 10922712. OLE color: 10922712.

HSL color Cylindrical-coordinate representation of color #D8AAA6: hue angle of 4.8º 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 #D8AAA6 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB216170166-
CMYK00.210.230.15
HSL4.8º39.06%74.9%-
HSV(B)4.8º23.15%84.71%-
XYZ49.5846.142.36-
YUV183.3118.24151.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.13%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 166 (65.23% from 255) = 30.07%
R=39.13%
G=30.80%
B=30.07%

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
Decimal21617016600.210.230.154.839.0674.9
HexD8AAA601517F5274b
Octal3302522460252717547113
Binary1101100010101010101001100101011011111111011001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAA6; }

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

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

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

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

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

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

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

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