#D1B0AC

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

Shades of Oyster Pink #D1B0AC

Tints of Oyster Pink #D1B0AC

Color information

#D1B0AC (or 0xD1B0AC) is unknown color: approx Oyster Pink. HEX triplet: D1, B0 and AC. RGB value is (209,176,172). Sum of RGB (Red+Green+Blue) = 209+176+172=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B0AC is #2E4F53. Grayscale: #B9B9B9. Windows color (decimal): -3034964 or 11317457. OLE color: 11317457.

HSL color Cylindrical-coordinate representation of color #D1B0AC: hue angle of 6.49º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1B0AC is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209176172-
CMYK00.160.180.18
HSL6.49º28.68%74.71%-
HSV(B)6.49º17.7%81.96%-
XYZ49.2747.5845.62-
YUV185.41120.43144.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=37.52%
G=31.60%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917617200.160.180.186.4928.6874.71
HexD1B0AC010121261d4b
Octal3212602540202222635113
Binary1101000110110000101011000100001001010010110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B0AC; }

 p { color: rgb(209,176,172); }

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

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

 a { background-color: rgb(209,176,172); }

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

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

 span { border-color: rgb(209,176,172); }

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