#D9AAAA

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

Shades of Oyster Pink #D9AAAA

Tints of Oyster Pink #D9AAAA

Color information

#D9AAAA (or 0xD9AAAA) is unknown color: approx Oyster Pink. HEX triplet: D9, AA and AA. RGB value is (217,170,170). Sum of RGB (Red+Green+Blue) = 217+170+170=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAAA is #265555. Grayscale: #B8B8B8. Windows color (decimal): -2512214 or 11184857. OLE color: 11184857.

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

Color convert

RGB217170170-
CMYK00.220.220.15
HSL38.21%75.88%-
HSV(B)21.66%85.1%-
XYZ50.2546.444.34-
YUV184.05120.07151.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=38.96%
G=30.52%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717017000.220.220.15038.2175.88
HexD9AAAA01616F0264c
Octal3312522520262617046114
Binary11011001101010101010101001011010110111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAAA; }

 p { color: rgb(217,170,170); }

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

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

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

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

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

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

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