#D5ABAA

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

Shades of Oyster Pink #D5ABAA

Tints of Oyster Pink #D5ABAA

Color information

#D5ABAA (or 0xD5ABAA) is unknown color: approx Oyster Pink. HEX triplet: D5, AB and AA. RGB value is (213,171,170). Sum of RGB (Red+Green+Blue) = 213+171+170=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABAA is #2A5455. Grayscale: #B7B7B7. Windows color (decimal): -2774102 or 11185109. OLE color: 11185109.

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

Color convert

RGB213171170-
CMYK00.200.200.16
HSL1.4º33.86%75.1%-
HSV(B)1.4º20.19%83.53%-
XYZ49.2646.1744.35-
YUV183.44120.41149.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=38.45%
G=30.87%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317117000.200.200.161.433.8675.1
HexD5ABAA01414101224b
Octal3252532520242420142113
Binary110101011010101110101010010100101001000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABAA; }

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

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

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

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

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

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

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

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