#D8A8A6

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

Shades of Oyster Pink #D8A8A6

Tints of Oyster Pink #D8A8A6

Color information

#D8A8A6 (or 0xD8A8A6) is unknown color: approx Oyster Pink. HEX triplet: D8, A8 and A6. RGB value is (216,168,166). Sum of RGB (Red+Green+Blue) = 216+168+166=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 166 (65.23% from 255 or 30.18% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A8A6 is #275759. Grayscale: #B6B6B6. Windows color (decimal): -2578266 or 10922200. OLE color: 10922200.

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

Color convert

RGB216168166-
CMYK00.220.230.15
HSL2.4º39.06%74.9%-
HSV(B)2.4º23.15%84.71%-
XYZ49.245.3642.24-
YUV182.12118.9152.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 168 (66.02% from 255) = 30.55%
BLUE value IS 166 (65.23% from 255) = 30.18%
R=39.27%
G=30.55%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616816600.220.230.152.439.0674.9
HexD8A8A601617F2274b
Octal3302502460262717247113
Binary110110001010100010100110010110101111111101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A8A6; }

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

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

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

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

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

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

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

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