#D9ABAB

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

Shades of Oyster Pink #D9ABAB

Tints of Oyster Pink #D9ABAB

Color information

#D9ABAB (or 0xD9ABAB) is unknown color: approx Oyster Pink. HEX triplet: D9, AB and AB. RGB value is (217,171,171). Sum of RGB (Red+Green+Blue) = 217+171+171=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABAB is #265454. Grayscale: #B8B8B8. Windows color (decimal): -2511957 or 11250649. OLE color: 11250649.

HSL color Cylindrical-coordinate representation of color #D9ABAB: 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.21%. Process color model (Four color, CMYK) of #D9ABAB is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217171171-
CMYK00.210.210.15
HSL37.7%76.08%-
HSV(B)21.2%85.1%-
XYZ50.5346.8244.9-
YUV184.75120.24151-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=38.82%
G=30.59%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717117100.210.210.15037.776.08
HexD9ABAB01515F0264c
Octal3312532530252517046114
Binary11011001101010111010101101010110101111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABAB; }

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

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

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

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

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

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

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

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