#D0AAA8

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

Shades of Oyster Pink #D0AAA8

Tints of Oyster Pink #D0AAA8

Color information

#D0AAA8 (or 0xD0AAA8) is unknown color: approx Oyster Pink. HEX triplet: D0, AA and A8. RGB value is (208,170,168). Sum of RGB (Red+Green+Blue) = 208+170+168=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AAA8 is #2F5557. Grayscale: #B5B5B5. Windows color (decimal): -3102040 or 11053776. OLE color: 11053776.

HSL color Cylindrical-coordinate representation of color #D0AAA8: hue angle of 3º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0AAA8 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB208170168-
CMYK00.180.190.18
HSL29.85%73.73%-
HSV(B)19.23%81.57%-
XYZ47.4644.9943.23-
YUV181.13120.59147.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.10%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 168 (66.02% from 255) = 30.77%
R=38.10%
G=31.14%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817016800.180.190.18329.8573.73
HexD0AAA8012131231e4a
Octal3202522500222322336112
Binary110100001010101010101000010010100111001011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AAA8; }

 p { color: rgb(208,170,168); }

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

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

 a { background-color: rgb(208,170,168); }

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

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

 span { border-color: rgb(208,170,168); }

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