#D6B1AB

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

Shades of Oyster Pink #D6B1AB

Tints of Oyster Pink #D6B1AB

Color information

#D6B1AB (or 0xD6B1AB) is unknown color: approx Oyster Pink. HEX triplet: D6, B1 and AB. RGB value is (214,177,171). Sum of RGB (Red+Green+Blue) = 214+177+171=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B1AB is #294E54. Grayscale: #BBBBBB. Windows color (decimal): -2707029 or 11252182. OLE color: 11252182.

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

Color convert

RGB214177171-
CMYK00.170.200.16
HSL8.37º34.4%75.49%-
HSV(B)8.37º20.09%83.92%-
XYZ50.848.6845.25-
YUV187.38118.76146.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 177 (69.53% from 255) = 31.49%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=38.08%
G=31.49%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417717100.170.200.168.3734.475.49
HexD6B1AB01114108224b
Octal32626125302124201042113
Binary110101101011000110101011010001101001000010001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B1AB; }

 p { color: rgb(214,177,171); }

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

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

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

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

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

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

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