#D5ABA6

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

Shades of Oyster Pink #D5ABA6

Tints of Oyster Pink #D5ABA6

Color information

#D5ABA6 (or 0xD5ABA6) is unknown color: approx Oyster Pink. HEX triplet: D5, AB and A6. RGB value is (213,171,166). Sum of RGB (Red+Green+Blue) = 213+171+166=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 166 (65.23% from 255 or 30.18% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABA6 is #2A5459. Grayscale: #B7B7B7. Windows color (decimal): -2774106 or 10922965. OLE color: 10922965.

HSL color Cylindrical-coordinate representation of color #D5ABA6: hue angle of 6.38º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5ABA6 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB213171166-
CMYK00.200.220.16
HSL6.38º35.88%74.31%-
HSV(B)6.38º22.07%83.53%-
XYZ48.8946.0342.38-
YUV182.99118.41149.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 166 (65.23% from 255) = 30.18%
R=38.73%
G=31.09%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317116600.200.220.166.3835.8874.31
HexD5ABA601416106244a
Octal3252532460242620644112
Binary11010101101010111010011001010010110100001101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABA6; }

 p { color: rgb(213,171,166); }

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

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

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

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

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

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

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