#D1BAB8

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

Shades of Oyster Pink #D1BAB8

Tints of Oyster Pink #D1BAB8

Color information

#D1BAB8 (or 0xD1BAB8) is unknown color: approx Oyster Pink. HEX triplet: D1, BA and B8. RGB value is (209,186,184). Sum of RGB (Red+Green+Blue) = 209+186+184=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BAB8 is #2E4547. Grayscale: #C0C0C0. Windows color (decimal): -3032392 or 12106449. OLE color: 12106449.

HSL color Cylindrical-coordinate representation of color #D1BAB8: hue angle of 4.8º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1BAB8 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB209186184-
CMYK00.110.120.18
HSL4.8º21.37%77.06%-
HSV(B)4.8º11.96%81.96%-
XYZ52.5152.1352.64-
YUV192.65123.12139.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 184 (72.27% from 255) = 31.78%
R=36.10%
G=32.12%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918618400.110.120.184.821.3777.06
HexD1BAB80BC125154d
Octal3212722700131422525115
Binary11010001101110101011100001011110010010101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BAB8; }

 p { color: rgb(209,186,184); }

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

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

 a { background-color: rgb(209,186,184); }

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

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

 span { border-color: rgb(209,186,184); }

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