#D2AAA7

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

Shades of Oyster Pink #D2AAA7

Tints of Oyster Pink #D2AAA7

Color information

#D2AAA7 (or 0xD2AAA7) is unknown color: approx Oyster Pink. HEX triplet: D2, AA and A7. RGB value is (210,170,167). Sum of RGB (Red+Green+Blue) = 210+170+167=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AAA7 is #2D5558. Grayscale: #B5B5B5. Windows color (decimal): -2970969 or 10988242. OLE color: 10988242.

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

Color convert

RGB210170167-
CMYK00.190.200.18
HSL4.19º32.33%73.92%-
HSV(B)4.19º20.48%82.35%-
XYZ47.9345.2442.77-
YUV181.62119.75148.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=38.39%
G=31.08%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017016700.190.200.184.1932.3373.92
HexD2AAA701314124204a
Octal3222522470232422440112
Binary11010010101010101010011101001110100100101001000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AAA7; }

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

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

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

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

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

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

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

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