#D4BAB7

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

Shades of Oyster Pink #D4BAB7

Tints of Oyster Pink #D4BAB7

Color information

#D4BAB7 (or 0xD4BAB7) is unknown color: approx Oyster Pink. HEX triplet: D4, BA and B7. RGB value is (212,186,183). Sum of RGB (Red+Green+Blue) = 212+186+183=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BAB7 is #2B4548. Grayscale: #C1C1C1. Windows color (decimal): -2835785 or 12040916. OLE color: 12040916.

HSL color Cylindrical-coordinate representation of color #D4BAB7: hue angle of 6.21º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4BAB7 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB212186183-
CMYK00.120.140.17
HSL6.21º25.22%77.45%-
HSV(B)6.21º13.68%83.14%-
XYZ53.2652.5352.13-
YUV193.43122.11141.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.49%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 183 (71.88% from 255) = 31.50%
R=36.49%
G=32.01%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218618300.120.140.176.2125.2277.45
HexD4BAB70CE116194d
Octal3242722670141621631115
Binary11010100101110101011011101100111010001110110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BAB7; }

 p { color: rgb(212,186,183); }

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

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

 a { background-color: rgb(212,186,183); }

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

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

 span { border-color: rgb(212,186,183); }

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