#D1ABAA

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

Shades of Oyster Pink #D1ABAA

Tints of Oyster Pink #D1ABAA

Color information

#D1ABAA (or 0xD1ABAA) is unknown color: approx Oyster Pink. HEX triplet: D1, AB and AA. RGB value is (209,171,170). Sum of RGB (Red+Green+Blue) = 209+171+170=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ABAA is #2E5455. Grayscale: #B6B6B6. Windows color (decimal): -3036246 or 11185105. OLE color: 11185105.

HSL color Cylindrical-coordinate representation of color #D1ABAA: hue angle of 1.54º 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 #D1ABAA is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB209171170-
CMYK00.180.190.18
HSL1.54º29.77%74.31%-
HSV(B)1.54º18.66%81.96%-
XYZ48.1145.5844.29-
YUV182.25121.09147.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=38%
G=31.09%
B=30.91%

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
Decimal20917117000.180.190.181.5429.7774.31
HexD1ABAA012131221e4a
Octal3212532520222322236112
Binary110100011010101110101010010010100111001010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABAA; }

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

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

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

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

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

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

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

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