#D5ABAB

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

Shades of Oyster Pink #D5ABAB

Tints of Oyster Pink #D5ABAB

Color information

#D5ABAB (or 0xD5ABAB) is unknown color: approx Oyster Pink. HEX triplet: D5, AB and AB. RGB value is (213,171,171). Sum of RGB (Red+Green+Blue) = 213+171+171=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABAB is #2A5454. Grayscale: #B7B7B7. Windows color (decimal): -2774101 or 11250645. OLE color: 11250645.

HSL color Cylindrical-coordinate representation of color #D5ABAB: hue angle of 0º degrees, saturation: 0.33, 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 #D5ABAB is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213171171-
CMYK00.200.200.16
HSL33.33%75.29%-
HSV(B)19.72%83.53%-
XYZ49.3546.2144.85-
YUV183.56120.91149-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=38.38%
G=30.81%
B=30.81%

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
Decimal21317117100.200.200.16033.3375.29
HexD5ABAB01414100214b
Octal3252532530242420041113
Binary110101011010101110101011010100101001000001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABAB; }

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

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

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

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

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

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

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

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