#D9ABAA

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

Shades of Oyster Pink #D9ABAA

Tints of Oyster Pink #D9ABAA

Color information

#D9ABAA (or 0xD9ABAA) is unknown color: approx Oyster Pink. HEX triplet: D9, AB and AA. RGB value is (217,171,170). Sum of RGB (Red+Green+Blue) = 217+171+170=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABAA is #265455. Grayscale: #B8B8B8. Windows color (decimal): -2511958 or 11185113. OLE color: 11185113.

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

Color convert

RGB217171170-
CMYK00.210.220.15
HSL1.28º38.21%75.88%-
HSV(B)1.28º21.66%85.1%-
XYZ50.4346.7844.4-
YUV184.64119.74151.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=38.89%
G=30.65%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717117000.210.220.151.2838.2175.88
HexD9ABAA01516F1264c
Octal3312532520252617146114
Binary11011001101010111010101001010110110111111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABAA; }

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

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

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

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

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

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

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

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